Module: deluge
Branch: 1.2-stable
Commit: 3e0a35c802fdaa36a06aba88f5036e304d4e5bc5

Author: Andrew Resch <[email protected]>
Date:   Sat Mar 27 12:37:04 2010 -0700

Prep for release

---

 ChangeLog                        |   17 ++++++++++++-----
 docs/man/deluge-console.1        |    2 +-
 docs/man/deluge-gtk.1            |    2 +-
 docs/man/deluge-web.1            |    2 +-
 docs/man/deluge.1                |    2 +-
 docs/man/deluged.1               |    2 +-
 setup.py                         |    2 +-
 win32/deluge-bbfreeze.py         |    2 +-
 win32/deluge-win32-installer.nsi |    4 ++--
 9 files changed, 21 insertions(+), 14 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 9eecbca..3fd5998 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,23 +1,30 @@
+=== Deluge 1.2.3 (27 March 2010) ===
+==== Core ====
+       * Fix libtorrent version compare to use a proper numerical compare 
instead
+         of string.  This fixes a problem where using lt 0.14.10 wouldn't allow
+         Deluge to start.
+       * Fix libtorrent 0.15 compatibility
+
 === Deluge 1.2.2 (19 March 2010) ===
 ==== Core ====
-       * Fix #1109 auto add halting when a torrent with invalid filename 
encoding 
+       * Fix #1109 auto add halting when a torrent with invalid filename 
encoding
          is in the directory
 
 ==== GtkUI ====
-       * Fix #1162 problem with the queued torrents dialog from not properly 
adding 
+       * Fix #1162 problem with the queued torrents dialog from not properly 
adding
          to the add torrent dialog if set to auto add
        * Fix #1172 notify startup complete when adding torrents externally
        * Fix issue where the gtkui sometimes won't start if there is a stale 
lock
          file or socket in the ipc/ directory.
-       
+
 ==== Console ====
        * Fix #1143 deluge-console crashes when tab-completing not-existent 
directory
-       
+
 === Deluge 1.2.1 (20 February 2010) ===
 ==== Core ====
        * Make Deluge dependent upon libtorrent 0.14.9 or greater.  This is due 
to
          an over-downloading bug in previous versions of libtorrent.
-         
+
 ==== GtkUI ====
        * Fix #1128 Show an error dialog when unable to start a 'deluged' 
process
        * Increased max enterable download / upload limit to 60000 KiB/s
diff --git a/docs/man/deluge-console.1 b/docs/man/deluge-console.1
index cbef8e0..a8ee7dc 100644
--- a/docs/man/deluge-console.1
+++ b/docs/man/deluge-console.1
@@ -1,4 +1,4 @@
-.TH DELUGE-CONSOLE 1 "October 2009" "1.2.2"
+.TH DELUGE-CONSOLE 1 "October 2009" "1.2.3"
 
 .SH NAME
 deluge-console - a bittorrent client curses interface
diff --git a/docs/man/deluge-gtk.1 b/docs/man/deluge-gtk.1
index a30e552..d34209d 100644
--- a/docs/man/deluge-gtk.1
+++ b/docs/man/deluge-gtk.1
@@ -1,4 +1,4 @@
-.TH DELUGE-GTK 1 "October 2009" "1.2.2"
+.TH DELUGE-GTK 1 "October 2009" "1.2.3"
 
 .SH NAME
 deluge-gtk - a bittorrent client gtk interface
diff --git a/docs/man/deluge-web.1 b/docs/man/deluge-web.1
index ad5f0b1..38d2d4c 100644
--- a/docs/man/deluge-web.1
+++ b/docs/man/deluge-web.1
@@ -1,4 +1,4 @@
-.TH DELUGE-WEB 1 "October 2009" "1.2.2"
+.TH DELUGE-WEB 1 "October 2009" "1.2.3"
 
 .SH NAME
 deluge-web - a bittorrent client ajax web interface
diff --git a/docs/man/deluge.1 b/docs/man/deluge.1
index 0ccd703..b64e8c1 100644
--- a/docs/man/deluge.1
+++ b/docs/man/deluge.1
@@ -1,4 +1,4 @@
-.TH DELUGE 1 "October 2009" "1.2.2"
+.TH DELUGE 1 "October 2009" "1.2.3"
 
 .SH NAME
 deluge - a bittorrent client
diff --git a/docs/man/deluged.1 b/docs/man/deluged.1
index ad69740..c374846 100644
--- a/docs/man/deluged.1
+++ b/docs/man/deluged.1
@@ -1,4 +1,4 @@
-.TH DELUGED 1 "October 2009" "1.2.2"
+.TH DELUGED 1 "October 2009" "1.2.3"
 
 .SH NAME
 deluged - a bittorrent client daemon
diff --git a/setup.py b/setup.py
index 8d65677..ca1658f 100644
--- a/setup.py
+++ b/setup.py
@@ -397,7 +397,7 @@ _data_files = [
 # Main setup
 setup(
     name = "deluge",
-    version = "1.2.2",
+    version = "1.2.3",
     fullname = "Deluge Bittorrent Client",
     description = "Bittorrent Client",
     author = "Andrew Resch, Damien Churchill",
diff --git a/win32/deluge-bbfreeze.py b/win32/deluge-bbfreeze.py
index b7c4c75..67368f5 100644
--- a/win32/deluge-bbfreeze.py
+++ b/win32/deluge-bbfreeze.py
@@ -1,4 +1,4 @@
-build_version = "1.2.2"
+build_version = "1.2.3"
 python_path = "C:\\Python26\\"
 
 import shutil
diff --git a/win32/deluge-win32-installer.nsi b/win32/deluge-win32-installer.nsi
index 62144d7..4a028cb 100644
--- a/win32/deluge-win32-installer.nsi
+++ b/win32/deluge-win32-installer.nsi
@@ -37,7 +37,7 @@ SetCompressor lzma
 
 # Deluge program information
 !define PROGRAM_NAME "Deluge"
-!define PROGRAM_VERSION "1.2.2"
+!define PROGRAM_VERSION "1.2.3"
 !define PROGRAM_WEB_SITE "http://deluge-torrent.org";
 
 # Python files generated with bbfreeze (without DLLs from GTK+ runtime)
@@ -300,4 +300,4 @@ Section Uninstall
   DELUGE_skip_delete:
   # This key is only used by Deluge, so we should always delete it
   DeleteRegKey HKCR "Deluge"
-SectionEnd
+SectionEnd

-- 
You received this message because you are subscribed to the Google Groups 
"deluge-commit" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/deluge-commit?hl=en.

Reply via email to