On Wed, Apr 17, 2013 at 09:29:50PM +0200, Sebastian Geerken wrote:
On Wed, Apr 17, Jorge Arellano Cid wrote:
Hi there,
The final dillo-3.0.3.tar.bz2 is ready for download [1]. :)
Please notice that it has not been announced yet and the web site still needs the last touches before making it public. The idea is for you to download and compile/run test it. It's the same rc2 with the release date updated. Just that!
If positive feedback comes along the way (it compoiles and runs) it may be announced tomorrow "urbi et orbi".
Had no problems on Debian GNU/Linux wheezy, also not with different prefixes.
Well, there is one glitch. If you compile dillo, call configure again with another prefix, and call "make" again, dillo is not compiled again:
$ ./configure --prefix ~/foo $ make $ make install $ ./configure --prefix ~/bar $ make $ make install
Both versions, ~/foo/bin/dillo and ~/bar/bin/dillo, will (e. g.) read hyphenation patterns from ~/foo/lib/dillo/hyphenation.
Rather exotic case, though, and "make clean" at the right point will fix this.
OK, I think this is not a show stopper. With the unicode problem I'm not sure what you mean. i.e. Do we need to fix it and prepare rc3? -- Cheers Jorge.-