diff options
author | jdolecek <jdolecek@pkgsrc.org> | 2006-12-19 23:02:12 +0000 |
---|---|---|
committer | jdolecek <jdolecek@pkgsrc.org> | 2006-12-19 23:02:12 +0000 |
commit | f968517680f3ae60d6b62b7c38561ae4dc81fa44 (patch) | |
tree | e94c5e497bd32d926c4e933daa0bc959e505e08f /www/opera/Makefile | |
parent | a94795c3d220443543aad21fa3672d7472968c4a (diff) | |
download | pkgsrc-f968517680f3ae60d6b62b7c38561ae4dc81fa44.tar.gz |
Update to opera 9.1 (a.k.a 9.10)
Changes:
This release of Opera introduces Fraud Protection.
Changes Since Opera 9.02
User interface
* Fixed handling of access keys on Web pages with frames.
* Mail, messaging, and newsfeeds
* Fixed an instability connected with delayed entry of the Master password.
* Deleting of newsfeeds in the panel now both unsubscribes and deletes.
Display and scripting
* Improved performance for elements with both :focus and :hover.
* Fixed an issue with opacity on links that have images nested within them.
Security
* New Fraud Protection feature (a phishing filter).
* Changed Wand data to a new format. The upgrade to this new format
is not reversible.
Miscellaneous
* Multiple stability issues solved, including crashes on Gmail and Google Maps.
* Changed the Mozilla User Agent string to include Firefox identification.
* Improved handling of Web site logins on slow connections.
* Cancellation of torrent downloads now functions as expected.
UNIX-specific changes
* Fixed smooth scrolling.
* Flash 9 beta support for Linux.
* Implemented support for Linux plug-ins on FreeBSD.
* When masking as Internet Explorer, the platform is masked as Windows XP.
* Fixed an issue where floating point numbers were treated as integers
on some Linux systems.
Diffstat (limited to 'www/opera/Makefile')
-rw-r--r-- | www/opera/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/www/opera/Makefile b/www/opera/Makefile index 3c99ddac489..ca1a674cbb2 100644 --- a/www/opera/Makefile +++ b/www/opera/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.60 2006/10/23 11:01:54 dmcmahill Exp $ +# $NetBSD: Makefile,v 1.61 2006/12/19 23:02:12 jdolecek Exp $ DISTNAME= opera-${OPERA_PKG_VERSION:S/u/pl/} CATEGORIES= www @@ -26,9 +26,9 @@ USE_LANGUAGES= # empty .include "../../mk/bsd.prefs.mk" OPERA_LANG= en -OPERA_VER_DATE= 20060919 -OPERA_PKG_VERSION= 9.02 -OPERA_PKG_VERSION_DIR= 902 +OPERA_VER_DATE= 20061214 +OPERA_PKG_VERSION= 9.10 +OPERA_PKG_VERSION_DIR= 910 _OPERA_OPSYS?= ${OPSYS} _OPERA_MACHINE_ARCH?= ${MACHINE_ARCH} |