diff --git a/ChangeLog b/ChangeLog index e13b40929..adf7c3073 100644 --- a/ChangeLog +++ b/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 high cpu spikes * Fix torrent order between sessions * 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 * Option to download new blocklist after certain number of days - Patch from Mark Stahler * Fix ui-locking when tracker responded in non-utf8 encoding * Remove Extra Stats plugin * 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 * 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 @@ -51,7 +51,7 @@ Deluge 0.5.8RC1 (22 December 2007) delete removes torrent(s) * Fix total uploaded display bug * Fix seeding ratio stop on finished torrents - * Fix zombie processes from occuring + * Fix zombie processes from occurring * Fix saying goodbye to trackers * Increase auto remove ratio to 100 * 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. * Fix a bug in Debian package that caused the UI to completely freeze when a 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 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 * Properly release port on shutdown * 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 * 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) * 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 * Added ability to queue new torrents above completed ones when 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 * 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 @@ -215,7 +215,7 @@ Deluge 0.5.3 (25 July 2007) * Added event handling callbacks for plugins * Added ability to designate a torrent as private (in file selection dialog) * 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 * A lot of other less visible improvements