diff options
author | grant <grant@pkgsrc.org> | 2004-06-23 13:25:42 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2004-06-23 13:25:42 +0000 |
commit | 8deafd526592d4856b5f3a212fa5f19948d4b883 (patch) | |
tree | 4f606cae7514e566df3a749aab6b401f90aa8373 /www/mozilla-bin | |
parent | 16e9e7270bcffe50e82269c52afe7b1d77d94d01 (diff) | |
download | pkgsrc-8deafd526592d4856b5f3a212fa5f19948d4b883.tar.gz |
Updated mozilla-bin to 1.7.
The full list of changes can be found at:
http://www.mozilla.org/releases/mozilla1.7/README.html
Major browser changes since 1.6:
* A new option to prevent sites from using JavaScript to block the
browser's context menu.
* A new set of icons for files that are associated with Mozilla on
Windows.
* Password Manager has a "show passwords" mode which will display
saved passwords. You will need to enter your master password if
you are using one.
* The "Set As Wallpaper" feature now has a confirmation dialog.
* Linux GTK2 builds have improved support for OS themes.
* Cookie dialogs have been reworked to make them more usable.
* Date handling, especially on OS X, has been improved.
* It is now possible to fine-tune Mozilla's pop-up blocking using
two preferences (dom.popup_maximum and dom.popup_allowed_events)
but there's no UI for that yet. Even without a UI, users should
notice a greater variety of pop-ups blocked (primarily mouseover
pop-ups) and a limit of 20 or so open at one time - regardless of
whether pop-up blocking is active. This will provide some protection
from sites that open hundreds of windows in a loop.
* Downloaded files are now moved to the target directory as soon
as the user selects the desired location. This was the frequently
reported bug 55690.
* There is now user interface to activate Smooth Scrolling (Preferences
-> Appearance).
* Mozilla now supports basic FTP upload.
Diffstat (limited to 'www/mozilla-bin')
-rw-r--r-- | www/mozilla-bin/Makefile | 4 | ||||
-rw-r--r-- | www/mozilla-bin/Makefile.SunOS.sparc | 3 | ||||
-rw-r--r-- | www/mozilla-bin/distinfo | 16 |
3 files changed, 10 insertions, 13 deletions
diff --git a/www/mozilla-bin/Makefile b/www/mozilla-bin/Makefile index 0e1a371956e..426fe0a5ae2 100644 --- a/www/mozilla-bin/Makefile +++ b/www/mozilla-bin/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.15 2004/01/31 16:47:26 grant Exp $ +# $NetBSD: Makefile,v 1.16 2004/06/23 13:25:42 grant Exp $ MOZILLA= mozilla -MOZ_VER= 1.6 +MOZ_VER= 1.7 COMMENT= Full featured gecko-based browser (binary pkg) diff --git a/www/mozilla-bin/Makefile.SunOS.sparc b/www/mozilla-bin/Makefile.SunOS.sparc index a0a6786aa81..42688cb8935 100644 --- a/www/mozilla-bin/Makefile.SunOS.sparc +++ b/www/mozilla-bin/Makefile.SunOS.sparc @@ -1,6 +1,5 @@ -# $NetBSD: Makefile.SunOS.sparc,v 1.5 2004/01/22 10:57:44 grant Exp $ +# $NetBSD: Makefile.SunOS.sparc,v 1.6 2004/06/23 13:25:42 grant Exp $ DISTNAME= mozilla-sparc-sun-solaris2.8-${MOZ_VER} MOZ_PLATFORM= solaris -MOZ_CONTRIB= # empty diff --git a/www/mozilla-bin/distinfo b/www/mozilla-bin/distinfo index 6b939b60438..726036df4a6 100644 --- a/www/mozilla-bin/distinfo +++ b/www/mozilla-bin/distinfo @@ -1,10 +1,8 @@ -$NetBSD: distinfo,v 1.7 2004/01/22 10:57:44 grant Exp $ +$NetBSD: distinfo,v 1.8 2004/06/23 13:25:42 grant Exp $ -SHA1 (mozilla-i686-pc-linux-gnu-1.6.tar.gz) = 5437328f16f080c28823a4082b8f9aa76cc4f7d2 -Size (mozilla-i686-pc-linux-gnu-1.6.tar.gz) = 13544980 bytes -$NetBSD: distinfo,v 1.7 2004/01/22 10:57:44 grant Exp $ -SHA1 (mozilla-sparc-sun-solaris2.8-1.6.tar.gz) = 91bcb8bc2baefd4ce8b6d835304198fdf86395f6 -Size (mozilla-sparc-sun-solaris2.8-1.6.tar.gz) = 18488304 bytes -$NetBSD: distinfo,v 1.7 2004/01/22 10:57:44 grant Exp $ -SHA1 (mozilla-i386-pc-solaris2.8-1.6.tar.gz) = d3a1021e639a0b88e4f04d061a8e18c105017537 -Size (mozilla-i386-pc-solaris2.8-1.6.tar.gz) = 15750048 bytes +SHA1 (mozilla-i386-pc-solaris2.8-1.7.tar.gz) = b6a6b53f9e7acbf451123bf5ddb92b0893316611 +Size (mozilla-i386-pc-solaris2.8-1.7.tar.gz) = 21802418 bytes +SHA1 (mozilla-i686-pc-linux-gnu-1.7.tar.gz) = c4c9d1f413ac1c47a8535e2e61c689f6f8576ba8 +Size (mozilla-i686-pc-linux-gnu-1.7.tar.gz) = 13809716 bytes +SHA1 (mozilla-sparc-sun-solaris2.8-1.7.tar.gz) = 0f049fa84be6843a5e6786b0f23cc7715a88850a +Size (mozilla-sparc-sun-solaris2.8-1.7.tar.gz) = 17718280 bytes |