mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-01 22:18:40 +00:00
Update version
Update ChangeLog
This commit is contained in:
parent
e7907a63ee
commit
44f9e17a09
2 changed files with 3 additions and 2 deletions
|
@ -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
|
||||||
|
|
2
setup.py
2
setup.py
|
@ -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",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue