From mozilla 0.9.3 release notes:
* Continued stability improvements with 16 top crash bugs fixed since 0.9.2. These bugs were fixed thanks to data generated by users running talkback builds.
* The Subscribe dialog now lets you search for all newsgroups containing a string when subscribing to newsgroups.
* The Modern theme has several changes to icons and sidebar tabs.
* Proxy Auto-Config has been implemented on the Macintosh.
* There is a new preference for choosing between Windows and Linux scrollbar behaviour when the mouse strays off the scrollbar when you're in the process of scrolling. (Bug 90985)
* Chatzilla is now localizable.
* Personal Security Manager 2.0 with improved performance and new UI.
* MailNews front end has been overhauled with a huge performance
improvement.
* Browser and Mail now utilize a new cache, and new viewmanager
for improved performance and correctness.
* Image rendering library was rewritten from scratch for increased
preformance.
See the release notes below for detail:
http://www.mozilla.org/releases/mozilla0.9/
See the release notes for detail:
http://www.mozilla.org/releases/mozilla0.8.1/
Currently only tested(and worked) on -current/i386.
Tested on 1.5.1_ALPHA/mac68k, but did not work(still investigating).
first component is now a package name+version/pattern, no more
executable/patchname/whatnot.
While there, introduce BUILD_USES_MSGFMT as shorthand to pull in
devel/gettext unless /usr/bin/msgfmt exists (i.e. on post-1.5 -current).
Patch by Alistair Crooks <agc@netbsd.org>
using the newest PNG library won't work on system with an older one. To
prevent such problems with precompiled binary packages require at least
"png-1.0.9nb1" in all dependences.
Instead of using pkgsrc makefile magic to select between IPv6 support
and non-support do so by the NetBSD version number: on 1.5 and newer
systems, compile IPv6 support and detect kernel support for it at runtime.
This has the additional benefits of being easy to feed back and additionaly
brings IPv6 to mozilla on NetBSD even if build outside of pkgsrc.
Charles fixed the a.out toolchain bug (in ld) that caused the problems this
change tried to work around. Update your toolchain if it breaks for you.
(Pullup of the toolchain changes to 1.4 and 1.5 has already been requested.)
MKSHLIB_FORCE_ALL='-Wl,--whole-archive' and
MKSHLIB_UNFORCE_ALL='-Wl,--no-whole-archive'
The a.out toolchain ignores --no-whole-archive, and linking mozilla-bin
attempts to an ill fated
"collect2 ... --whole-archive ... --no-whole-archive ... -lgcc ... -lgcc"
Analysis by Richard Earnshaw in PR/11703
1.5_BETA for other architectures. While it may build on some others too,
it will not work due to toolchain issues.
There is no realistic hope to have those toolchain changes pulled up to the
(now nearly dead) 1.4 branch.
Closes PR 11342.