diff options
author | Fumitoshi UKAI <ukai@debian.or.jp> | 2002-12-05 16:48:30 +0000 |
---|---|---|
committer | Fumitoshi UKAI <ukai@debian.or.jp> | 2002-12-05 16:48:30 +0000 |
commit | 9b84fc3b1713642082e7be1a994cd6e4a4deee35 (patch) | |
tree | 3f871c97f044159a3b24434b9803dbd6931b7b58 | |
parent | w3m 0.3.2 branch: security fix (diff) | |
download | w3m-9b84fc3b1713642082e7be1a994cd6e4a4deee35.tar.gz w3m-9b84fc3b1713642082e7be1a994cd6e4a4deee35.zip |
w3m 0.3.2.2
* version.c.in: update
* doc/README: version 0.3.2.2, release date
* doc-jp/README: ditto
* NEWS: update
From: Fumitoshi UKAI <ukai@debian.or.jp>
-rw-r--r-- | ChangeLog | 10 | ||||
-rw-r--r-- | NEWS | 4 | ||||
-rw-r--r-- | doc-jp/README | 4 | ||||
-rw-r--r-- | doc/README | 4 | ||||
-rw-r--r-- | version.c.in | 4 |
5 files changed, 19 insertions, 7 deletions
@@ -1,3 +1,11 @@ +2002-12-06 Fumitoshi UKAI <ukai@debian.or.jp> + + * w3m 0.3.2.2 + * version.c.in: update + * doc/README: version 0.3.2.2, release date + * doc-jp/README: ditto + * NEWS: update + 2002-12-06 Hironori SAKAMOTO <hsaka@mth.biglobe.ne.jp> * w3m 0.3.2 branch: security fix @@ -4139,4 +4147,4 @@ a * [w3m-dev 03276] compile error on EWS4800 * release-0-2-1 * import w3m-0.2.1 -$Id: ChangeLog,v 1.467.4.5 2002/12/05 16:44:55 ukai Exp $ +$Id: ChangeLog,v 1.467.4.6 2002/12/05 16:48:30 ukai Exp $ @@ -1,3 +1,7 @@ +w3m 0.3.2.2 - 2002-12-06 + +* security fix: html_quote for img alt attributes + w3m 0.3.2.1 - 2002-11-27 * security fix: html_quote for frame contents diff --git a/doc-jp/README b/doc-jp/README index 282995c..0cba382 100644 --- a/doc-jp/README +++ b/doc-jp/README @@ -1,5 +1,5 @@ - w3m: WWW wo Miru Tool version 0.3.2 - (C) Copyright by Akinori ITO Nov 27, 2002 + w3m: WWW wo Miru Tool version 0.3.2.2 + (C) Copyright by Akinori ITO Dec 6, 2002 1. ¤Ï¤¸¤á¤Ë @@ -1,5 +1,5 @@ - w3m: WWW wo Miru Tool version 0.3.2.1 - (C) Copyright by Akinori ITO Nov 27, 2002 + w3m: WWW wo Miru Tool version 0.3.2.2 + (C) Copyright by Akinori ITO Dec 6, 2002 1. Introduction diff --git a/version.c.in b/version.c.in index 2775e5d..ea96189 100644 --- a/version.c.in +++ b/version.c.in @@ -1,5 +1,5 @@ -/* $Id: version.c.in,v 1.25.4.2 2002/11/26 16:28:59 ukai Exp $ */ -#define CURRENT_VERSION "w3m/0.3.2.1" +/* $Id: version.c.in,v 1.25.4.3 2002/12/05 16:48:31 ukai Exp $ */ +#define CURRENT_VERSION "w3m/0.3.2.2" #ifndef FM_H char *w3m_version = CURRENT_VERSION; |