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.3 - (show annotations) (download)
Sun Sep 16 11:14:56 2001 UTC (22 years, 7 months ago) by hiroo
Branch: MAIN
Changes since 1.2: +34 -0 lines
description for the recent updates.

1 Sun Sep 16 11:10:20 UTC 2001 Hiroo Ono <hiroo@oikumene.gcd.org>
2 * Added --enable-debug option to the configure script.
3 it adds -g2 option to CDEBUGFLAGS if CC is GCC, and remove
4 -s from INSTPGMFLAGS not to strip the executable.
5 An update to the configure.in script for CC other than GCC is
6 welcome.
7
8 Sat Sep 15 17:29:15 UTC 2001 Hiroo Ono <hiroo@oikumene.gcd.org>
9 * Put workaround for remote vulnerability that allow to create
10 a file in an arbitrary path.
11 ([freewnn:00699] by Mr.Ukai via Mr. M.Ishikawa).
12 As it breaks the traditional feature (the problem itself!) of
13 FreeWnn, this workaround can be turned off in the configure
14 script. But if you want to do so, you should at least forbid
15 accesses from unexpected hosts using ipfilter or its equivalent.
16 More secure solutions like adding tcp_wrappers feature and
17 some kind of authentication are needed, but as the problem came
18 from the design of KKTP itself, we should be careful what
19 solution we will take. Due to the poor manpower, this will take
20 time.
21 * Added P_ macro in wnn_os.h to support ISO C (and current K&R
22 style) in the future.
23 I am planning to change prototypes to be written with the macro.
24 (it may be backed out though).
25 * Uum support again ([freewnn:00676] by Mr. K.Iijima).
26 There is no cuum, kuum, tuum support yet, but there will be.
27 * Fix IPv6 feature.
28 Set the permission of Unix domain socket to 0766
29 Set the variable cmd_name to argv[0].
30 ([freewnn:00716],[freewnn:00732] by K. Hamajima).
31 * Do not ignore "cmd_name:" in error1() of Wnn/jserver/error.c
32 ([freewnn:00730] by T.Aono)
33 * Modified INSTALL.en
34
35 Tue Aug 14 11:12:34 UTC 2001 Hiroo Ono <hiroo@oikumene.gcd.org>
36 * CPP + IPv6 path ([freewnn:00673] Katsuomi Hamajima)
37 * fix to configure.in for beos ([freewnn:00677] Hiroaki Abe)
38 * libtoolized by libtool-1.4 and aclocal.
39
40 Sun Jun 17 15:00:08 UTC 2001
41 * Added some manpages in English.([freewnn:00542] Francis Bond)
42 atod.man, atof.man, dtoa.man
43 They are not installed for the instant.
44 * Added -v option to jserver ([freewnn:00581] Y.Yabuki)
45 * Corrected jserver usage. ([freewnn:00606] Francis Bond)
46
47 Sat Jun 2 00:27:56 JST 2001 Hiroo Ono <hiroo@oikumene.gcd.org>
48 * config.h.in, configure.in, */*/Makefile.in,
49 and some other *.h and *.c files:
50 check if sys/param.h exists.
51 include config.h for this.
52 fixed INCLUDES line of Makefile.in for this.
53 modified #if statements related to macro NOFILE. (should be revised).
54 * Wnn/man/6.jutil/atod.man: changed some alphabet characters.
55 * removed some comments for emacs (NEmacs?) editor.
56
57 Wed May 30 00:09:15 JST 2001 Hiroo Ono <hiroo@oikumene.gcd.org>
58 * Wnn/manual/3.libwnn/*,
59 Wnn/manual/7.Protocol/KKTP:
60 fix document typo ([[freewnn:00581] by Youichi Yabuki)
61 The documents in English should also be fixed, but...
62
63 Sun May 27 12:55:45 JST 2001 Hiroo Ono <hiroo@oikumene.gcd.org>
64 * Makefile.in: remove libtool in distclean
65 * Wnn/include/wnn_os.h: remove HAVE_WAIT3 (it is now in configure.in)
66 * configure.in: temporary fix for CPP ([freewnn:00578] H.Abe)
67 CPP=`$CC -print-prog-name=cpp` on BePC, FreeBSD, Linux
68
69 Sun May 20 18:09:02 JST 2001 Hiroo Ono <hiroo@oikumene.gcd.org>
70
71 * makerule.mk.in: pass -DHAVE_CONFIG_H to $(CC)
72 * PubdicPlus/fzk.con: fix previous patch ([freewnn:00576] by Keiki Sunagawa).
73 * include <sys/param.h> before Wnn/include/msg.h .
74 * Wnn/jd/wnnenvrc_R.omr: add gerodic ([freewnn:00346] by Fuminori Uematsu).
75 * Wnn/jlib/js.c: include config.h ([freewnn:00392] by Hiroaki Abe)
76
77 Sat May 19 18:20:25 JST 2001 Hiroo Ono <hiroo@oikumene.gcd.org>
78
79 * PubdicPlus/fzk.con patch ([freewnn:00547] by Keiki Sunagawa)
80 * PubdicPlus/pubdic.p fix ([freewnn:00424] by Tetsuo Tsukamoto)
81
82 * Add target distclean to Makefile.in ([freewnn:00380] by Nobuyuki Hikichi)
83 * Wnn/include/msg.h: fix the constraint for path name length.
84 * Wnn/etc/msg.c: likewise.
85 * Wnn/jlib/js.c: add the include of sys/param.h for removing path
86 name length.
87 ([freewnn:00380] by Nobuyuki Hikichi)
88
89 * now, generate config.h.in by autoheader using acconfig.h.
90 ([freewnn:00290] by Shinchi Motoki)
91
92 * include config.h only when HAVE_CONFIG_H is defined.
93
94 Sat May 19 14:16:00 JST 2001 Hiroo Ono <hiroo@oikumene.gcd.org>
95
96 * divide and shared library patch ([freewnn:00443] by Satoshi Taoka)
97 * importing
98 libltdl/aclocal.m4
99 ltconfig
100 ltmain.sh
101 from libtool-1.3.5, and
102 config.guess
103 config.sub
104 from autoconf-2.13 ([freewnn:00444] by Satoshi Taoka)
105 * remove configure from cvs tree.
106 it can be generated by autoconf.

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