Develop and Download Open Source Software

Browse CVS Repository

Contents of /freewnn/FreeWnn/ChangeLog.en

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.5 - (show annotations) (download)
Sun Mar 10 02:06:57 2002 UTC (22 years, 1 month ago) by hiroo
Branch: MAIN
Changes since 1.4: +55 -0 lines
Add descriptions of recent changes.

1 Sat Mar 9 16:50:34 UTC 2002 Tomoki AONO <aono@cc.osaka-kyoiku.ac.jp>
2 * Makefile.in config.h.in configure configure.in
3 Wnn/etc/gethinsi.c Wnn/jserver/Makefile.in
4 cWnn/jserver/Makefile.in cWnn/include/Makefile.in
5 kWnn/jserver/Makefile.in kWnn/include/Makefile.in :
6 + Wnn/etc/vasprintf.c and Wnn/etc/mkdir.c are compiled on platforms
7 which do not have equivalent functions.
8 (emulating the AC_REPLACE_FUNCS macro by ourself).
9 + If the configure option `--disable-cWnn' is specified, disable
10 Makefile creation under cWnn directory.
11 Note: It is an experimental feature and it should also be done
12 for Wnn and kWnn.
13
14 * Wnn/jserver/ de_header.h dispatch.c error.c :
15 error.c related changes . (cf. [freewnn:00772])
16 + Eliminate error1() and create new functions which takes variable
17 arguments log_err() and log_debug().
18 error1() is defined to be log_debug().
19 + If -s option of jserver is not specified (noisy == 0), prints
20 log messages to syslog.
21 + vwrite_log(), called from log{err,debug}(), puts log message in
22 one line (i.e. it does not add extra new lines).
23 Usually, at least 3 lines was printed.
24
25 Fri Mar 8 20:07:13 2002 Hiroo Ono <hiroo@oikumene.gcd.org>
26 * Include system headers which contains the function prototype used.
27 * Wnn/etc/wnn_os.h: Put the prototypes for functions defined in
28 Wnn/etc.
29 * Wnn/etc/msg.c: removed bsearch() implimentation.
30
31 Fri Mar 8 08:36:04 UTC 2002 Tomoki AONO <aono@cc.osaka-kyoiku.ac.jp>
32 * Wnn/jserver/de.c
33 Open log (script) file in append mode.
34 Delete duplicated signal handler setting in daemon_init().
35
36 Tue Mar 5 09:23:50 UTC 2002 Tomoki AONO <aono@cc.osaka-kyoiku.ac.jp>
37 * Imported vasprintf.c and ansidecl.h from libiberty (bundled with
38 gcc-3.0.4). Needed for error.c rewrite.
39 Change from original version:
40 vasprintf.c does not #include <libiberty.h>.
41
42 Mon Mar 4 04:01:55 UTC 2002 Tomoki AONO <aono@cc.osaka-kyoiku.ac.jp>
43 * Wnn/man/4.cmd/jserver/man
44 Fixed option-description formatting for jserver. [freewnn:00759]
45
46 Sun Mar 3 14:06:32 UTC 2002 Hiroo Ono <hiroo@oikumene.gcd.org>
47 * Wnn/include/wnn_os.h et al.
48 Removed P_ macro for K&R C.
49
50 Sun Mar 3 12:53:58 UTC 2002 Hiroo Ono <hiroo@oikumene.gcd.org>
51 * configure.in: Applied fix from [freewnn:00764] (T.Aono).
52
53 Sat Mar 2 11:19:21 UTC 2002 Hiroo Ono <hiroo@oikumene.gcd.org>
54 * Fixed typo in the manual of wddel ([freewnn:00797] T.Matui).
55
56 Mon Sep 24 08:25:28 UTC 2001 Hiroo Ono <hiroo@oikumene.gcd.org>
57 * Fix for configure.in and Makefile.in ([freewnn:00753] by T.Aono).
58
59 Sun Sep 16 11:10:20 UTC 2001 Hiroo Ono <hiroo@oikumene.gcd.org>
60 * Added --enable-debug option to the configure script.
61 it adds -g2 option to CDEBUGFLAGS if CC is GCC, and remove
62 -s from INSTPGMFLAGS not to strip the executable.
63 An update to the configure.in script for CC other than GCC is
64 welcome.
65
66 Sat Sep 15 17:29:15 UTC 2001 Hiroo Ono <hiroo@oikumene.gcd.org>
67 * Put workaround for remote vulnerability that allow to create
68 a file in an arbitrary path.
69 ([freewnn:00699] by Mr.Ukai via Mr. M.Ishikawa).
70 As it breaks the traditional feature (the problem itself!) of
71 FreeWnn, this workaround can be turned off in the configure
72 script. But if you want to do so, you should at least forbid
73 accesses from unexpected hosts using ipfilter or its equivalent.
74 More secure solutions like adding tcp_wrappers feature and
75 some kind of authentication are needed, but as the problem came
76 from the design of KKTP itself, we should be careful what
77 solution we will take. Due to the poor manpower, this will take
78 time.
79 * Added P_ macro in wnn_os.h to support ISO C (and current K&R
80 style) in the future.
81 I am planning to change prototypes to be written with the macro.
82 (it may be backed out though).
83 * Uum support again ([freewnn:00676] by Mr. K.Iijima).
84 There is no cuum, kuum, tuum support yet, but there will be.
85 * Fix IPv6 feature.
86 Set the permission of Unix domain socket to 0766
87 Set the variable cmd_name to argv[0].
88 ([freewnn:00716],[freewnn:00732] by K. Hamajima).
89 * Do not ignore "cmd_name:" in error1() of Wnn/jserver/error.c
90 ([freewnn:00730] by T.Aono)
91 * Modified INSTALL.en
92
93 Tue Aug 14 11:12:34 UTC 2001 Hiroo Ono <hiroo@oikumene.gcd.org>
94 * CPP + IPv6 path ([freewnn:00673] Katsuomi Hamajima)
95 * fix to configure.in for beos ([freewnn:00677] Hiroaki Abe)
96 * libtoolized by libtool-1.4 and aclocal.
97
98 Sun Jun 17 15:00:08 UTC 2001
99 * Added some manpages in English.([freewnn:00542] Francis Bond)
100 atod.man, atof.man, dtoa.man
101 They are not installed for the instant.
102 * Added -v option to jserver ([freewnn:00581] Y.Yabuki)
103 * Corrected jserver usage. ([freewnn:00606] Francis Bond)
104
105 Sat Jun 2 00:27:56 JST 2001 Hiroo Ono <hiroo@oikumene.gcd.org>
106 * config.h.in, configure.in, */*/Makefile.in,
107 and some other *.h and *.c files:
108 check if sys/param.h exists.
109 include config.h for this.
110 fixed INCLUDES line of Makefile.in for this.
111 modified #if statements related to macro NOFILE. (should be revised).
112 * Wnn/man/6.jutil/atod.man: changed some alphabet characters.
113 * removed some comments for emacs (NEmacs?) editor.
114
115 Wed May 30 00:09:15 JST 2001 Hiroo Ono <hiroo@oikumene.gcd.org>
116 * Wnn/manual/3.libwnn/*,
117 Wnn/manual/7.Protocol/KKTP:
118 fix document typo ([[freewnn:00581] by Youichi Yabuki)
119 The documents in English should also be fixed, but...
120
121 Sun May 27 12:55:45 JST 2001 Hiroo Ono <hiroo@oikumene.gcd.org>
122 * Makefile.in: remove libtool in distclean
123 * Wnn/include/wnn_os.h: remove HAVE_WAIT3 (it is now in configure.in)
124 * configure.in: temporary fix for CPP ([freewnn:00578] H.Abe)
125 CPP=`$CC -print-prog-name=cpp` on BePC, FreeBSD, Linux
126
127 Sun May 20 18:09:02 JST 2001 Hiroo Ono <hiroo@oikumene.gcd.org>
128
129 * makerule.mk.in: pass -DHAVE_CONFIG_H to $(CC)
130 * PubdicPlus/fzk.con: fix previous patch ([freewnn:00576] by Keiki Sunagawa).
131 * include <sys/param.h> before Wnn/include/msg.h .
132 * Wnn/jd/wnnenvrc_R.omr: add gerodic ([freewnn:00346] by Fuminori Uematsu).
133 * Wnn/jlib/js.c: include config.h ([freewnn:00392] by Hiroaki Abe)
134
135 Sat May 19 18:20:25 JST 2001 Hiroo Ono <hiroo@oikumene.gcd.org>
136
137 * PubdicPlus/fzk.con patch ([freewnn:00547] by Keiki Sunagawa)
138 * PubdicPlus/pubdic.p fix ([freewnn:00424] by Tetsuo Tsukamoto)
139
140 * Add target distclean to Makefile.in ([freewnn:00380] by Nobuyuki Hikichi)
141 * Wnn/include/msg.h: fix the constraint for path name length.
142 * Wnn/etc/msg.c: likewise.
143 * Wnn/jlib/js.c: add the include of sys/param.h for removing path
144 name length.
145 ([freewnn:00380] by Nobuyuki Hikichi)
146
147 * now, generate config.h.in by autoheader using acconfig.h.
148 ([freewnn:00290] by Shinchi Motoki)
149
150 * include config.h only when HAVE_CONFIG_H is defined.
151
152 Sat May 19 14:16:00 JST 2001 Hiroo Ono <hiroo@oikumene.gcd.org>
153
154 * divide and shared library patch ([freewnn:00443] by Satoshi Taoka)
155 * importing
156 libltdl/aclocal.m4
157 ltconfig
158 ltmain.sh
159 from libtool-1.3.5, and
160 config.guess
161 config.sub
162 from autoconf-2.13 ([freewnn:00444] by Satoshi Taoka)
163 * remove configure from cvs tree.
164 it can be generated by autoconf.

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26