aboutsummaryrefslogtreecommitdiffstats
path: root/UPDATING
diff options
context:
space:
mode:
authorrafan <rafan@FreeBSD.org>2006-07-24 09:59:11 +0800
committerrafan <rafan@FreeBSD.org>2006-07-24 09:59:11 +0800
commitd6fdb64e1ce32f1b31b8a543df6e8f2614e086c6 (patch)
tree24831f01536b1dd21e30d19e82c9512c6542bca2 /UPDATING
parentbe8b5168db69d798fb19138522b7229bc32a46a1 (diff)
downloadfreebsd-ports-gnome-d6fdb64e1ce32f1b31b8a543df6e8f2614e086c6.tar.gz
freebsd-ports-gnome-d6fdb64e1ce32f1b31b8a543df6e8f2614e086c6.tar.zst
freebsd-ports-gnome-d6fdb64e1ce32f1b31b8a543df6e8f2614e086c6.zip
- notes for www/dillo-i18n 20060709 update
PR: ports/100743 Submitted by: Thomas-Martin Seck <tmseck at netcologne.de> (maintainer)
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING12
1 files changed, 12 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index ffa5b45473d4..adc3abd2dd8b 100644
--- a/UPDATING
+++ b/UPDATING
@@ -6,6 +6,18 @@ You should get into the habit of checking this file for changes each
time you update your ports collection, before attempting any port
upgrades.
+20060723:
+ AFFECTS: users of www/dillo-i18n
+ AUTHOR: tmseck@netcologne.de
+
+ Starting with version 20060709 the i18n version of Dillo encodes
+ the bookmark file using UTF-8 encoding. You can try to convert
+ your existing bookmark file with the bm-update script or you could
+ try to convert it by hand using iconv(1) from you current locale
+ to UTF-8, e.g. by calling 'iconv -f ISO-8859-1 -t UTF-8 ~/.dillo/bm.txt'.
+
+ Please see the iconv documentation for further details.
+
20060722:
AFFECTS: users of games/phpua-*
AUTHOR: miwi@FreeBSD.org