diff options
author | ryoon <ryoon@pkgsrc.org> | 2012-09-12 14:27:14 +0000 |
---|---|---|
committer | ryoon <ryoon@pkgsrc.org> | 2012-09-12 14:27:14 +0000 |
commit | f3e3aa6c3777e12c32b89fb1e74ed5ef57b5ff2e (patch) | |
tree | 9083840d870aced7f3ef6b22432c601c93845768 /www | |
parent | 8fa09e77c135a3bcf228937a7c6d717de5f9d9f9 (diff) | |
download | pkgsrc-f3e3aa6c3777e12c32b89fb1e74ed5ef57b5ff2e.tar.gz |
Update to 15.0.1
Changelog:
FIXED Sites visited while in Private Browsing mode could be found through manual browser cache inspection (787743)
NEW Silent, background updates
NEW Support for SPDY networking protocol v3
NEW WebGL enhancements, including compressed textures for better performance
NEW Localization in Maithili (see all available locales)
CHANGED Optimized memory usage for add-ons
DEVELOPER JavaScript debugger integrated into developer tools
DEVELOPER New layout view added to Inspector
DEVELOPER High precision event timer implemented
DEVELOPER The CSS word-break property has been implemented.
DEVELOPER New responsive design tool allows web developers to switch between desktop and mobile views of sites
HTML5 Native support for the Opus audio codec added
HTML5 The <audio> and <video> elements now support the played attribute
HTML5 The <source> element now supports the media attribute
FIXED Focus rings keep growing when repeatedly tabbing through elements (720987)
Diffstat (limited to 'www')
-rw-r--r-- | www/firefox/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/www/firefox/Makefile b/www/firefox/Makefile index 36e33a127e8..91812281258 100644 --- a/www/firefox/Makefile +++ b/www/firefox/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.109 2012/09/07 19:17:40 adam Exp $ +# $NetBSD: Makefile,v 1.110 2012/09/12 14:27:15 ryoon Exp $ .include "../../devel/xulrunner/dist.mk" PKGNAME= firefox-${FIREFOX_VER} -PKGREVISION= 2 CATEGORIES= www MAINTAINER= tnn@NetBSD.org |