Page 1 of 2

Deluge 0.5.7RC2 (version #0.5.6.96) Released!

Posted: Sun Nov 25, 2007 2:42 am
by markybob
http://download.deluge-torrent.org

REMEMBER: This is an RC, not a final release. If you're not willing to run into some bugs, you should not use it.

Deluge 0.5.7RC2 (version #0.5.6.96)
* Fix startup invalid handle error (please let this be fixed for good for everyone... please software gods!)
* Fix toolbar icon/text problem

Deluge 0.5.7RC1 (version #0.5.6.95)
* Scrape support
* Manual force-recheck
* Add local peer discovery (aka local service discovery)
* Blocklist plugin will now display errors, instead of just crashing on a bad list or wrong type
* Add torrent in paused state option
* Add advanced progress bar
* Fix bug in merging trackers
* Various updates to WebUI, including https support and advanced template by vonck7
* Add maximum connection attempts per second preference
* Fix bug where loaded plugins were forgotten if Deluge crashed
* Fix ratio bugs (hopefully for the last time)
* Add preference to only show file selection popup if torrent has multiple files
* Fix pause all and resume all bugs
* Fix client not loading if our website goes down (new version check failing)
* Allow torrent creation with no trackers
* Scheduler plugin revamp by Ben Klein
* Fix ETA from going backwards
* UI warning on full HD - no longer just silently pauses torrents
* Replace SimpleRSS with FlexRSS
* Add preference for the location of torrent files
* Add autoload folder
* Copy translator credits from Launchpad to our about->credits
* Differentiate between queued and paused torrents. Able to pause queued torrents - patch by yobbobandana
* Show error when writing/permission problems occur

Re: Deluge 0.5.7RC2 (version #0.5.6.96) Released!

Posted: Sun Nov 25, 2007 12:33 pm
by nerda
Hi, maybe you already know it, but in debian lenny libboost-date-time1.33.1, libboost-filesystem1.33.1, libboost-thread1.33.1 packages has been upgraded to 1.34.1, so at the moment lenny package has broken dependencies!

Re: Deluge 0.5.7RC2 (version #0.5.6.96) Released!

Posted: Sun Nov 25, 2007 1:07 pm
by kenshabby
there are some odd problems both with rc1 and rc1, the 'autoload torrent files in' thing keeps resetting to ~/.avidemux whatever i set it to, also 'store all downloads in' once got reset to ~/.amule for some reason, which is not the folders i specified

Re: Deluge 0.5.7RC2 (version #0.5.6.96) Released!

Posted: Sun Nov 25, 2007 8:19 pm
by markybob
nerda wrote:Hi, maybe you already know it, but in debian lenny libboost-date-time1.33.1, libboost-filesystem1.33.1, libboost-thread1.33.1 packages has been upgraded to 1.34.1, so at the moment lenny package has broken dependencies!
my mirror hadnt yet been updated, so i didnt know. i'll upload new lenny packages within 30 minutes. thanks

Re: Deluge 0.5.7RC2 (version #0.5.6.96) Released!

Posted: Mon Nov 26, 2007 3:13 am
by performance
Im not sure how to duplicate it but occasionally rc2 will write the torrent file location wrong. It stops it from loading giving a library error.

ie:

Instead of
S'C:\\Users\\Default\\deluge\\torrentfiles\\test.torrent'

it'll write

VC:\u005CUsers\u005CDefault\u005Cdeluge\u005Ctorrentfiles\u005Ctest.torrent

I dunno if this is whats intended, but if I edit the persistant.state file it works fine on next load up.

Re: Deluge 0.5.7RC2 (version #0.5.6.96) Released!

Posted: Mon Nov 26, 2007 3:37 am
by markybob
performance wrote:Im not sure how to duplicate it but occasionally rc2 will write the torrent file location wrong. It stops it from loading giving a library error.

ie:

Instead of
S'C:\\Users\\Default\\deluge\\torrentfiles\\test.torrent'

it'll write

VC:\u005CUsers\u005CDefault\u005Cdeluge\u005Ctorrentfiles\u005Ctest.torrent

I dunno if this is whats intended, but if I edit the persistant.state file it works fine on next load up.
strange. looks like python's doing some weird unicode stuff with your path. i'll look into it

Re: Deluge 0.5.7RC2 (version #0.5.6.96) Released!

Posted: Mon Nov 26, 2007 3:43 am
by markybob
performance wrote:Im not sure how to duplicate it but occasionally rc2 will write the torrent file location wrong. It stops it from loading giving a library error.

ie:

Instead of
S'C:\\Users\\Default\\deluge\\torrentfiles\\test.torrent'

it'll write

VC:\u005CUsers\u005CDefault\u005Cdeluge\u005Ctorrentfiles\u005Ctest.torrent

I dunno if this is whats intended, but if I edit the persistant.state file it works fine on next load up.
when does this happen? load a torrent and take a look at the file. is it initially stored correctly? is it only on shutdown that it gets changed? does it happen every time on shutdown or on load?

Re: Deluge 0.5.7RC2 (version #0.5.6.96) Released!

Posted: Mon Nov 26, 2007 3:46 am
by performance
It doesn't happen every time I shut down and restart. I am pretty sure it has to do with extra stats plugin. The only thing I did different from other normally working restarts is that I enabled the extra stats plugin and restarted.

It might be plugins in general. I'll start a fresh file and see what it does.

Re: Deluge 0.5.7RC2 (version #0.5.6.96) Released!

Posted: Mon Nov 26, 2007 3:52 am
by markybob
performance wrote:It doesn't happen every time I shut down and restart. I am pretty sure it has to do with extra stats plugin. The only thing I did different from other normally working restarts is that I enabled the extra stats plugin and restarted.

It might be plugins in general. I'll start a fresh file and see what it does.
which windows version? which language?

Re: Deluge 0.5.7RC2 (version #0.5.6.96) Released!

Posted: Mon Nov 26, 2007 3:54 am
by performance
rc2 english.

I tried disabling extra stats and restarting and it didn't restart. This time though there wasn't any of that unicode problem.