aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorHiroki Sato <hrs@FreeBSD.org>2008-11-08 05:43:16 +0000
committerHiroki Sato <hrs@FreeBSD.org>2008-11-08 05:43:16 +0000
commitc95ad0290ba9ba98e5f95cfe4eb39dc06a23791a (patch)
treed69441f1a9364e645458886bd4e52db7f0157a6d /UPDATING
parent6c903d6cc3329ee9a314e98130af0d60a0285907 (diff)
downloadports-c95ad0290ba9ba98e5f95cfe4eb39dc06a23791a.tar.gz
ports-c95ad0290ba9ba98e5f95cfe4eb39dc06a23791a.zip
Add unix domain socket support for Wnn backend and use it by
default. If $[CJKT]SERVER environment variable is defined, the value is used as the server host name. In JSERVER case, for example, the server name is determined in the following way: $JSERVER --(if null)--> wnn-jserver --(if null)--> "unix" If the server host name is null or matches "^unix$", unix domain socket is used. The path name of the socket can be specified in wnn-[cjkt]udpath custom variable.
Notes
Notes: svn path=/head/; revision=222529
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING16
1 files changed, 16 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index 04ae6896ae5f..297fb4bdbb72 100644
--- a/UPDATING
+++ b/UPDATING
@@ -6,6 +6,22 @@ You should get into the habit of checking this file for changes each
time you update your ports collection, before attempting any port
upgrades.
+20081108:
+ AFFECTS: users of editors/tamago
+ AUTHOR: hrs@FreeBSD.org
+
+ The Wnn backend of editors/tamago port now uses unix domain socket
+ to communicate the server by default. If $[CJKT]SERVER environment
+ variable is defined, the value is used as the server host name. In
+ JSERVER case, for example, the server name is determined in the
+ following way:
+
+ $JSERVER --(if null)--> wnn-jserver --(if null)--> "unix"
+
+ If the server host name is null or matches "^unix$", unix domain
+ socket is used. The path name of the socket can be specified in
+ wnn-[cjkt]udpath custom variable.
+
20081105:
AFFECTS: users of french/pluxm-devel
AUTHOR: jadawin@FreeBSD.org