0.5.9.0 released

Suggestions and discussion of future versions
markybob
Compulsive Poster
Compulsive Poster
Posts: 1230
Joined: Thu May 24, 2007 11:27 pm
Location: Chicago, IL, USA
Contact:

0.5.9.0 released

Post by markybob »

Yes, we're all looking forward to 0.6 being released...but for now, here's 0.5.9.0.
Changelog:
Deluge 0.5.9.0 (30 April 2008)
* Fix ratio
* Fix opening folers/files on windows
* Move all packages to use Python 2.5

As usual, the ftp servers will be synced at 9:15am UTC. Enjoy
scrapmetal
Leecher
Leecher
Posts: 59
Joined: Mon May 28, 2007 12:03 pm

Re: 0.5.9.0 released

Post by scrapmetal »

seems like a great release. i havent noticed any problems. ratio seems fine too :)
well done
ubuntu intrepid amd64
mezz
Leecher
Leecher
Posts: 53
Joined: Tue May 29, 2007 5:40 pm

Re: 0.5.9.0 released

Post by mezz »

I have noticed a change in setup.py by disable -DAMD64. Is it accident or we (packager/maintainer) need to add -DAMD64 by ourselves? I don't mind to do it by myself as I already do that for sparc64 and ia64 for long time.

Code: Select all

# Done through debian/rules, as all arches are not handled
#    if ARCH == "x64":
#        EXTRA_COMPILE_ARGS.append("-DAMD64")
markybob
Compulsive Poster
Compulsive Poster
Posts: 1230
Joined: Thu May 24, 2007 11:27 pm
Location: Chicago, IL, USA
Contact:

Re: 0.5.9.0 released

Post by markybob »

mezz wrote:I have noticed a change in setup.py by disable -DAMD64. Is it accident or we (packager/maintainer) need to add -DAMD64 by ourselves? I don't mind to do it by myself as I already do that for sparc64 and ia64 for long time.

Code: Select all

# Done through debian/rules, as all arches are not handled
#    if ARCH == "x64":
#        EXTRA_COMPILE_ARGS.append("-DAMD64")
that's not disabling, it's defining, or enabling, however you wanna call it :P anyway, it's not required. you can leave it or remove it at will
loki
Moderator
Moderator
Posts: 787
Joined: Tue Dec 04, 2007 3:27 pm
Location: MI, USA

Re: 0.5.9.0 released

Post by loki »

Seems "open containing folder" is still not working.
mezz
Leecher
Leecher
Posts: 53
Joined: Tue May 29, 2007 5:40 pm

Re: 0.5.9.0 released

Post by mezz »

markybob wrote:that's not disabling, it's defining, or enabling, however you wanna call it :P
Yeah, I mean by it's not define anymore for 64bit.
markybob wrote:anyway, it's not required. you can leave it or remove it at will
I am a bit confuse. Do you mean by we don't need to define AMD64 anymore for 64bit system? or just not need to do in setup.py, but packagers need to add AMD64 define in our package for 64bit system?
markybob
Compulsive Poster
Compulsive Poster
Posts: 1230
Joined: Thu May 24, 2007 11:27 pm
Location: Chicago, IL, USA
Contact:

Re: 0.5.9.0 released

Post by markybob »

i'm saying it'll work either way. gcc is smart enough to figure things out. if you're using an old version of gcc and have problems, then you can try adding it back.
mezz
Leecher
Leecher
Posts: 53
Joined: Tue May 29, 2007 5:40 pm

Re: 0.5.9.0 released

Post by mezz »

Thanks, I will keeping it since we support multi-version of FreeBSD and one version (6.x) still has GCC 3.x.
runeks
Member
Member
Posts: 13
Joined: Thu May 01, 2008 5:56 am

Re: 0.5.9.0 released

Post by runeks »

Everything seems to be working here, except for Deluge's icon. After updating (via Update Manager in Ubuntu) I had to manually set the icon for the launcher in my GNOME panel. After starting Deluge, its icon in the panel (the panel where, for example, my Pidgin, network status etc. icons are when they are running) looks as if the icon it is trying to use doesn't exist.

I've attached a screenshot of how it looks.
Attachments
deluge-icon.png
deluge-icon.png (51.2 KiB) Viewed 6103 times
Gasten
Member
Member
Posts: 11
Joined: Fri Dec 14, 2007 2:36 pm

Re: 0.5.9.0 released

Post by Gasten »

as mentioned in another thread... the torrents are scrambled when restarting deluge.
Post Reply