mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-02 22:48:40 +00:00
Prep for release
This commit is contained in:
parent
375c62223d
commit
874c5dc106
4 changed files with 4 additions and 4 deletions
|
@ -1,4 +1,4 @@
|
||||||
=== Deluge 1.1.4 - (In Development) ===
|
=== Deluge 1.1.4 - (08 March 2009) ===
|
||||||
==== Core ====
|
==== Core ====
|
||||||
* Fix displaying file errors when the torrent isn't paused
|
* Fix displaying file errors when the torrent isn't paused
|
||||||
* Fix issue where torrents being check would get removed due to "stop at ratio" rules
|
* Fix issue where torrents being check would get removed due to "stop at ratio" rules
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
.TH DELUGE 1 "January 2009" "1.1.2"
|
.TH DELUGE 1 "March 2009" "1.1.4"
|
||||||
|
|
||||||
.SH NAME
|
.SH NAME
|
||||||
deluge - a bittorrent client
|
deluge - a bittorrent client
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
.TH DELUGED 1 "January 2009" "1.1.2"
|
.TH DELUGED 1 "March 2009" "1.1.4"
|
||||||
|
|
||||||
.SH NAME
|
.SH NAME
|
||||||
deluged - a bittorrent client daemon
|
deluged - a bittorrent client daemon
|
||||||
|
|
2
setup.py
2
setup.py
|
@ -409,5 +409,5 @@ setup(
|
||||||
]},
|
]},
|
||||||
packages = find_packages(exclude=["plugins"]),
|
packages = find_packages(exclude=["plugins"]),
|
||||||
url = "http://deluge-torrent.org",
|
url = "http://deluge-torrent.org",
|
||||||
version = "1.1.3",
|
version = "1.1.4",
|
||||||
)
|
)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue