diff options
author | Fumitoshi UKAI <ukai@debian.or.jp> | 2002-01-07 13:27:21 +0000 |
---|---|---|
committer | Fumitoshi UKAI <ukai@debian.or.jp> | 2002-01-07 13:27:21 +0000 |
commit | 6243ecf0b8274557b587abfba3b3bb7c74052caa (patch) | |
tree | af26815e021a4bffade911050e55d61096e800dd | |
parent | [w3m-dev 02781] Re: Bug#127883: w3m tries to use xv as default (diff) | |
download | w3m-6243ecf0b8274557b587abfba3b3bb7c74052caa.tar.gz w3m-6243ecf0b8274557b587abfba3b3bb7c74052caa.zip |
w3m 0.2.4release-0-2-4
-rw-r--r-- | ChangeLog | 10 | ||||
-rw-r--r-- | NEWS | 3 | ||||
-rw-r--r-- | doc-jp/README | 6 | ||||
-rw-r--r-- | doc/README | 6 | ||||
-rw-r--r-- | version.c.in | 4 |
5 files changed, 18 insertions, 11 deletions
@@ -1,3 +1,11 @@ +2002-01-07 Fumitoshi UKAI <ukai@debian.or.jp> + + * w3m 0.2.4 + * version.c.in: update + * doc/README: version 0.2.4, release date + * doc-jp/README: ditto + * NEWS: update + 2002-01-06 Fumitoshi UKAI <ukai@debian.or.jp> * [w3m-dev 02781] Re: Bug#127883: w3m tries to use xv as default @@ -1771,4 +1779,4 @@ * release-0-2-1 * import w3m-0.2.1 -$Id: ChangeLog,v 1.198 2002/01/05 16:13:27 ukai Exp $ +$Id: ChangeLog,v 1.199 2002/01/07 13:27:21 ukai Exp $ @@ -1,8 +1,7 @@ -w3m 0.2.4? 0.3? +w3m 0.2.4 - 2002-01-07 * RFC2818 server identity check * incremental search (C-s, C-r) -* linux/ia64 support (?) ---------------------------------------------------------------- w3m 0.2.3.2 - 2001-12-22 diff --git a/doc-jp/README b/doc-jp/README index 9b7ac56..51e29eb 100644 --- a/doc-jp/README +++ b/doc-jp/README @@ -1,5 +1,5 @@ - w3m: WWW wo Miru Tool version 0.2.3.2 - (C) Copyright by Akinori ITO December 21, 2001 + w3m: WWW wo Miru Tool version 0.2.4 + (C) Copyright by Akinori ITO January 7, 2002 1. はじめに @@ -86,7 +86,7 @@ Windows 3. 著作権 w3m の著作権は,伊藤彰則に属しています. -(C) Copyright 1994-2001 by Akinori Ito +(C) Copyright 1994-2002 by Akinori Ito 添付ライブラリのうち,Boehm GC library の著作権は Hans-J. Boehm, Alan J. Demers および Xerox Corporation, Silicon Graphics に属し @@ -1,5 +1,5 @@ - w3m: WWW wo Miru Tool version 0.2.3.2 - (C) Copyright by Akinori ITO December 21, 2001 + w3m: WWW wo Miru Tool version 0.2.4 + (C) Copyright by Akinori ITO January 7, 2002 1. Introduction @@ -73,7 +73,7 @@ Windows 3. Copyright - (C) Copyright 1994-2001 by Akinori Ito. + (C) Copyright 1994-2002 by Akinori Ito. Hans J. Boehm, Alan J. Demers, Xerox Corp. and Silicon Graphics have the copyright of the GC library comes with w3m package. diff --git a/version.c.in b/version.c.in index c4cf870..94d67f8 100644 --- a/version.c.in +++ b/version.c.in @@ -1,5 +1,5 @@ -/* $Id: version.c.in,v 1.8 2001/12/21 20:28:26 ukai Exp $ */ -#define CURRENT_VERSION "w3m/0.2.3.2+cvs" +/* $Id: version.c.in,v 1.9 2002/01/07 13:27:22 ukai Exp $ */ +#define CURRENT_VERSION "w3m/0.2.4" #ifndef FM_H char *w3m_version = CURRENT_VERSION; |