diff options
author | taya <taya> | 2001-08-04 07:05:18 +0000 |
---|---|---|
committer | taya <taya> | 2001-08-04 07:05:18 +0000 |
commit | 51788dce80adeb0e10fc9a064a13742c90bc2696 (patch) | |
tree | d7edd330ccd24c162e9521c34fd669cb00562e54 /www/mozilla/Makefile | |
parent | 8f1294403c5dac5f17292eecf79edfbafebd37c8 (diff) | |
download | pkgsrc-51788dce80adeb0e10fc9a064a13742c90bc2696.tar.gz |
Update to mozilla 0.9.3
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.
Diffstat (limited to 'www/mozilla/Makefile')
-rw-r--r-- | www/mozilla/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/mozilla/Makefile b/www/mozilla/Makefile index 48846122e79..62aa539de15 100644 --- a/www/mozilla/Makefile +++ b/www/mozilla/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.70 2001/07/13 16:14:23 taya Exp $ +# $NetBSD: Makefile,v 1.71 2001/08/04 07:05:18 taya Exp $ -MOZ_VER= 0.9.2 -NB_VER= nb1 +MOZ_VER= 0.9.3 +NB_VER= DISTNAME= mozilla-source-${MOZ_VER} PKGNAME= mozilla-${MOZ_VER}${NB_VER} WRKSRC= ${WRKDIR}/mozilla |