aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorJeremy Messenger <mezz@FreeBSD.org>2008-06-13 04:00:57 +0000
committerJeremy Messenger <mezz@FreeBSD.org>2008-06-13 04:00:57 +0000
commitf6d580176886428e352b436cf755ebdaaf453f72 (patch)
treead803baac113f5d5658df91811b9289661f60d62 /UPDATING
parentbe29a34732f3bda4f52b0ee512fede198e9f03f3 (diff)
downloadports-f6d580176886428e352b436cf755ebdaaf453f72.tar.gz
ports-f6d580176886428e352b436cf755ebdaaf453f72.zip
-Update to 9.5, be sure to read in UPDATING.
-Add Java 6 support for plugins, untest. -Remove pkg-message, we have UPDATING. Changelog: http://www.opera.com/docs/changelogs/linux/950/
Notes
Notes: svn path=/head/; revision=214739
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING28
1 files changed, 28 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index ebacd38e6669..923f2534056d 100644
--- a/UPDATING
+++ b/UPDATING
@@ -6,6 +6,34 @@ You should get into the habit of checking this file for changes each
time you update your ports collection, before attempting any port
upgrades.
+20080612:
+ AFFECTS: users of www/linux-opera
+ AUTHOR: mezz@FreeBSD.org
+
+ The Opera has been updated from 9.2x to 9.5x. A lot of things have been
+ changed such as keyboard shortcuts[1]; new storage and indexing formats
+ mail and feeds; new search.ini; probably more that I have missed. I do
+ not know if the keyboard shortcuts and search.ini will be overwrite. The
+ mail and feeds will be asked to convert to new format in start up.
+ Warning there is no way to downgrade back to old format. Be sure to view
+ the Changelog[2].
+
+ [1] http://www.opera.com/support/search/view/884/
+ [2] http://www.opera.com/docs/changelogs/linux/950/
+
+ It is probably best for you to back up your linux-opera directory in
+ case until you have no problem with new Opera for a while. Also, you
+ might have to re-configure search and keyboard shortcuts if these are
+ overwrote.
+
+ # cp -Rp ~/.linux-opera ~/.linux-opera-bak
+
+ If you are seeing an error of undefined symbol related with GTK+. It is
+ because it needs newer linux-gtk2 that ports doesn't have. You can enter
+ 'opera:config#FileSelector|DialogToolkit' in the address bar and change
+ from 0 to 1 in 'Dialog Toolkit' if it annoys you. 0 = auto detection,
+ 1 = QT and 2 = GTK+.
+
20080609:
AFFECTS: users of devel/pear-Date_Holidays
AUTHOR: tabthorpe@FreeBSD.org