aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFumitoshi UKAI <ukai@debian.or.jp>2002-12-05 16:48:30 +0000
committerFumitoshi UKAI <ukai@debian.or.jp>2002-12-05 16:48:30 +0000
commit9b84fc3b1713642082e7be1a994cd6e4a4deee35 (patch)
tree3f871c97f044159a3b24434b9803dbd6931b7b58
parentw3m 0.3.2 branch: security fix (diff)
downloadw3m-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--ChangeLog10
-rw-r--r--NEWS4
-rw-r--r--doc-jp/README4
-rw-r--r--doc/README4
-rw-r--r--version.c.in4
5 files changed, 19 insertions, 7 deletions
diff --git a/ChangeLog b/ChangeLog
index 66bc8dc..b5c5429 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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 $
diff --git a/NEWS b/NEWS
index 58dcba2..be5de6e 100644
--- a/NEWS
+++ b/NEWS
@@ -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. ¤Ï¤¸¤á¤Ë
diff --git a/doc/README b/doc/README
index 8857a7d..5368d6e 100644
--- a/doc/README
+++ b/doc/README
@@ -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;