w3m

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

commit 678a49248e9bc6a2823806e95f2b2fb491c6d236
parent 3affd139b7d08c37f7534b61d7000b80a805ddaa
Author: ukai <ukai>
Date:   Fri, 25 Oct 2002 16:11:20 +0000

* 0.3.2 release candidate 1
* version.c.in: update
From: Fumitoshi UKAI  <ukai@debian.or.jp>

Diffstat:
MChangeLog | 7++++++-
Mversion.c.in | 2+-
2 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/ChangeLog b/ChangeLog @@ -1,3 +1,8 @@ +2002-10-26 Fumitoshi UKAI <ukai@debian.or.jp> + + * 0.3.2 release candidate 1 + * version.c.in: update + 2002-10-26 Gary Johnson <garyjohn@spk.agilent.com> * [w3m-dev-en 00777] patch to fix w3m-0.3.1 word break problem @@ -330,7 +335,7 @@ 2002-07-19 Yoshinobu Sakane <sakane@d4.bsd.nes.nec.co.jp> - * [w3m-dev 03276] compile error on EWS4800 +a * [w3m-dev 03276] compile error on EWS4800 * file.c (extract_auth_val): fix warnings * w3mimg/w3mimg.c: include <stdlib.h> diff --git a/version.c.in b/version.c.in @@ -1,5 +1,5 @@ /* $Id$ */ -#define CURRENT_VERSION "w3m/0.3.1+cvs" +#define CURRENT_VERSION "w3m/0.3.2rc1" #ifndef FM_H char *w3m_version = CURRENT_VERSION;