From 6243ecf0b8274557b587abfba3b3bb7c74052caa Mon Sep 17 00:00:00 2001 From: Fumitoshi UKAI Date: Mon, 7 Jan 2002 13:27:21 +0000 Subject: w3m 0.2.4 --- ChangeLog | 10 +++++++++- NEWS | 3 +-- doc-jp/README | 6 +++--- doc/README | 6 +++--- version.c.in | 4 ++-- 5 files changed, 18 insertions(+), 11 deletions(-) diff --git a/ChangeLog b/ChangeLog index bbf7dca..33ced1e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2002-01-07 Fumitoshi UKAI + + * 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 * [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 $ diff --git a/NEWS b/NEWS index 9de240b..e73b83e 100644 --- a/NEWS +++ b/NEWS @@ -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 に属し diff --git a/doc/README b/doc/README index 8186752..1871322 100644 --- a/doc/README +++ b/doc/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. 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; -- cgit v1.2.3