mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-06 16:38:43 +00:00
Fix various spelling mistakes in ChangeLog.
This commit is contained in:
parent
0f8a55c66c
commit
f4e97eae22
1 changed files with 9 additions and 9 deletions
18
ChangeLog
18
ChangeLog
|
@ -1,17 +1,17 @@
|
||||||
Deluge 0.5.8.3 (28 Janurary 2008)
|
Deluge 0.5.8.3 (28 January 2008)
|
||||||
* Fix remote exploit which could crash Deluge
|
* Fix remote exploit which could crash Deluge
|
||||||
* Fix high cpu spikes
|
* Fix high cpu spikes
|
||||||
* Fix torrent order between sessions
|
* Fix torrent order between sessions
|
||||||
* Fix loading of BlocklistImport plugin
|
* Fix loading of BlocklistImport plugin
|
||||||
|
|
||||||
Deluge 0.5.8.2 (24 Janurary 2008)
|
Deluge 0.5.8.2 (24 January 2008)
|
||||||
* Fix column width saving
|
* Fix column width saving
|
||||||
* Option to download new blocklist after certain number of days - Patch from Mark Stahler
|
* Option to download new blocklist after certain number of days - Patch from Mark Stahler
|
||||||
* Fix ui-locking when tracker responded in non-utf8 encoding
|
* Fix ui-locking when tracker responded in non-utf8 encoding
|
||||||
* Remove Extra Stats plugin
|
* Remove Extra Stats plugin
|
||||||
* Prevent Scheduler plugin from setting an invalid 'max_active_torrents'
|
* Prevent Scheduler plugin from setting an invalid 'max_active_torrents'
|
||||||
|
|
||||||
Deluge 0.5.8.1 (18 Januarary 2008)
|
Deluge 0.5.8.1 (18 January 2008)
|
||||||
* Catch various exceptions from possibly corrupted persistent.state
|
* Catch various exceptions from possibly corrupted persistent.state
|
||||||
* Use pieces wanted instead of total pieces to draw adv progress bar
|
* Use pieces wanted instead of total pieces to draw adv progress bar
|
||||||
* Properly catch 'address already in use' error when trying to use a port that is in use
|
* Properly catch 'address already in use' error when trying to use a port that is in use
|
||||||
|
@ -51,7 +51,7 @@ Deluge 0.5.8RC1 (22 December 2007)
|
||||||
delete removes torrent(s)
|
delete removes torrent(s)
|
||||||
* Fix total uploaded display bug
|
* Fix total uploaded display bug
|
||||||
* Fix seeding ratio stop on finished torrents
|
* Fix seeding ratio stop on finished torrents
|
||||||
* Fix zombie processes from occuring
|
* Fix zombie processes from occurring
|
||||||
* Fix saying goodbye to trackers
|
* Fix saying goodbye to trackers
|
||||||
* Increase auto remove ratio to 100
|
* Increase auto remove ratio to 100
|
||||||
* Fix problem on Windows with filenames that have special characters
|
* Fix problem on Windows with filenames that have special characters
|
||||||
|
@ -106,7 +106,7 @@ Deluge 0.5.6.2 (31 October 2007)
|
||||||
as a size option.
|
as a size option.
|
||||||
* Fix a bug in Debian package that caused the UI to completely freeze when a
|
* Fix a bug in Debian package that caused the UI to completely freeze when a
|
||||||
torrent finished
|
torrent finished
|
||||||
* Find and fix another shutdown bug that mostly Gutsy users were incountering
|
* Find and fix another shutdown bug that mostly Gutsy users were encountering
|
||||||
* Fix a couple of WebUI bugs, including the "index" page erroring out
|
* Fix a couple of WebUI bugs, including the "index" page erroring out
|
||||||
|
|
||||||
Deluge 0.5.6.1 (28 October 2007)
|
Deluge 0.5.6.1 (28 October 2007)
|
||||||
|
@ -131,10 +131,10 @@ Deluge 0.5.6 (24 October 2007)
|
||||||
* Use theme for tray icon instead of hard-coded
|
* Use theme for tray icon instead of hard-coded
|
||||||
* Properly release port on shutdown
|
* Properly release port on shutdown
|
||||||
* TorrentFiles plugin now has progress bars
|
* TorrentFiles plugin now has progress bars
|
||||||
* Removing torrent files no longer deletes files that werent part of the torrent
|
* Removing torrent files no longer deletes files that weren't part of the torrent
|
||||||
* New max half-open connections setting to deal with cheap/broken routers
|
* New max half-open connections setting to deal with cheap/broken routers
|
||||||
* Inherit UPnP fixes from libtorrent
|
* Inherit UPnP fixes from libtorrent
|
||||||
* Use threading for everything, instead of spawnning
|
* Use threading for everything, instead of spawning
|
||||||
|
|
||||||
Deluge 0.5.5 (09 September 2007)
|
Deluge 0.5.5 (09 September 2007)
|
||||||
* Editing a torrent's tracker list is now persistent between sessions
|
* Editing a torrent's tracker list is now persistent between sessions
|
||||||
|
@ -207,7 +207,7 @@ Deluge 0.5.3 (25 July 2007)
|
||||||
* RSS plugin inclusion
|
* RSS plugin inclusion
|
||||||
* Added ability to queue new torrents above completed ones when
|
* Added ability to queue new torrents above completed ones when
|
||||||
seeds are set to queue at the bottom
|
seeds are set to queue at the bottom
|
||||||
* Added availability and piece size display in details, availailability
|
* Added availability and piece size display in details, availability
|
||||||
column
|
column
|
||||||
* Added ability to automatically remove torrents when max share ratio is set
|
* Added ability to automatically remove torrents when max share ratio is set
|
||||||
* Show text from clipboard in Add URL dialog only if it looks like an URL
|
* Show text from clipboard in Add URL dialog only if it looks like an URL
|
||||||
|
@ -215,7 +215,7 @@ Deluge 0.5.3 (25 July 2007)
|
||||||
* Added event handling callbacks for plugins
|
* Added event handling callbacks for plugins
|
||||||
* Added ability to designate a torrent as private (in file selection dialog)
|
* Added ability to designate a torrent as private (in file selection dialog)
|
||||||
* Added merging trackers of duplicate torrents
|
* Added merging trackers of duplicate torrents
|
||||||
* Details, Peers and Files tabs more responsible and their perfomance
|
* Details, Peers and Files tabs more responsible and their performance
|
||||||
greatly improved especially on torrents with many files and peers
|
greatly improved especially on torrents with many files and peers
|
||||||
* A lot of other less visible improvements
|
* A lot of other less visible improvements
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue