mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-20 11:35:49 +00:00
Prep for release
This commit is contained in:
parent
5fb06630f2
commit
a2359738bf
4 changed files with 4 additions and 4 deletions
|
@ -1,4 +1,4 @@
|
|||
=== Deluge 1.1.7 - (In Development) ===
|
||||
=== Deluge 1.1.7 - (25 April 2009) ===
|
||||
==== Core ====
|
||||
* Fix issue where cannot resume torrent after doing a 'Pause All'
|
||||
* Add workaround for 'address_v4 from unsigned long' bug experienced by users
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
.TH DELUGE 1 "April 2009" "1.1.6"
|
||||
.TH DELUGE 1 "April 2009" "1.1.7"
|
||||
|
||||
.SH NAME
|
||||
deluge - a bittorrent client
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
.TH DELUGED 1 "April 2009" "1.1.6"
|
||||
.TH DELUGED 1 "April 2009" "1.1.7"
|
||||
|
||||
.SH NAME
|
||||
deluged - a bittorrent client daemon
|
||||
|
|
2
setup.py
2
setup.py
|
@ -409,5 +409,5 @@ setup(
|
|||
]},
|
||||
packages = find_packages(exclude=["plugins"]),
|
||||
url = "http://deluge-torrent.org",
|
||||
version = "1.1.6",
|
||||
version = "1.1.7",
|
||||
)
|
||||
|
|
Loading…
Add table
Reference in a new issue