Hi there, The new dillo-0.8.6-rc5 is ready for download! Get it from: http://www.dillo.org/download/dillo-0.8.6-rc5.tar.bz2 Changes: - Now both download plugins are dillo-cookie aware. - Fixed a bug in memory deallocation (downloads GUI). - "C" locale for log parsing to work on localized systems (downloads GUI). - Now, new downloads appear on top of the list (downloads GUI). - Fixed a segfault for No-Content-Type ans zero lenght resources (cache). As you see, most of it is in the downloads GUI. Nobody complained about the new Content-Type sniffer of rc4, so it remained the same. That's it. Please test and send feedback! -- Cheers Jorge.-
On Saturday 15 April 2006 5:44 am, Jorge Arellano Cid wrote:
That's it. Please test and send feedback!
So far, so good! I'm not sure what your planned schedule is for the final release, but I thought I should let you know: I'm going to be on vacation this coming weekend through next Tuesday, April 25. I should have time to build RPMs this week through Thursday, April 20, or next week starting on Wednesday, April 26. -- Kelson Vibber www.hyperborea.org
On Mon, Apr 17, 2006 at 10:21:25PM -0700, Kelson Vibber wrote:
On Saturday 15 April 2006 5:44 am, Jorge Arellano Cid wrote:
That's it. Please test and send feedback!
So far, so good!
Great!
I'm not sure what your planned schedule is for the final release, but I thought I should let you know: I'm going to be on vacation this coming weekend through next Tuesday, April 25. I should have time to build RPMs this week through Thursday, April 20, or next week starting on Wednesday, April 26.
Your feedback is the only one for rc5 so far. I think it's a good idea to wait a bit longer and schedule release for April 26 or 27 when you have those RPMs built, after the feedback cycle is done. Thanks for the info. -- Cheers Jorge.-
In message <20060419114712.GD2432@dillo.org>, Jorge Arellano Cid <jcid@dillo.org> writes
Your feedback is the only one for rc5 so far. I think it's a good idea to wait a bit longer and schedule release
cronocloud from the playstation2-linux list is testing rc5 for the ps2 now. rc4 gave him problems with d/l at both sourceforge and a gnome mirror, he writes. (My machine is lying in bits on the snooker table, with a knackered ribbon cable :-() -- robert w hall
In message <JzceN$BdgkREFwgw@n-cantrell.demon.co.uk>, robert w hall <bobh@n-cantrell.demon.co.uk> writes
cronocloud from the playstation2-linux list is testing rc5 for the ps2 now. rc4 gave him problems with d/l at both sourceforge and a gnome mirror, he writes. ... Later Cronocloud's error log (long) is posted on playstation2-linux general forum. I haven't yet bottomed what is going wrong, so would like to try on my own system.
(Hopefully we will have our machine back running by the w/e) Bob -- robert w hall
On Thu, Apr 20, 2006 at 10:39:30AM +0100, robert w hall wrote:
Cronocloud's error log (long) is posted on playstation2-linux general forum. I haven't yet bottomed what is going wrong, so would like to try on my own system.
One part of the problem, at least, is revealed by the error message """ [downloads (child)]: cmd: wget -O - --load-cookies $HOME/.dillo/cookies.txt 'http://easynews.dl.sourceforge.net/sourceforge/gaim/gaim-1.5.0.tar.gz' [downloads (child)]: to: /home/CronoCloud/gaim-1.5.0.tar.gz [downloads (child)]: pid=4020, Running: wget -O - --load-cookies $HOME/.dillo/cookies.txt 'http://easynews.dl.sourceforge.net/sourceforge/gaim/gaim-1.5.0.tar.gz' wget: unrecognized option `--load-cookies' [downloads (child)]: pid=4020, done! """ --load-cookies looks to have been introduced between wget 1.6 and 1.7. At a guess, the user's version is not newer than 1.7.
From a dillo perspective, we require the use of wget, and effectively require the use of a newish wget, without testing for its existence or version.
The error log as presented without using --disable-dlgui seems mostly silent on the problem. That could be because (GNU v 1.9.1, at least) "wget --WTF?" returns success. More likely, though, in downloads.cc, child_init() returns void, so even if execvp(dl_argv[0], dl_argv) failed and returned something, we still wouldn't see it. In downloads-old.c, the return value of pclose(in_stream) is checked, so wget returning failure could generate a sane message in that case. But, as shown above, we already print the stderr output as a hint. Short version: it looks like a dillo problem to me. Since we rely on wget at run time, we should either use a run time check, or also require it at build time with a configure check. I suspect it isn't trivially resolvable, since the run time check feels complicated, and the build time check can't know what is available at run time in general. For the user, installing a newer (or fuller) wget might remove some of the observable part of the problem. No patches, sorry. f -- Francis Daly francis@daoine.org
* Jorge Arellano Cid (jcid@dillo.org):
On Mon, Apr 17, 2006 at 10:21:25PM -0700, Kelson Vibber wrote:
I'm not sure what your planned schedule is for the final release, but I thought I should let you know: I'm going to be on vacation this coming weekend through next Tuesday, April 25. I should have time to build RPMs this week through Thursday, April 20, or next week starting on Wednesday, April 26.
Your feedback is the only one for rc5 so far. I think it's a good idea to wait a bit longer and schedule release for April 26 or 27 when you have those RPMs built, after the feedback cycle is done.
Sorry, forgot to send feedback. I am using rc5 with the download gui for a few days now without obvious issues (this is on FreeBSD 4 and 6). Unfortunately, the FLTK 2 port has not yet been committed to the FreeBSD ports tree (this tree still seems to be semi-frozen in order to stabilize for the upcoming FreeBSD 5.5 and 6.1 releases). Once FLTK 2 is in, I will add support for it to the dillo port. The dillo port itself will be updated by me ASAP.
On Wed, Apr 19, 2006 at 08:51:48PM +0200, Thomas-Martin Seck wrote:
* Jorge Arellano Cid (jcid@dillo.org):
On Mon, Apr 17, 2006 at 10:21:25PM -0700, Kelson Vibber wrote:
I'm not sure what your planned schedule is for the final release, but I thought I should let you know: I'm going to be on vacation this coming weekend through next Tuesday, April 25. I should have time to build RPMs this week through Thursday, April 20, or next week starting on Wednesday, April 26.
Your feedback is the only one for rc5 so far. I think it's a good idea to wait a bit longer and schedule release for April 26 or 27 when you have those RPMs built, after the feedback cycle is done.
Sorry, forgot to send feedback. I am using rc5 with the download gui for a few days now without obvious issues (this is on FreeBSD 4 and 6).
Unfortunately, the FLTK 2 port has not yet been committed to the FreeBSD ports tree (this tree still seems to be semi-frozen in order to stabilize for the upcoming FreeBSD 5.5 and 6.1 releases). Once FLTK 2 is in, I will add support for it to the dillo port. The dillo port itself will be updated by me ASAP.
Thanks for the info! -- Cheers Jorge.-
participants (6)
-
Francis Daly
-
Jeremy Henty
-
Jorge Arellano Cid
-
Kelson Vibber
-
robert w hall
-
Thomas-Martin Seck