Hi there, After a long list of fixes and features: [ok] moveToWidget(). Jorge has code for this. [ok] downloads dpi string escaping. [ok] alt text wrapping (which looks like a nice feature). [ok] remove large panel. [ok] https dialog storm (BUG#868). [ok] The findbar input doesn't know about Ctrl+{a,e,d,k}. [ok] something other than "ctab%d" for initial tab label. [ok] single close tab button with tooltip. [ok] valgrind logs: close window [ok] valgrind logs: cancel expected url [ok] segfault with Ctrl-s (web search) [ok] UI_TEMPORARILY_SHOW_PANELS [ok] leave link into a native FLTK widget [ok] remove pointeronlink(), panelmode_cb_i() [ok] the panel problems when resizing from very small. [ok] resize problems when tabs overflow [ok] URL_ILLEGAL_CHARS [ok] Fixed CustLightButton "light" color deactivation. [ok] hoverTooltip glitch (tooltip linger when going into a child DIV). [ok] tab overflow (code a handler) [ok] valgrind error for first tab close, then resize(). [ok] update the Changelog [ok] update links in splash page [ok] default search engine [ok] new-tab and window title [ok] CSS adjacent sibling selectors [ok] margin-bottom + some margin collapse [ok] fix doctree leak [ok] first click on a link missed after middle-click on a scrollbar [ok] Fix redraw loops and reenable limit_text_width dillorc option dillo-3.0 is available from: http://www.dillo.org/download/ This should be our last release candidate, unless something major appears. Please download, build, test and report how it goes. If there's no show stopper in a couple of days, the announcement to the outside world will be made. ;) -- Cheers Jorge.-
On Tue, Sep 06, 2011 at 06:26:15PM -0300, Jorge Arellano Cid wrote:
Hi there,
After a long list of fixes and features:
[ok] moveToWidget(). Jorge has code for this. [ok] downloads dpi string escaping. [ok] alt text wrapping (which looks like a nice feature). [ok] remove large panel. [ok] https dialog storm (BUG#868). [ok] The findbar input doesn't know about Ctrl+{a,e,d,k}. [ok] something other than "ctab%d" for initial tab label. [ok] single close tab button with tooltip. [ok] valgrind logs: close window [ok] valgrind logs: cancel expected url [ok] segfault with Ctrl-s (web search) [ok] UI_TEMPORARILY_SHOW_PANELS [ok] leave link into a native FLTK widget [ok] remove pointeronlink(), panelmode_cb_i() [ok] the panel problems when resizing from very small. [ok] resize problems when tabs overflow [ok] URL_ILLEGAL_CHARS [ok] Fixed CustLightButton "light" color deactivation. [ok] hoverTooltip glitch (tooltip linger when going into a child DIV). [ok] tab overflow (code a handler) [ok] valgrind error for first tab close, then resize(). [ok] update the Changelog [ok] update links in splash page [ok] default search engine [ok] new-tab and window title [ok] CSS adjacent sibling selectors [ok] margin-bottom + some margin collapse [ok] fix doctree leak [ok] first click on a link missed after middle-click on a scrollbar [ok] Fix redraw loops and reenable limit_text_width dillorc option
dillo-3.0 is available from:
http://www.dillo.org/download/
This should be our last release candidate, unless something major appears. Please download, build, test and report how it goes.
Compiles and runs fine on DragonFly 2.11-DEVELOPMENT
Hi, On Tue, Sep 06, 2011 at 11:36:17PM +0200, Johannes Hofmann wrote:
On Tue, Sep 06, 2011 at 06:26:15PM -0300, Jorge Arellano Cid wrote:
This should be our last release candidate, unless something major appears. Please download, build, test and report how it goes.
Compiles and runs fine on DragonFly 2.11-DEVELOPMENT
Builds and works fine on Debian Sid, too. I uploaded it to Debian Experimental as 3.0~rc3-1. Will upload it to Debian Unstable as soon as it's declared as stable release. :) Kind regards, Axel -- /~\ Plain Text Ribbon Campaign | Axel Beckert \ / Say No to HTML in E-Mail and News | abe at deuxchevaux.org (Mail) X See http://www.asciiribbon.org/ | abe at noone.org (Mail+Jabber) / \ I love long mails: http://email.is-not-s.ms/ | http://noone.org/abe/ (Web)
In doc/README, we overlooked "For user help, see http://www.dillo.org/dillo2-help.html"
On Tue, Sep 06, 2011 at 06:26:15PM -0300, Jorge Arellano Cid wrote: Hi there,
After a long list of fixes and features: ... dillo-3.0 is available from:
http://www.dillo.org/download/
This should be our last release candidate, unless something major appears. Please download, build, test and report how it goes.
If there's no show stopper in a couple of days, the announcement to the outside world will be made. ;)
-- Cheers Jorge.-
Appears to compile & execute fine on i686 Gentoo (Intel P3 2x750). If nobody else has published a Gentoo EBuild script for packaging, I'll try to publish an updated dillo-3.0 ebuild via bugs.gentoo.org. -- Roger http://rogerx.freeshell.org/
On Tue, Sep 06, 2011 at 08:08:31PM -0800, Roger wrote
Appears to compile & execute fine on i686 Gentoo (Intel P3 2x750).
Also on 64-bit Gentoo on an Intel i3.
If nobody else has published a Gentoo EBuild script for packaging, I'll try to publish an updated dillo-3.0 ebuild via bugs.gentoo.org.
Is it possible for the ebuild to force fltk-1.3? And while we're at it, you may need to put an explanation about that into the comments stored in the ebuild log, maybe even an ewarn. Otherwise, people will be asking on the Gentoo forum about the "downgrade to fltk-1.3" <G>. -- Walter Dnes <waltdnes at waltdnes.org>
On Wed, Sep 07, 2011 at 11:33:33PM -0400, Walter Dnes wrote: On Tue, Sep 06, 2011 at 08:08:31PM -0800, Roger wrote
Appears to compile & execute fine on i686 Gentoo (Intel P3 2x750).
Also on 64-bit Gentoo on an Intel i3.
If nobody else has published a Gentoo EBuild script for packaging, I'll try to publish an updated dillo-3.0 ebuild via bugs.gentoo.org.
Is it possible for the ebuild to force fltk-1.3?
Yes. This is exactly what I was thinking, but doing something like requires =x11-libs/fltk-1.3* if Gentoo's EBuild versioning system allows it. (I'm guessing FLTK-1.3 updates will progress something like 1.3.0, 1.3.1, 1.3.2, ... until FLTK-1.3 and FLTK-2.0 are combined into FLTK-3.0.) I'm going to be stumped if the EBuild versioning system doesn't allow globbing versions with the equals sign. :-/
And while we're at it, you may need to put an explanation about that into the comments stored in the ebuild log, maybe even an ewarn. Otherwise, people will be asking on the Gentoo forum about the "downgrade to fltk-1.3" <G>.
Some great ideas there. I'm a perfectionist at heart and would likely document comments in both the ebuild and filed bug comments. ;-) -- Roger http://rogerx.freeshell.org/
On Thu, Sep 08, 2011 at 12:07:01AM -0800, Roger wrote:
On Wed, Sep 07, 2011 at 11:33:33PM -0400, Walter Dnes wrote: On Tue, Sep 06, 2011 at 08:08:31PM -0800, Roger wrote
Appears to compile & execute fine on i686 Gentoo (Intel P3 2x750).
Also on 64-bit Gentoo on an Intel i3.
Thanks to whomever opened the bug. Opening the bug seems like half the battle to creating the updated ebuild, in my case, I already had the ebuild on my system. (Likely just a copy of an older Dillo ebuild.) Here's a Gentoo EBuild for Dillo-3.0 for testing: https://bugs.gentoo.org/show_bug.cgi?id=382359 Instructions on masking fltk-2 until Gentoo Developers slot the fltk ebuild versions correctly are posted. Notes are also posted concerning fltk version numbers. -- Roger http://rogerx.freeshell.org/
On Tue, Sep 06, 2011 at 06:26:15PM -0300, Jorge Arellano Cid wrote:
Hi there,
After a long list of fixes and features:
[ok] moveToWidget(). Jorge has code for this. [ok] downloads dpi string escaping. [ok] alt text wrapping (which looks like a nice feature). [ok] remove large panel. [ok] https dialog storm (BUG#868). [ok] The findbar input doesn't know about Ctrl+{a,e,d,k}. [ok] something other than "ctab%d" for initial tab label. [ok] single close tab button with tooltip. [ok] valgrind logs: close window [ok] valgrind logs: cancel expected url [ok] segfault with Ctrl-s (web search) [ok] UI_TEMPORARILY_SHOW_PANELS [ok] leave link into a native FLTK widget [ok] remove pointeronlink(), panelmode_cb_i() [ok] the panel problems when resizing from very small. [ok] resize problems when tabs overflow [ok] URL_ILLEGAL_CHARS [ok] Fixed CustLightButton "light" color deactivation. [ok] hoverTooltip glitch (tooltip linger when going into a child DIV). [ok] tab overflow (code a handler) [ok] valgrind error for first tab close, then resize(). [ok] update the Changelog [ok] update links in splash page [ok] default search engine [ok] new-tab and window title [ok] CSS adjacent sibling selectors [ok] margin-bottom + some margin collapse [ok] fix doctree leak [ok] first click on a link missed after middle-click on a scrollbar [ok] Fix redraw loops and reenable limit_text_width dillorc option
dillo-3.0 is available from:
http://www.dillo.org/download/
This should be our last release candidate, unless something major appears. Please download, build, test and report how it goes.
If there's no show stopper in a couple of days, the announcement to the outside world will be made. ;)
It compiles and runs fine under Scientific Linux 6.0 (= RHEL 6.0 plus some extras). Kind regards, Alexander
On Tue, Sep 06, 2011 at 06:26:15PM -0300, Jorge Arellano Cid wrote:
Hi there,
[...] dillo-3.0 is available from:
http://www.dillo.org/download/
This should be our last release candidate, unless something major appears. Please download, build, test and report how it goes.
If there's no show stopper in a couple of days, the announcement to the outside world will be made. ;)
Thanks a lot to those that took the time to build and check this tarball. I just finished submitting the release announcement to freshmeat; it tipically takes much less than 24 hours to make its way into the front page. So, finally, our dillo-3.0 release is now official! Thanks again to every single person that has contributed to make this release possible, and along the years the existence of the project possible. Cheers! -- Cheers Jorge.-
Hi, On Thu, Sep 08, 2011 at 03:33:09PM -0300, Jorge Arellano Cid wrote:
I just finished submitting the release announcement to freshmeat; it tipically takes much less than 24 hours to make its way into the front page.
Is the tar ball now the same then with 3.0 RC3 or has the link fix from corvid been included? http://hg.dillo.org/dillo/rev/55d964c61877 I'd prefer the latter. Kind regards, Axel -- /~\ Plain Text Ribbon Campaign | Axel Beckert \ / Say No to HTML in E-Mail and News | abe at deuxchevaux.org (Mail) X See http://www.asciiribbon.org/ | abe at noone.org (Mail+Jabber) / \ I love long mails: http://email.is-not-s.ms/ | http://noone.org/abe/ (Web)
Axel wrote:
On Thu, Sep 08, 2011 at 03:33:09PM -0300, Jorge Arellano Cid wrote:
I just finished submitting the release announcement to freshmeat; it tipically takes much less than 24 hours to make its way into the front page.
Is the tar ball now the same then with 3.0 RC3 or has the link fix from corvid been included?
http://hg.dillo.org/dillo/rev/55d964c61877
I'd prefer the latter.
I didn't make the fix until after the announcement, reasoning that it wasn't worth delaying release, changing tags, etc., for something in the doc/ directory where no one ever ventures anyway.
On Thu, Sep 08, 2011 at 10:21:00PM +0200, Axel Beckert wrote:
Hi,
On Thu, Sep 08, 2011 at 03:33:09PM -0300, Jorge Arellano Cid wrote:
I just finished submitting the release announcement to freshmeat; it tipically takes much less than 24 hours to make its way into the front page.
Is the tar ball now the same then with 3.0 RC3 or has the link fix from corvid been included?
http://hg.dillo.org/dillo/rev/55d964c61877
I'd prefer the latter.
It has the typo. After all these years I've been bitten more than once by the one-liner fix that carries another problem, so I preferred to err on the safe side (with all the testing given to the tarball) and release it. -- Cheers Jorge.-
Hi Jorge and corvid, thanks for the prompt answers. On Thu, Sep 08, 2011 at 07:34:37PM -0300, Jorge Arellano Cid wrote:
I just finished submitting the release announcement to freshmeat; it tipically takes much less than 24 hours to make its way into the front page.
Is the tar ball now the same then with 3.0 RC3 or has the link fix from corvid been included?
http://hg.dillo.org/dillo/rev/55d964c61877
I'd prefer the latter.
... because I'm a perfectionist. :-)
It has the typo.
Ok, that's the main thing I wanted to know. So I just renamed the RC3 tar ball (without redownloading it again) and packaged it as "3.0" and uploaded it Debian Unstable. Should be available on all platforms within the next half day.
After all these years I've been bitten more than once by the one-liner fix that carries another problem, so I preferred to err on the safe side (with all the testing given to the tarball) and release it.
I see. And I understand that. Looking forward to the 3.0.1 release then. ;-) Kind regards, Axel -- /~\ Plain Text Ribbon Campaign | Axel Beckert \ / Say No to HTML in E-Mail and News | abe at deuxchevaux.org (Mail) X See http://www.asciiribbon.org/ | abe at noone.org (Mail+Jabber) / \ I love long mails: http://email.is-not-s.ms/ | http://noone.org/abe/ (Web)
On Fri, Sep 09, 2011 at 01:31:44AM +0200, Axel Beckert wrote:
Hi Jorge and corvid,
thanks for the prompt answers.
On Thu, Sep 08, 2011 at 07:34:37PM -0300, Jorge Arellano Cid wrote:
I just finished submitting the release announcement to freshmeat; it tipically takes much less than 24 hours to make its way into the front page.
Is the tar ball now the same then with 3.0 RC3 or has the link fix from corvid been included?
http://hg.dillo.org/dillo/rev/55d964c61877
I'd prefer the latter.
... because I'm a perfectionist. :-)
It has the typo.
Ok, that's the main thing I wanted to know.
So I just renamed the RC3 tar ball (without redownloading it again) and packaged it as "3.0" and uploaded it Debian Unstable. Should be available on all platforms within the next half day.
Thanks a lot for the quick packaging. BTW, more or less how long could it take to make it into testing?
After all these years I've been bitten more than once by the one-liner fix that carries another problem, so I preferred to err on the safe side (with all the testing given to the tarball) and release it.
I see. And I understand that. Looking forward to the 3.0.1 release then. ;-)
Ack. -- Cheers Jorge.-
Hi Jorge, On Thu, Sep 08, 2011 at 09:07:22PM -0300, Jorge Arellano Cid wrote:
So I just renamed the RC3 tar ball (without redownloading it again) and packaged it as "3.0" and uploaded it Debian Unstable. Should be available on all platforms within the next half day.
Thanks a lot for the quick packaging.
BTW, more or less how long could it take to make it into testing?
The common delay is 10 days if no so called "release critical bugs" pop up. Kind regards, Axel -- /~\ Plain Text Ribbon Campaign | Axel Beckert \ / Say No to HTML in E-Mail and News | abe at deuxchevaux.org (Mail) X See http://www.asciiribbon.org/ | abe at noone.org (Mail+Jabber) / \ I love long mails: http://email.is-not-s.ms/ | http://noone.org/abe/ (Web)
On Thu, Sep 08, 2011 at 03:33:09PM -0300, Jorge Arellano Cid wrote:
On Tue, Sep 06, 2011 at 06:26:15PM -0300, Jorge Arellano Cid wrote:
Hi there,
[...] dillo-3.0 is available from:
http://www.dillo.org/download/
This should be our last release candidate, unless something major appears. Please download, build, test and report how it goes.
If there's no show stopper in a couple of days, the announcement to the outside world will be made. ;)
Thanks a lot to those that took the time to build and check this tarball.
I just finished submitting the release announcement to freshmeat; it tipically takes much less than 24 hours to make its way into the front page.
So, finally, our dillo-3.0 release is now official!
Hurray! As always, it took longer than expected, but I think it's an important milestone. Cheers and thanks to all that helped, Johannes
participants (7)
-
abe@deuxchevaux.org
-
corvid@lavabit.com
-
Hole.destructor@gmx.de
-
jcid@dillo.org
-
Johannes.Hofmann@gmx.de
-
rogerx.oss@gmail.com
-
waltdnes@waltdnes.org