diff options
author | az <az@FreeBSD.org> | 2007-01-12 04:37:34 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2007-01-12 04:37:34 +0800 |
commit | b9204814d26ef15f33db7c6b77d02d507682386c (patch) | |
tree | 603dabc6e89044a9b0872eb4c9543d3416e904be /UPDATING | |
parent | 3ae6c37ed41ee088afb1f3b27aaf6cdc30577537 (diff) | |
download | freebsd-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-- | UPDATING | 17 |
1 files changed, 17 insertions, 0 deletions
@@ -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 |