Update version

Update ChangeLog
This commit is contained in:
Andrew Resch 2010-05-05 14:52:18 -07:00
commit 44f9e17a09
2 changed files with 3 additions and 2 deletions

View file

@ -1,4 +1,4 @@
=== Deluge 1.3.0 (In Development) === === Deluge 1.3.0-rc1 (In Development) ===
==== Core ==== ==== Core ====
* Implement #1063 option to delete torrent file copy on torrent removal - patch from Ghent * Implement #1063 option to delete torrent file copy on torrent removal - patch from Ghent
* Implement #457 progress bars for folders * Implement #457 progress bars for folders
@ -38,6 +38,7 @@
* Add ability to rename files prior to adding them * Add ability to rename files prior to adding them
* Fix shutdown handler with GNOME session manager * Fix shutdown handler with GNOME session manager
* Allow 4 MiB piece sizes when creating a torrent * Allow 4 MiB piece sizes when creating a torrent
* Use new SessionProxy class for caching torrent status client-side
==== ConsoleUI ==== ==== ConsoleUI ====
* Changed to use curses for a more interactive client * Changed to use curses for a more interactive client

View file

@ -424,7 +424,7 @@ _data_files = [
# Main setup # Main setup
setup( setup(
name = "deluge", name = "deluge",
version = "1.2.900", version = "1.3.0-rc1",
fullname = "Deluge Bittorrent Client", fullname = "Deluge Bittorrent Client",
description = "Bittorrent Client", description = "Bittorrent Client",
author = "Andrew Resch, Damien Churchill", author = "Andrew Resch, Damien Churchill",