mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-20 03:24:54 +00:00
Prep for release
This commit is contained in:
parent
acf872f4a1
commit
100c6c0dcc
4 changed files with 4 additions and 4 deletions
|
@ -1,4 +1,4 @@
|
|||
=== Deluge 1.1.6 - (In Development) ===
|
||||
=== Deluge 1.1.6 - (06 April 2009) ===
|
||||
==== Core ====
|
||||
* Fix udp trackers being classified as DHT source
|
||||
* Fix #855 force a resume on a torrent if a 'Force Recheck' is initiated
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
.TH DELUGE 1 "March 2009" "1.1.5"
|
||||
.TH DELUGE 1 "April 2009" "1.1.6"
|
||||
|
||||
.SH NAME
|
||||
deluge - a bittorrent client
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
.TH DELUGED 1 "March 2009" "1.1.5"
|
||||
.TH DELUGED 1 "April 2009" "1.1.6"
|
||||
|
||||
.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.5",
|
||||
version = "1.1.6",
|
||||
)
|
||||
|
|
Loading…
Add table
Reference in a new issue