| 1 | Deluge 1.0.7 (10 December 2008) |
|---|
| 2 | GtkUI: |
|---|
| 3 | * Fix #636 not setting the daemon's config directory when using --config= with the UI in classic mode. |
|---|
| 4 | * Fix some minor bugs in ConnectionManager |
|---|
| 5 | |
|---|
| 6 | Debian: |
|---|
| 7 | * Fix #571 notification-daemon-xfce dependency circle |
|---|
| 8 | |
|---|
| 9 | Misc: |
|---|
| 10 | * Fix #547 add description to name field per HIG entry 2.1.1.1 |
|---|
| 11 | * libtorrent updates |
|---|
| 12 | |
|---|
| 13 | Plugins: |
|---|
| 14 | * Point default blocklist url to our server and up interval to 4 days |
|---|
| 15 | |
|---|
| 16 | Deluge 1.0.6 (01 December 2008) |
|---|
| 17 | Core: |
|---|
| 18 | * Fix #475 catch unicode decoding errors |
|---|
| 19 | * Add an option to not include IP overhead in rate limiting (this is equivalent |
|---|
| 20 | to how 0.5.x behaves) |
|---|
| 21 | * Have default blocklist url point to our server |
|---|
| 22 | |
|---|
| 23 | GtkUI: |
|---|
| 24 | * Display the proper downloaded value in the statistics tab |
|---|
| 25 | |
|---|
| 26 | Windows: |
|---|
| 27 | * Fix broken graphic in new release dialog |
|---|
| 28 | |
|---|
| 29 | Deluge 1.0.5 (09 November 2008) |
|---|
| 30 | GtkUI: |
|---|
| 31 | * Increase the per-torrent stop share ratio max to 99999.0 |
|---|
| 32 | * Fix #528 make sure gtkui config file is written before exiting |
|---|
| 33 | * Fix UDP tracker support |
|---|
| 34 | |
|---|
| 35 | WebUi: |
|---|
| 36 | * Javascript auto refresh for both templates. |
|---|
| 37 | |
|---|
| 38 | Windows: |
|---|
| 39 | * Fix #577 adding torrents by drag n' drop |
|---|
| 40 | * Fix association in Vista |
|---|
| 41 | * Fix WebUI launch |
|---|
| 42 | |
|---|
| 43 | Debian: |
|---|
| 44 | * SID packages now requires Boost 1.36 |
|---|
| 45 | |
|---|
| 46 | Ubuntu: |
|---|
| 47 | * Jaunty packages are now provided |
|---|
| 48 | |
|---|
| 49 | Deluge 1.0.4 (31 October 2008) |
|---|
| 50 | Core: |
|---|
| 51 | * Fix #560 force an int value for global max connections |
|---|
| 52 | * Fix #545 use proper values in ratio calculation |
|---|
| 53 | * Fix UPnP again.. |
|---|
| 54 | |
|---|
| 55 | GtkUI: |
|---|
| 56 | * Fix #565 wait for the deluged process to start to prevent defunct processes |
|---|
| 57 | |
|---|
| 58 | OS X: |
|---|
| 59 | * Fix issues with gettext |
|---|
| 60 | |
|---|
| 61 | Windows: |
|---|
| 62 | * Fix starting on non-English versions of Windows |
|---|
| 63 | |
|---|
| 64 | Deluge 1.0.3 (18 October 2008) |
|---|
| 65 | Core: |
|---|
| 66 | * Fix upnp - it should work on more routers now too |
|---|
| 67 | * Fix issue where Deluge would send improper stats to the tracker after a |
|---|
| 68 | pause/resume. |
|---|
| 69 | * Fix issue where fastresume files would be rejected when using FAT32. This |
|---|
| 70 | would cause the torrent to be rechecked on every startup. |
|---|
| 71 | * Fix ip filtering |
|---|
| 72 | |
|---|
| 73 | GtkUI: |
|---|
| 74 | * Re-add the "Max Connections Per Second" option with a default setting of 20 |
|---|
| 75 | |
|---|
| 76 | WebUI: |
|---|
| 77 | * Fix White template for Opera |
|---|
| 78 | |
|---|
| 79 | Misc: |
|---|
| 80 | * Deluge will now use a system libtorrent library if available. |
|---|
| 81 | * The build system will no longer build libtorrent if a system library is |
|---|
| 82 | detected. |
|---|
| 83 | |
|---|
| 84 | Deluge 1.0.2 (10 October 2008) |
|---|
| 85 | Core: |
|---|
| 86 | * Fix issue where torrents will not be properly added to the session |
|---|
| 87 | |
|---|
| 88 | Deluge 1.0.1 (10 October 2008) |
|---|
| 89 | Core: |
|---|
| 90 | * Change the default max global upload slots to 4 instead of -1 since libtorrent |
|---|
| 91 | will automatically open more slots to meet the upload speed limit. |
|---|
| 92 | * Fix display of tracker error messages |
|---|
| 93 | * Fix add_torrent_url() to download the torrent file in a thread to prevent |
|---|
| 94 | the main thread from blocking and causing the daemon to freeze. |
|---|
| 95 | * Removed the 'Maximum Connections Per Second' setting and replaced it with a |
|---|
| 96 | default setting of 20. This should alleviate speed issues some are experiencing. |
|---|
| 97 | * Changed max half-open connections default limit to 8 on XP/2000 and 4 on Vista |
|---|
| 98 | * Prevent being able to set file priorities for compactly allocated torrents as |
|---|
| 99 | it is not intended to work. |
|---|
| 100 | * Fix freezing on start-up issues on systems that do not have a properly |
|---|
| 101 | configured localhost entry. |
|---|
| 102 | * Change max connections default setting to 200 |
|---|
| 103 | * Fix issue with invalid bencoding from some trackers |
|---|
| 104 | * Plenty of libtorrent updates that should improve core stability |
|---|
| 105 | |
|---|
| 106 | GtkUI: |
|---|
| 107 | * Improve performance of files tab by only updating when values change |
|---|
| 108 | |
|---|
| 109 | Misc: |
|---|
| 110 | * Fix #187 set a 5 second timer to save the config file after a config value |
|---|
| 111 | has been changed. |
|---|
| 112 | * Fix #503 change the boost lib detection logic to first look for -mt and |
|---|
| 113 | if not available, fall back to regular boost lib (non-multithreaded) |
|---|
| 114 | |
|---|
| 115 | WebUI: |
|---|
| 116 | * Add enable "Auto Add" checkbox |
|---|
| 117 | |
|---|
| 118 | Deluge 1.0.0 - "Sharks Are Bulletproof" (21 September 2008) |
|---|
| 119 | Core: |
|---|
| 120 | * Include GeoIP database for country look-ups |
|---|
| 121 | * Fix upgrading from 0.5.x state where torrents would have no trackers |
|---|
| 122 | |
|---|
| 123 | Deluge 0.9.09 - "1.0.0_RC9" (15 September 2008) |
|---|
| 124 | Core: |
|---|
| 125 | * Bug fixes in libtorrent including a crash when the tracker doesn't |
|---|
| 126 | have 'announce' in it's url. |
|---|
| 127 | * Fix fastresume issue causing loss of data by deleting the fastresume file |
|---|
| 128 | before writing a new one |
|---|
| 129 | * Fix #475 the use of unicode paths when adding torrents |
|---|
| 130 | |
|---|
| 131 | GtkUI: |
|---|
| 132 | * Fix add torrent dialog closing preventing another dialog from being shown |
|---|
| 133 | * Fix various issues when not using English |
|---|
| 134 | * Fix setting file priorities on folders |
|---|
| 135 | |
|---|
| 136 | Deluge 0.9.08 - "1.0.0_RC8" (27 August 2008) |
|---|
| 137 | Core: |
|---|
| 138 | * Attempt to automatically upgrade a 0.5.x state file to new format |
|---|
| 139 | * Tracker errors now change the tracker status |
|---|
| 140 | |
|---|
| 141 | Plugins: |
|---|
| 142 | * Fix bug in Blocklist that prevented downloading a new file every X days |
|---|
| 143 | |
|---|
| 144 | GtkUI: |
|---|
| 145 | * Sort filenames alphabetically in add torrent dialog |
|---|
| 146 | * Fix setting file priorities on folders |
|---|
| 147 | * Fix #453 allow showing of text in the toolbar buttons |
|---|
| 148 | |
|---|
| 149 | Deluge 0.9.07 - "1.0.0_RC7" (18 August 2008) |
|---|
| 150 | Core: |
|---|
| 151 | * Fix loading torrents from state when fastresume file is missing |
|---|
| 152 | * Fix UPnP |
|---|
| 153 | * Fix to prevent Deluge from segfaulting when trying to autoadd an incomplete torrent file |
|---|
| 154 | * Fix #407 possible negative ETA |
|---|
| 155 | |
|---|
| 156 | GtkUI: |
|---|
| 157 | * Add 'edit' to edit trackers dialog |
|---|
| 158 | * Improve performance of initial torrent list load |
|---|
| 159 | * Fix hiding the bottom pane when disabling all the tabs |
|---|
| 160 | * Fix not showing new torrents if you don't use the All label first |
|---|
| 161 | * Fix size units to be more accurate |
|---|
| 162 | * Fix torrentview sorting to be persistent |
|---|
| 163 | * Fix not displaying file list when state changes |
|---|
| 164 | * Expand root folder in files tab by default |
|---|
| 165 | |
|---|
| 166 | Null: |
|---|
| 167 | * Fix #415 crash when using 'config-set' with no parameters |
|---|
| 168 | |
|---|
| 169 | Windows: |
|---|
| 170 | * Fix Vista slowness issue |
|---|
| 171 | * Fix properly shutting Deluge down when system shuts down |
|---|
| 172 | * Fix opening folders/files |
|---|
| 173 | |
|---|
| 174 | Deluge 0.9.06 - "1.0.0_RC6" (13 August 2008) |
|---|
| 175 | Core: |
|---|
| 176 | * Fix CPU spikes |
|---|
| 177 | |
|---|
| 178 | GtkUI: |
|---|
| 179 | * Fix move storage dialog when connected to a remote daemon |
|---|
| 180 | |
|---|
| 181 | Deluge 0.9.05 - "1.0.0_RC5" (04 August 2008) |
|---|
| 182 | Core: |
|---|
| 183 | * Fix deluged running with ssh X forwarding by removing the Gnome lib import |
|---|
| 184 | * Save resume data periodically to help prevent data loss |
|---|
| 185 | * Fix queue order shuffling on restart |
|---|
| 186 | |
|---|
| 187 | GtkUI: |
|---|
| 188 | * Handle shutting down more cleanly |
|---|
| 189 | * Add translators to credits |
|---|
| 190 | |
|---|
| 191 | Plugins: |
|---|
| 192 | * Improve the Blocklist plugin preferences page. |
|---|
| 193 | |
|---|
| 194 | Windows: |
|---|
| 195 | * Fix drag n' drop support |
|---|
| 196 | |
|---|
| 197 | Deluge 0.9.04 - "1.0.0_RC4" (29 July 2008) |
|---|
| 198 | Core: |
|---|
| 199 | * Fix building with gcc 4.3 |
|---|
| 200 | * Fix do not create torrentfiles folder unless 'copy_torrent_file' is True |
|---|
| 201 | |
|---|
| 202 | GtkUI: |
|---|
| 203 | * Add drag n' drop support for adding .torrent files |
|---|
| 204 | * Double-clicking on host in ConnectionManager now will connect to that host |
|---|
| 205 | * Fix selecting torrents when right-clicking on them in torrentview and filestab |
|---|
| 206 | * Fix new release check |
|---|
| 207 | * Display 'total_wanted' instead of 'total_size' in Size column |
|---|
| 208 | * Fix displaying of torrents when language is not English |
|---|
| 209 | * Fix the view options to be persistent between sessions |
|---|
| 210 | * Fix signalreceiver when switching between daemons |
|---|
| 211 | |
|---|
| 212 | Deluge 0.9.03 - "1.0.0_RC3" (21 July 2008) |
|---|
| 213 | Core: |
|---|
| 214 | * File progress fixes from libtorrent |
|---|
| 215 | * Fix building on FreeBSD |
|---|
| 216 | * Fix #350 stop seeds when stop ratio is reached |
|---|
| 217 | * Fix #358 properly emit torrent_removed signal when remove_at_ratio happens |
|---|
| 218 | |
|---|
| 219 | UI: |
|---|
| 220 | * Default to gtkui when running 'deluge' instead of defaulting to last used. |
|---|
| 221 | |
|---|
| 222 | GtkUI: |
|---|
| 223 | * Fix open folder |
|---|
| 224 | * Fix #349 tab ordering when hiding/showing |
|---|
| 225 | |
|---|
| 226 | Windows: |
|---|
| 227 | * Fix torrent file association and adding files from command line |
|---|
| 228 | |
|---|
| 229 | Plugins: |
|---|
| 230 | * Blocklist plugin has been rewritten |
|---|
| 231 | |
|---|
| 232 | Misc: |
|---|
| 233 | * Some changes for python 2.6 compatibility |
|---|
| 234 | |
|---|
| 235 | Deluge 0.9.02 - "1.0.0_RC2" (15 July 2008) |
|---|
| 236 | Core: |
|---|
| 237 | * Fix displaying of file progress |
|---|
| 238 | * Fix files to have proper read/write permissions |
|---|
| 239 | |
|---|
| 240 | WebUI: |
|---|
| 241 | * Include missing 'classic' template |
|---|
| 242 | * Update options tab to include queue settings |
|---|
| 243 | |
|---|
| 244 | Windows: |
|---|
| 245 | * Fix displaying of tray icon |
|---|
| 246 | * Fix scrolling of tray menu |
|---|
| 247 | * Fix hiding of tray icon when shutting down |
|---|
| 248 | * Fix tray icon tool tip length to show properly |
|---|