Module: deluge Branch: 1.3-stable Commit: 44f9e17a09c9f155fb93fc68ab2e44190f387b04
Author: Andrew Resch <[email protected]> Date: Wed May 5 14:52:18 2010 -0700 Update version Update ChangeLog --- ChangeLog | 3 ++- setup.py | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 4b546ec..b07afdd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,4 @@ -=== Deluge 1.3.0 (In Development) === +=== Deluge 1.3.0-rc1 (In Development) === ==== Core ==== * Implement #1063 option to delete torrent file copy on torrent removal - patch from Ghent * Implement #457 progress bars for folders @@ -38,6 +38,7 @@ * Add ability to rename files prior to adding them * Fix shutdown handler with GNOME session manager * Allow 4 MiB piece sizes when creating a torrent + * Use new SessionProxy class for caching torrent status client-side ==== ConsoleUI ==== * Changed to use curses for a more interactive client diff --git a/setup.py b/setup.py index 0e04da2..f30be24 100644 --- a/setup.py +++ b/setup.py @@ -424,7 +424,7 @@ _data_files = [ # Main setup setup( name = "deluge", - version = "1.2.900", + version = "1.3.0-rc1", fullname = "Deluge Bittorrent Client", description = "Bittorrent Client", author = "Andrew Resch, Damien Churchill", -- 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.
