summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Resch <andrewresch@gmail.com>2008-10-10 05:11:46 +0000
committerAndrew Resch <andrewresch@gmail.com>2008-10-10 05:11:46 +0000
commit1b29b6bfc9d576be82520fcdce26ae7ca52c03d1 (patch)
tree010d1471c6f3cfd598aacb234f188a08e19413bb
parent158bfbcb6e3d26552419935a225f136b07cae6d0 (diff)
downloaddeluge-1b29b6bfc9d576be82520fcdce26ae7ca52c03d1.tar.gz
deluge-1b29b6bfc9d576be82520fcdce26ae7ca52c03d1.tar.bz2
deluge-1b29b6bfc9d576be82520fcdce26ae7ca52c03d1.zip
Updates for release
-rw-r--r--ChangeLog4
-rw-r--r--debian/changelog6
-rw-r--r--setup.py2
3 files changed, 7 insertions, 5 deletions
diff --git a/ChangeLog b/ChangeLog
index 2d48901ba..f89719f72 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,4 @@
-Deluge 1.0.1 (In Development)
+Deluge 1.0.1 (10 October 2008)
Core:
* Change the default max global upload slots to 4 instead of -1 since libtorrent
will automatically open more slots to meet the upload speed limit.
@@ -13,6 +13,8 @@ Deluge 1.0.1 (In Development)
* Fix freezing on start-up issues on systems that do not have a properly
configured localhost entry.
* Change max connections default setting to 200
+ * Fix issue with invalid bencoding from some trackers
+ * Plenty of libtorrent updates that should improve core stability
GtkUI:
* Improve performance of files tab by only updating when values change
diff --git a/debian/changelog b/debian/changelog
index 1a7136d70..5a0555f58 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,5 @@
-deluge-torrent (1.0.0-1) unstable; urgency=low
+deluge-torrent (1.0.1-1) unstable; urgency=low
- * 1.0.0 - "Sharks are bulletproof"
+ * 1.0.1
- -- Andrew Resch (andar) <andrewresch@gmail.com> Sun, 21 Sep 2008 02:10:00 -0000
+ -- Andrew Resch (andar) <andrewresch@gmail.com> Fri, 10 Oct 2008 02:10:00 -0000
diff --git a/setup.py b/setup.py
index 856412581..661bcf0cb 100644
--- a/setup.py
+++ b/setup.py
@@ -308,5 +308,5 @@ setup(
]},
packages = find_packages(exclude=["plugins"]),
url = "http://deluge-torrent.org",
- version = "1.0.0",
+ version = "1.0.1",
)