mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-02 22:48:40 +00:00
change all the 2 space gaps to tabs so vim hightlighting doesn't look irritating
This commit is contained in:
parent
9ab638377b
commit
5607e0f6fa
1 changed files with 145 additions and 145 deletions
290
ChangeLog
290
ChangeLog
|
@ -1,11 +1,11 @@
|
||||||
=== Deluge 1.2.0_rc2 (In Development) ===
|
=== Deluge 1.2.0_rc2 (In Development) ===
|
||||||
==== GtkUI ====
|
==== GtkUI ====
|
||||||
* Fix path errors when adding torrents externally in Windows
|
* Fix path errors when adding torrents externally in Windows
|
||||||
* Fix localclient authentication by stripping the lines read from the auth file
|
* Fix localclient authentication by stripping the lines read from the auth file
|
||||||
* Do not try to call doIteration() on the reactor if it has already stopped
|
* Do not try to call doIteration() on the reactor if it has already stopped
|
||||||
|
|
||||||
==== Core ====
|
==== Core ====
|
||||||
* Fix saving torrent state on fresh configs
|
* Fix saving torrent state on fresh configs
|
||||||
|
|
||||||
==== Web ====
|
==== Web ====
|
||||||
* Fix changing of the allocation in the preferences.
|
* Fix changing of the allocation in the preferences.
|
||||||
|
@ -13,231 +13,231 @@
|
||||||
* Add a --fork option to allow forking the webui to the background
|
* Add a --fork option to allow forking the webui to the background
|
||||||
|
|
||||||
==== Misc ====
|
==== Misc ====
|
||||||
* Add man pages for deluge-console and deluge-gtk
|
* Add man pages for deluge-console and deluge-gtk
|
||||||
|
|
||||||
=== Deluge 1.2.0_rc1 (07 October 2009) ===
|
=== Deluge 1.2.0_rc1 (07 October 2009) ===
|
||||||
==== Core ====
|
==== Core ====
|
||||||
* Implement new RPC protocol DelugeRPC replacing XMLRPC
|
* Implement new RPC protocol DelugeRPC replacing XMLRPC
|
||||||
* Move to a twisted framework
|
* Move to a twisted framework
|
||||||
* Add an 'Error' filter for Trackers to show trackers that currently have a tracker error
|
* Add an 'Error' filter for Trackers to show trackers that currently have a tracker error
|
||||||
* Use system GeoIP database if available, this is now an optional dependency
|
* Use system GeoIP database if available, this is now an optional dependency
|
||||||
|
|
||||||
==== GtkUI ====
|
==== GtkUI ====
|
||||||
* Remove SignalReceiver
|
* Remove SignalReceiver
|
||||||
* Implemented a cross-platform IPC method thus removing the DBUS dependency
|
* Implemented a cross-platform IPC method thus removing the DBUS dependency
|
||||||
* Implement a "True" Classic Mode where there is no longer a separate daemon process
|
* Implement a "True" Classic Mode where there is no longer a separate daemon process
|
||||||
* Add preferences option "Add torrent in paused state"
|
* Add preferences option "Add torrent in paused state"
|
||||||
* Add tracker icons to the Tracker column
|
* Add tracker icons to the Tracker column
|
||||||
* Implement #259 show tooltip with country name in the peers tab
|
* Implement #259 show tooltip with country name in the peers tab
|
||||||
* Add an error category to the tracker sidebar list
|
* Add an error category to the tracker sidebar list
|
||||||
* Add Find More Plugins button to Plugins preference page
|
* Add Find More Plugins button to Plugins preference page
|
||||||
* Fix #518 remove header in add torrent dialog to save vertical space
|
* Fix #518 remove header in add torrent dialog to save vertical space
|
||||||
* Add a Cache preferences page to adjust cache settings and examine cache status
|
* Add a Cache preferences page to adjust cache settings and examine cache status
|
||||||
* 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
|
||||||
|
|
||||||
==== ConsoleUI ====
|
==== ConsoleUI ====
|
||||||
* Changed to use curses for a more interactive client
|
* Changed to use curses for a more interactive client
|
||||||
|
|
||||||
==== WebUI ====
|
==== WebUI ====
|
||||||
* Move over to using Twisted-Web for the webserver.
|
* Move over to using Twisted-Web for the webserver.
|
||||||
* Move to only AJAX interface built upon Ext-JS.
|
* Move to only AJAX interface built upon Ext-JS.
|
||||||
|
|
||||||
==== Plugins ====
|
==== Plugins ====
|
||||||
* Add Scheduler plugin
|
* Add Scheduler plugin
|
||||||
* Add Extractor plugin
|
* Add Extractor plugin
|
||||||
|
|
||||||
==== Misc ====
|
==== Misc ====
|
||||||
* PyGTK dependency bumped to => 2.12 to use new tooltip system
|
* PyGTK dependency bumped to => 2.12 to use new tooltip system
|
||||||
* Add new scripts for invoking UIs: deluge-gtk, deluge-web, deluge-console
|
* Add new scripts for invoking UIs: deluge-gtk, deluge-web, deluge-console
|
||||||
* Remove GeoIP database from the source tree
|
* Remove GeoIP database from the source tree
|
||||||
|
|
||||||
=== Deluge 1.1.9 - (15 June 2009) ===
|
=== Deluge 1.1.9 - (15 June 2009) ===
|
||||||
==== Core ====
|
==== Core ====
|
||||||
* Only move a torrent due to 'move on complete' when some data has been downloaded
|
* Only move a torrent due to 'move on complete' when some data has been downloaded
|
||||||
* Update libtorrent for CVE-2009-1760
|
* Update libtorrent for CVE-2009-1760
|
||||||
|
|
||||||
==== GtkUI ====
|
==== GtkUI ====
|
||||||
* Fix #950 renaming a parent folder into multiple folders
|
* Fix #950 renaming a parent folder into multiple folders
|
||||||
|
|
||||||
==== WebUI ====
|
==== WebUI ====
|
||||||
* Fix remote torrent add
|
* Fix remote torrent add
|
||||||
|
|
||||||
=== Deluge 1.1.8 - (21 May 2009) ===
|
=== Deluge 1.1.8 - (21 May 2009) ===
|
||||||
==== Core ====
|
==== Core ====
|
||||||
* Fix pause all/resume all
|
* Fix pause all/resume all
|
||||||
* Torrent name is now changed when the root folder or file is renamed
|
* Torrent name is now changed when the root folder or file is renamed
|
||||||
|
|
||||||
==== GtkUI ====
|
==== GtkUI ====
|
||||||
* Fix high cpu usage when displaying speeds in titlebar
|
* Fix high cpu usage when displaying speeds in titlebar
|
||||||
* Fix showing non-utf8 encoded torrents in add torrent dialog -- this adds
|
* Fix showing non-utf8 encoded torrents in add torrent dialog -- this adds
|
||||||
an additional dependency on chardet.
|
an additional dependency on chardet.
|
||||||
* Fix exception when timing out trying to send notification email
|
* Fix exception when timing out trying to send notification email
|
||||||
* Set some sane defaults for peers/file tabs column widths
|
* Set some sane defaults for peers/file tabs column widths
|
||||||
|
|
||||||
==== WebUI ====
|
==== WebUI ====
|
||||||
* Fix starting when -l option is used
|
* Fix starting when -l option is used
|
||||||
|
|
||||||
=== Deluge 1.1.7 - (25 April 2009) ===
|
=== Deluge 1.1.7 - (25 April 2009) ===
|
||||||
==== Core ====
|
==== Core ====
|
||||||
* Fix issue where cannot resume torrent after doing a 'Pause All'
|
* Fix issue where cannot resume torrent after doing a 'Pause All'
|
||||||
* Add workaround for 'address_v4 from unsigned long' bug experienced by users
|
* Add workaround for 'address_v4 from unsigned long' bug experienced by users
|
||||||
with 64-bit machines. This bug is fixed in libtorrent 0.14.3.
|
with 64-bit machines. This bug is fixed in libtorrent 0.14.3.
|
||||||
|
|
||||||
==== GtkUI ====
|
==== GtkUI ====
|
||||||
* Fix #883 segfault if locale is not using UTF-8 encoding
|
* Fix #883 segfault if locale is not using UTF-8 encoding
|
||||||
* Fix for adding torrents with invalid filename encodings
|
* Fix for adding torrents with invalid filename encodings
|
||||||
* Fix displaying IPv6 peers in the Peers tab
|
* Fix displaying IPv6 peers in the Peers tab
|
||||||
* Fix starting the daemon in OS X
|
* Fix starting the daemon in OS X
|
||||||
* Fix loading improperly created torrents with mismatched encodings
|
* Fix loading improperly created torrents with mismatched encodings
|
||||||
* Fix displaying improper progress when creating torrent
|
* Fix displaying improper progress when creating torrent
|
||||||
|
|
||||||
==== Windows ====
|
==== Windows ====
|
||||||
* Fix freezing in create torrent dialog
|
* Fix freezing in create torrent dialog
|
||||||
* Fix creating torrents in Windows
|
* Fix creating torrents in Windows
|
||||||
* Fix free space check
|
* Fix free space check
|
||||||
|
|
||||||
=== Deluge 1.1.6 - (06 April 2009) ===
|
=== Deluge 1.1.6 - (06 April 2009) ===
|
||||||
==== Core ====
|
==== Core ====
|
||||||
* Fix udp trackers being classified as DHT source
|
* Fix udp trackers being classified as DHT source
|
||||||
* Fix #855 force a resume on a torrent if a 'Force Recheck' is initiated
|
* Fix #855 force a resume on a torrent if a 'Force Recheck' is initiated
|
||||||
* Fix #862 deluged crash when access http://localhost:58846
|
* Fix #862 deluged crash when access http://localhost:58846
|
||||||
|
|
||||||
==== GtkUI ====
|
==== GtkUI ====
|
||||||
* Fix displaying torrents with non-utf8 encodings in add torrent dialog
|
* Fix displaying torrents with non-utf8 encodings in add torrent dialog
|
||||||
|
|
||||||
==== WebUI ====
|
==== WebUI ====
|
||||||
* Fix #870 use proper config location for loading ssl cert
|
* Fix #870 use proper config location for loading ssl cert
|
||||||
|
|
||||||
==== Misc ====
|
==== Misc ====
|
||||||
* Add OpenSSL exception to license
|
* Add OpenSSL exception to license
|
||||||
|
|
||||||
=== Deluge 1.1.5 - (16 March 2009) ===
|
=== Deluge 1.1.5 - (16 March 2009) ===
|
||||||
==== Core ====
|
==== Core ====
|
||||||
* Fix config file saving when no current config file exists
|
* Fix config file saving when no current config file exists
|
||||||
|
|
||||||
==== GtkUI ====
|
==== GtkUI ====
|
||||||
* Add 'Comments' field to the Details tab
|
* Add 'Comments' field to the Details tab
|
||||||
* Fix #841 maximum upload slots tooltip
|
* Fix #841 maximum upload slots tooltip
|
||||||
|
|
||||||
=== Deluge 1.1.4 - (08 March 2009) ===
|
=== Deluge 1.1.4 - (08 March 2009) ===
|
||||||
==== Core ====
|
==== Core ====
|
||||||
* Fix displaying file errors when the torrent isn't paused
|
* Fix displaying file errors when the torrent isn't paused
|
||||||
* Fix issue where torrents being check would get removed due to "stop at ratio" rules
|
* Fix issue where torrents being check would get removed due to "stop at ratio" rules
|
||||||
* Fix #790 tracker hosts not correct for some .uk trackers
|
* Fix #790 tracker hosts not correct for some .uk trackers
|
||||||
* Make sure config files, resume data and state are fsync'd when saved. This should help prevent data losses on crashes/improper shutdowns.
|
* Make sure config files, resume data and state are fsync'd when saved. This should help prevent data losses on crashes/improper shutdowns.
|
||||||
|
|
||||||
==== GtkUI ====
|
==== GtkUI ====
|
||||||
* Fix hiding bottom pane when no tabs are enabled upon restart
|
* Fix hiding bottom pane when no tabs are enabled upon restart
|
||||||
* Fix saving file priorities when switching torrents in the addtorrentdialog
|
* Fix saving file priorities when switching torrents in the addtorrentdialog
|
||||||
* Fix the allocate mode not being preserved when selecting different torrents in addtorrentdialog
|
* Fix the allocate mode not being preserved when selecting different torrents in addtorrentdialog
|
||||||
* Fix #655 issue where default torrent options wouldn't be set for new torrents added to the addtorrentdialog
|
* Fix #655 issue where default torrent options wouldn't be set for new torrents added to the addtorrentdialog
|
||||||
* Fix #817 email notifications fail to substitute format strings
|
* Fix #817 email notifications fail to substitute format strings
|
||||||
|
|
||||||
==== Plugins ====
|
==== Plugins ====
|
||||||
* Label: Fix setting 'Move on completed' folder when connected to a remote daemon
|
* Label: Fix setting 'Move on completed' folder when connected to a remote daemon
|
||||||
|
|
||||||
=== Deluge 1.1.3 - (15 February 2009) ===
|
=== Deluge 1.1.3 - (15 February 2009) ===
|
||||||
==== Core ====
|
==== Core ====
|
||||||
* Fix issue where checking queue would stop
|
* Fix issue where checking queue would stop
|
||||||
* Fix announcing to SSL trackers
|
* Fix announcing to SSL trackers
|
||||||
|
|
||||||
==== Misc ====
|
==== Misc ====
|
||||||
* Fix issue when initializing gettext that would prevent deluge from starting
|
* Fix issue when initializing gettext that would prevent deluge from starting
|
||||||
* Fix logging exceptions when starting the daemon
|
* Fix logging exceptions when starting the daemon
|
||||||
* Fix displaying errors when a torrent is Checking
|
* Fix displaying errors when a torrent is Checking
|
||||||
* Fix #790 tracker hosts not correct for some 3rd-level domain names
|
* Fix #790 tracker hosts not correct for some 3rd-level domain names
|
||||||
|
|
||||||
=== Deluge 1.1.2 - (31 January 2009) ===
|
=== Deluge 1.1.2 - (31 January 2009) ===
|
||||||
==== Core ====
|
==== Core ====
|
||||||
* Fix issue where torrents get stuck Checking
|
* Fix issue where torrents get stuck Checking
|
||||||
|
|
||||||
==== GtkUI ====
|
==== GtkUI ====
|
||||||
* Fix #761 use proper theme colours in sidebar
|
* Fix #761 use proper theme colours in sidebar
|
||||||
* Fix saving files/peers tab state when no column is sorted
|
* Fix saving files/peers tab state when no column is sorted
|
||||||
|
|
||||||
=== Deluge 1.1.1 - (24 January 2009) ===
|
=== Deluge 1.1.1 - (24 January 2009) ===
|
||||||
==== Core ====
|
==== Core ====
|
||||||
* Fix oldstateupgrader for those upgrading from 0.5.x
|
* Fix oldstateupgrader for those upgrading from 0.5.x
|
||||||
* Fix setting Peer TOS byte
|
* Fix setting Peer TOS byte
|
||||||
* Fix setting outgoing ports
|
* Fix setting outgoing ports
|
||||||
|
|
||||||
==== GtkUI ====
|
==== GtkUI ====
|
||||||
* Fix opening links from Help menu and others
|
* Fix opening links from Help menu and others
|
||||||
* Fix remembering sorted column in the torrent list
|
* Fix remembering sorted column in the torrent list
|
||||||
* Fix saving Files tab and Peers tab state
|
* Fix saving Files tab and Peers tab state
|
||||||
* Disable popup notification in preferences on Windows
|
* Disable popup notification in preferences on Windows
|
||||||
* Fix crashing in Add Torrent Dialog when removing torrents from the list
|
* Fix crashing in Add Torrent Dialog when removing torrents from the list
|
||||||
* Do not allow duplicate torrents in the Add Torrent Dialog
|
* Do not allow duplicate torrents in the Add Torrent Dialog
|
||||||
* Fix translating speed units in status tab when a per-torrent limit is set
|
* Fix translating speed units in status tab when a per-torrent limit is set
|
||||||
* Fix torrents not displaying properly after disconnecting and reconnecting to the daemon
|
* Fix torrents not displaying properly after disconnecting and reconnecting to the daemon
|
||||||
* Fix when sorting # column, downloads should be on top
|
* Fix when sorting # column, downloads should be on top
|
||||||
|
|
||||||
==== Misc ====
|
==== Misc ====
|
||||||
* Fix bdecoding some torrent files
|
* Fix bdecoding some torrent files
|
||||||
* Fix the -l, --logfile option
|
* Fix the -l, --logfile option
|
||||||
* Fix #729 tracker icons not being saved in the correct location
|
* Fix #729 tracker icons not being saved in the correct location
|
||||||
* Add support for more tracker icons
|
* Add support for more tracker icons
|
||||||
* Fix being able to connect to a local daemon from another user account
|
* Fix being able to connect to a local daemon from another user account
|
||||||
|
|
||||||
=== Deluge 1.1.0 - "Time gas!" (10 January 2009) ===
|
=== Deluge 1.1.0 - "Time gas!" (10 January 2009) ===
|
||||||
==== Core ====
|
==== Core ====
|
||||||
* Implement #79 ability to change outgoing port range
|
* Implement #79 ability to change outgoing port range
|
||||||
* Implement #296 ability to change peer TOS byte
|
* Implement #296 ability to change peer TOS byte
|
||||||
* Add per-torrent move on completed settings
|
* Add per-torrent move on completed settings
|
||||||
* Implement #414 use async save_resume_data method
|
* Implement #414 use async save_resume_data method
|
||||||
* Filter Manager with torrent filtering in get_torrents_status , for sidebar and plugins.
|
* Filter Manager with torrent filtering in get_torrents_status , for sidebar and plugins.
|
||||||
* Implement #368 add torrents by infohash/magnet uri (trackerless torrents)
|
* Implement #368 add torrents by infohash/magnet uri (trackerless torrents)
|
||||||
* Remove remaining gtk functions in common
|
* Remove remaining gtk functions in common
|
||||||
* Tracker icons.
|
* Tracker icons.
|
||||||
* Add ETA for torrents with stop at seed ratio set
|
* Add ETA for torrents with stop at seed ratio set
|
||||||
* Fix #47 the state and config files are no longer invalidated when there is no diskspace
|
* Fix #47 the state and config files are no longer invalidated when there is no diskspace
|
||||||
* Fix #619 return "" instead of "Infinity" if seconds == 0 in ftime
|
* Fix #619 return "" instead of "Infinity" if seconds == 0 in ftime
|
||||||
* Add -P, --pidfile option to deluged
|
* Add -P, --pidfile option to deluged
|
||||||
|
|
||||||
==== GtkUI ====
|
==== GtkUI ====
|
||||||
* Add peer progress to the peers tab
|
* Add peer progress to the peers tab
|
||||||
* Add ability to manually add peers
|
* Add ability to manually add peers
|
||||||
* Sorting # column will place downloaders above seeds
|
* Sorting # column will place downloaders above seeds
|
||||||
* Remove dependency on libtorrent for add torrent dialog
|
* Remove dependency on libtorrent for add torrent dialog
|
||||||
* Allow adding multiple trackers at once in the edit tracker dialog
|
* Allow adding multiple trackers at once in the edit tracker dialog
|
||||||
* Implement #28 Create Torrent Dialog
|
* Implement #28 Create Torrent Dialog
|
||||||
* Redesiged sidebar with filters for Active and Tracker (see Filter Manager)
|
* Redesiged sidebar with filters for Active and Tracker (see Filter Manager)
|
||||||
* Implement #428 the ability to rename files and directories
|
* Implement #428 the ability to rename files and directories
|
||||||
* Implement #229 add date added column
|
* Implement #229 add date added column
|
||||||
* Implement #596 show speeds in title
|
* Implement #596 show speeds in title
|
||||||
* Fix #636 not setting the daemon's config directory when using --config= with the UI in classic mode.
|
* Fix #636 not setting the daemon's config directory when using --config= with the UI in classic mode.
|
||||||
* Fix #624 do not allow changing file priorities when using compact allocation
|
* Fix #624 do not allow changing file priorities when using compact allocation
|
||||||
* Fix #602 re-did files/peers tab state saving/loading
|
* Fix #602 re-did files/peers tab state saving/loading
|
||||||
* Fix gtk warnings
|
* Fix gtk warnings
|
||||||
* Add protocol traffic statusbar item
|
* Add protocol traffic statusbar item
|
||||||
* Rework the Remove Torrent Dialog to only have 2 options, remove data and remove from session.
|
* Rework the Remove Torrent Dialog to only have 2 options, remove data and remove from session.
|
||||||
* Add "Install Plugin" and "Rescan Plugins" buttons to the Plugins preferences
|
* Add "Install Plugin" and "Rescan Plugins" buttons to the Plugins preferences
|
||||||
* Make active port test use internal graphic instead of launching browser
|
* Make active port test use internal graphic instead of launching browser
|
||||||
|
|
||||||
==== WebUI ====
|
==== WebUI ====
|
||||||
* Lots of smaller tweaks.
|
* Lots of smaller tweaks.
|
||||||
* All details tabs have the same features as in gtk-ui 1.0.x
|
* All details tabs have the same features as in gtk-ui 1.0.x
|
||||||
* Persistent sessions #486
|
* Persistent sessions #486
|
||||||
* Plugin improvements for easy use of templates and images in eggs. #497
|
* Plugin improvements for easy use of templates and images in eggs. #497
|
||||||
* Classic template takes over some style elements from white template.
|
* Classic template takes over some style elements from white template.
|
||||||
* https (for users that know how to create certificates)
|
* https (for users that know how to create certificates)
|
||||||
* Easier apache mod_proxy use.
|
* Easier apache mod_proxy use.
|
||||||
* Redesigned sidebar
|
* Redesigned sidebar
|
||||||
|
|
||||||
==== AjaxUI ====
|
==== AjaxUI ====
|
||||||
* Hosted in a webui template.
|
* Hosted in a webui template.
|
||||||
|
|
||||||
==== ConsoleUI ====
|
==== ConsoleUI ====
|
||||||
* New ConsoleUI written by Idoa01
|
* New ConsoleUI written by Idoa01
|
||||||
* Callable from command-line for scripts.
|
* Callable from command-line for scripts.
|
||||||
|
|
||||||
==== Plugins ====
|
==== Plugins ====
|
||||||
* Stats plugin for graphs.
|
* Stats plugin for graphs.
|
||||||
* Label plugin for grouping torrents and per torrent settings.
|
* Label plugin for grouping torrents and per torrent settings.
|
||||||
|
|
||||||
==== Misc ====
|
==== Misc ====
|
||||||
* Implement #478 display UI options in usage help
|
* Implement #478 display UI options in usage help
|
||||||
* Fix #547 add description to name field per HIG entry 2.1.1.1
|
* Fix #547 add description to name field per HIG entry 2.1.1.1
|
||||||
* Fix #531 set default log level to ERROR and add 2 command-line options, "-L, --loglevel" and "-q, --quiet".
|
* Fix #531 set default log level to ERROR and add 2 command-line options, "-L, --loglevel" and "-q, --quiet".
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue