Deluge 1.0.3 Released
Posted: Fri Oct 10, 2008 9:28 am
Deluge 1.0.3 Released!
October 11, 2008 - There was a pretty critical bug in 1.0.1 that was preventing sessions to be loaded properly and not allowing new torrents to be added. This version, 1.0.2, fixes that bug and also updates our translations. I apologize to anyone who used 1.0.1 and found their torrent list gone. You can re-add all the torrents from your ~/.config/deluge/state folder. There should also be fastresume files for these torrents, so there shouldn't be any data loss.
October 10, 2008 - Plenty of fixes coming out in our first bug fix release since releasing 1.0.0. Most notably for those of you experiencing slow issues, I encourage you to adopt the new default bandwidth settings. You can either do this by deleting your core.conf in ~/.config/deluge or simply modifying them in the Preferences dialog.
Check out our FAQ if you want to see the new default network settings.
We need your help translating the 1.0 release series, please head over to this page to help: https://translations.launchpad.net/delu ... anslations
Happy Sharing!
Changes 1.0.3:
October 11, 2008 - There was a pretty critical bug in 1.0.1 that was preventing sessions to be loaded properly and not allowing new torrents to be added. This version, 1.0.2, fixes that bug and also updates our translations. I apologize to anyone who used 1.0.1 and found their torrent list gone. You can re-add all the torrents from your ~/.config/deluge/state folder. There should also be fastresume files for these torrents, so there shouldn't be any data loss.
October 10, 2008 - Plenty of fixes coming out in our first bug fix release since releasing 1.0.0. Most notably for those of you experiencing slow issues, I encourage you to adopt the new default bandwidth settings. You can either do this by deleting your core.conf in ~/.config/deluge or simply modifying them in the Preferences dialog.
Check out our FAQ if you want to see the new default network settings.
We need your help translating the 1.0 release series, please head over to this page to help: https://translations.launchpad.net/delu ... anslations
Happy Sharing!
Changes 1.0.3:
- Core:
- Fix upnp - it should work on more routers now too
- Fix issue where Deluge would send improper stats to the tracker after a
pause/resume. - Fix issue where fastresume files would be rejected when using FAT32. This
would cause the torrent to be rechecked on every startup. - Fix ip filtering
- GtkUI:
- Re-add the "Max Connections Per Second" option with a default setting of 20
- WebUI:
- Fix White template for Opera
- Misc:
- Deluge will now use a system libtorrent library if available.
- The build system will no longer build libtorrent if a system library is
detected.
- Core:
- Fix issue where torrents will not be properly added to the session
- Core:
- Change the default max global upload slots to 4 instead of -1 since libtorrent
will automatically open more slots to meet the upload speed limit. - Fix display of tracker error messages
- Fix add_torrent_url() to download the torrent file in a thread to prevent
the main thread from blocking and causing the daemon to freeze. - Removed the 'Maximum Connections Per Second' setting and replaced it with a
default setting of 20. This should alleviate speed issues some are experiencing. - Changed max half-open connections default limit to 8 on XP/2000 and 4 on Vista
- Prevent being able to set file priorities for compactly allocated torrents as
it is not intended to work. - Fix freezing on start-up issues on systems that do not have a properly
configured localhost entry. - Change max connections default setting to 200
- Fix issue with invalid bencoding from some trackers
- Plenty of libtorrent updates that should improve core stability
- Change the default max global upload slots to 4 instead of -1 since libtorrent
- GtkUI:
- Improve performance of files tab by only updating when values change
- Misc:
- Fix #187 set a 5 second timer to save the config file after a config value
has been changed. - Fix #503 change the boost lib detection logic to first look for -mt and
if not available, fall back to regular boost lib (non-multithreaded)
- Fix #187 set a 5 second timer to save the config file after a config value
- WebUI:
- Add enable "Auto Add" checkbox