w3m

Unnamed repository; edit this file to name it for gitweb.
git clone https://logand.com/git/w3m.git/
Log | Files | Refs | README

commit 34930ba26f85ca3ce57720e841652b9d4a1d7ecc
parent 5fd609aa6fa75cdbdc714491ee26180c299f64cf
Author: ukai <ukai>
Date:   Thu, 31 Jan 2002 15:00:58 +0000

w3m 0.2.5

Diffstat:
MChangeLog | 8++++++++
MNEWS | 2+-
Mdoc-jp/README | 4++--
Mdoc/README | 4++--
Mversion.c.in | 2+-
5 files changed, 14 insertions(+), 6 deletions(-)

diff --git a/ChangeLog b/ChangeLog @@ -1,3 +1,11 @@ +2002-01-31 Fumitoshi UKAI <ukai@debian.or.jp> + + * w3m 0.2.5 + * version.c.in: update + * doc/README: version 0.2.5, release date + * doc-jp/README: ditto + * NEWS: update + 2002-01-31 Kiyokazu SUTO <suto@ks-and-ks.ne.jp> * inflate.c: support raw deflate without zlib header diff --git a/NEWS b/NEWS @@ -1,4 +1,4 @@ -w3m 0.3? +w3m 0.2.5 - 2002-01-31 * RFC2617: HTTP Digest authentication * rc: default_url=0(empty) 1(current URL) 2(link URL) diff --git a/doc-jp/README b/doc-jp/README @@ -1,5 +1,5 @@ - w3m: WWW wo Miru Tool version 0.2.4 - (C) Copyright by Akinori ITO January 7, 2002 + w3m: WWW wo Miru Tool version 0.2.5 + (C) Copyright by Akinori ITO January 31, 2002 1. ¤Ï¤¸¤á¤Ë diff --git a/doc/README b/doc/README @@ -1,5 +1,5 @@ - w3m: WWW wo Miru Tool version 0.2.4 - (C) Copyright by Akinori ITO January 7, 2002 + w3m: WWW wo Miru Tool version 0.2.5 + (C) Copyright by Akinori ITO January 31, 2002 1. Introduction diff --git a/version.c.in b/version.c.in @@ -1,5 +1,5 @@ /* $Id$ */ -#define CURRENT_VERSION "w3m/0.2.4+cvs" +#define CURRENT_VERSION "w3m/0.2.5" #ifndef FM_H char *w3m_version = CURRENT_VERSION;