aboutsummaryrefslogtreecommitdiffstats
path: root/UPDATING
diff options
context:
space:
mode:
authoraz <az@FreeBSD.org>2007-01-12 04:37:34 +0800
committeraz <az@FreeBSD.org>2007-01-12 04:37:34 +0800
commitb9204814d26ef15f33db7c6b77d02d507682386c (patch)
tree603dabc6e89044a9b0872eb4c9543d3416e904be /UPDATING
parent3ae6c37ed41ee088afb1f3b27aaf6cdc30577537 (diff)
downloadfreebsd-ports-gnome-b9204814d26ef15f33db7c6b77d02d507682386c.tar.gz
freebsd-ports-gnome-b9204814d26ef15f33db7c6b77d02d507682386c.tar.zst
freebsd-ports-gnome-b9204814d26ef15f33db7c6b77d02d507682386c.zip
Add an entry for irc/weechat client update
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING17
1 files changed, 17 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index 9144bad6ce01..5b6b9eecfd9c 100644
--- a/UPDATING
+++ b/UPDATING
@@ -6,6 +6,23 @@ You should get into the habit of checking this file for changes each
time you update your ports collection, before attempting any port
upgrades.
+20070111:
+ AFFECTS: users of irc/weechat
+ AUTHOR: az@FreeBSD.org
+
+ For users of any previous version, all your charset settings
+ in weechat.rc will be LOST! You should save your weechat.rc
+ to keep your values and set them again with new "charset" plugin.
+ For ISO users: history of channels may be without accents
+ (after /upgrade), this is not recoverable, but this is not a bug.
+ All new messages should be ok.
+ Be careful, now default encode is UTF-8 for all channels (before
+ it was terminal charset). If you still want to send messages as
+ ISO-8859-1, you should send either global encode or server specific
+ encode to ISO-8859-1.
+ For global encode: /setp charset.global.encode = "ISO-8859-1"
+ For server encode: (on server buffer) /charset encode ISO-8859-1
+
20070109:
AFFECTS: users of databases/postgresql*
AUTHOR: girgen@FreeBSD.org