Develop and Download Open Source Software

Browse CVS Repository

Annotation of /freewnn/FreeWnn/ChangeLog.en

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


Revision 1.4 - (hide annotations) (download)
Mon Sep 24 08:36:12 2001 UTC (22 years, 6 months ago) by hiroo
Branch: MAIN
Changes since 1.3: +3 -0 lines
fix configure and makefile syntax error. ([freewnn:00753] T.Aono).

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

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