From 51db456480f57b4d1d8ae98fc387e405798fdb7d Mon Sep 17 00:00:00 2001 From: Fumitoshi UKAI Date: Sun, 21 Mar 2004 16:50:35 +0000 Subject: w3m 0.5 * version.c.in: update * doc/README: version 0.5, release date, maintainer * doc-jp/README: ditto * NEWS: update From: Fumitoshi UKAI --- ChangeLog | 10 +++++++++- NEWS | 2 +- doc-jp/README | 14 +++++++++++--- doc/README | 16 ++++++++++++---- version.c.in | 4 ++-- 5 files changed, 35 insertions(+), 11 deletions(-) diff --git a/ChangeLog b/ChangeLog index d92c8e4..0fba29a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2004-03-22 Fumitoshi UKAI + + * w3m 0.5 + * version.c.in: update + * doc/README: version 0.5, release date, maintainer + * doc-jp/README: ditto + * NEWS: update + 2004-03-22 Fumitoshi UKAI * main.c (main): DisplayCharset and DocumentCharset also follow @@ -8328,4 +8336,4 @@ a * [w3m-dev 03276] compile error on EWS4800 * release-0-2-1 * import w3m-0.2.1 -$Id: ChangeLog,v 1.906 2004/03/21 16:40:41 ukai Exp $ +$Id: ChangeLog,v 1.907 2004/03/21 16:50:35 ukai Exp $ diff --git a/NEWS b/NEWS index 8ac6ac2..8418ea8 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,4 @@ -w3m 0.5 or 1.0? +w3m 0.5 - 2004-03-22 * gettextize * m17n patch merged diff --git a/doc-jp/README b/doc-jp/README index e2723de..8b2c202 100644 --- a/doc-jp/README +++ b/doc-jp/README @@ -1,5 +1,7 @@ - w3m: WWW wo Miru Tool version 0.4.2 - (C) Copyright by Akinori ITO Sept 23, 2003 + w3m: WWW wo Miru Tool version 0.5 March 22, 2004 + (C) Copyright by Akinori ITO + Hironori SAKAMOTO + Fumitoshi UKAI 1. はじめに @@ -29,7 +31,7 @@ SunOS 4.1.x HP-UX 9.x, 10.x Solaris 2.5.x, 2.6, 8, 9 - Linux 2.0.*/2.2.*/2.4.* + Linux 2.0.*/2.2.*/2.4.*/2.6.* FreeBSD 2.2.8, 3.1, 3.2, 4.6 NetBSD/macppc, m68k EWS4800 Rel.12.2 Rev.A @@ -100,6 +102,7 @@ Windows w3m の著作権は,伊藤彰則に属しています. (C) Copyright 1994-2002 by Akinori Ito +(C) Copyright 2002-2004 by Akinori Ito, Hironori Sakamoto, Fumitoshi Ukai 4. 配布条件 @@ -114,6 +117,11 @@ w3m 伊藤 彰則 aito@fw.ipsj.or.jp +現在のメンテナ + 鵜飼文敏 + Debian Project + ukai@debian.or.jp + ご意見,ご感想をMLまでお寄せください. w3m-dev@mi.med.tohoku.ac.jp (日本語) w3m-dev-en@mi.med.tohoku.ac.jp (英語) diff --git a/doc/README b/doc/README index 6c4168c..cb647c6 100644 --- a/doc/README +++ b/doc/README @@ -1,5 +1,7 @@ - w3m: WWW wo Miru Tool version 0.4.2 - (C) Copyright by Akinori ITO Sept 23, 2003 + w3m: WWW wo Miru Tool version 0.5 March 22, 2004 + (C) Copyright Akinori ITO + Hironori SAKAMOTO + Fumitoshi UKAI 1. Introduction @@ -25,7 +27,7 @@ w3m is known to work on these platforms. SunOS 4.1.x HP-UX 9.x, 10.x Solaris 2.5.x, 2.6, 8, 9 - Linux 2.0.*/2.2.*/2.4.* + Linux 2.0.*/2.2.*/2.4.*/2.6.* FreeBSD 2.2.8, 3.1, 3.2, 4.6 NetBSD/macppc, m68k EWS4800 Rel.12.2 Rev.A @@ -87,7 +89,8 @@ Windows 3. Copyright - (C) Copyright 1994-2002 by Akinori Ito. + (C) Copyright 1994-2002 by Akinori Ito + (C) Copyright 2002-2004 by Akinori Ito, Hironori Sakamoto, Fumitoshi Ukai 4. License @@ -107,6 +110,11 @@ Initial author: Faculty of Engineering, Yamagata University aito@fw.ipsj.or.jp +Current Maintainer + Fumitoshi UKAI + Debian Project + ukai@debian.or.jp + Feel free to send your opinion to the w3m mailing-lists. w3m-dev@mi.med.tohoku.ac.jp (Japanese) w3m-dev-en@mi.med.tohoku.ac.jp (English) diff --git a/version.c.in b/version.c.in index fb5527b..7a9af9d 100644 --- a/version.c.in +++ b/version.c.in @@ -1,5 +1,5 @@ -/* $Id: version.c.in,v 1.41 2003/09/22 21:02:22 ukai Exp $ */ -#define CURRENT_VERSION "w3m/0.4.2+cvs-m17n" +/* $Id: version.c.in,v 1.42 2004/03/21 16:50:36 ukai Exp $ */ +#define CURRENT_VERSION "w3m/0.5" #ifndef FM_H char *w3m_version = CURRENT_VERSION; -- cgit v1.2.3