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 /devel/xulrunner/Makefile | |
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 'devel/xulrunner/Makefile')
-rw-r--r-- | devel/xulrunner/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/devel/xulrunner/Makefile b/devel/xulrunner/Makefile index 05660745c36..be7288ec573 100644 --- a/devel/xulrunner/Makefile +++ b/devel/xulrunner/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.76 2012/09/07 19:16:28 adam Exp $ +# $NetBSD: Makefile,v 1.77 2012/09/12 14:27:14 ryoon Exp $ .include "dist.mk" PKGNAME= xulrunner-${MOZ_BRANCH}${MOZ_BRANCH_MINOR} -PKGREVISION= 2 CATEGORIES= devel www MAINTAINER= tnn@NetBSD.org |