summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcos Pinto <markybob@dipconsultants.com>2009-01-10 18:20:15 +0000
committerMarcos Pinto <markybob@dipconsultants.com>2009-01-10 18:20:15 +0000
commit40e700cf865f9f0f7da87451374525ec7dd42981 (patch)
tree1082d4d8cd62792ea7e67276e4b3e84923e55764
parentf1f50dc447a76d4dcc8310345ac73563ac2dee6f (diff)
downloaddeluge-40e700cf865f9f0f7da87451374525ec7dd42981.tar.gz
deluge-40e700cf865f9f0f7da87451374525ec7dd42981.tar.bz2
deluge-40e700cf865f9f0f7da87451374525ec7dd42981.zip
prep release
-rw-r--r--ChangeLog2
-rw-r--r--debian/changelog6
-rw-r--r--setup.py2
3 files changed, 5 insertions, 5 deletions
diff --git a/ChangeLog b/ChangeLog
index b925f0abd..0da728465 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,4 @@
-Deluge 1.1.0_RC4 (In Development)
+Deluge 1.1.0 (10 January 2009)
Core:
* Fix issue in get_tracker_host when the torrent has no tracker
* Fix crash while trying to convert very old 0.5 config files
diff --git a/debian/changelog b/debian/changelog
index 4edac2c43..5986d6e5c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,5 @@
-deluge-torrent (1.0.99+1.1.0RC-3) unstable; urgency=low
+deluge-torrent (1.1.0-1) unstable; urgency=low
- * 1.1.0 RC3 release
+ * 1.1.0 final
- -- Andrew Resch (andar) <andrewresch@gmail.com> Mon, 29 Dec 2008 16:31:14 -0800
+ -- Andrew Resch (andar) <andrewresch@gmail.com> Sat, 10 Jan 2008 16:31:14 -0800
diff --git a/setup.py b/setup.py
index eaeb7e304..f18fbed37 100644
--- a/setup.py
+++ b/setup.py
@@ -406,5 +406,5 @@ setup(
]},
packages = find_packages(exclude=["plugins"]),
url = "http://deluge-torrent.org",
- version = "1.1.0_RC3",
+ version = "1.1.0",
)