commit af4a5e75dd50766653d56c6c00b1bbcfc634395b
parent acde2ece8cffdb0ff63a063924799264a45eb9df
Author: ukai <ukai>
Date: Mon, 22 Sep 2003 18:11:16 +0000
* w3m 0.4.2
* version.c.in: update
* doc/README: version 0.4.2, release date
* doc-jp/README: ditto
* NEWS: update
From: Fumitoshi UKAI <ukai@debian.or.jp>
Diffstat:
5 files changed, 15 insertions(+), 7 deletions(-)
diff --git a/ChangeLog b/ChangeLog
@@ -1,5 +1,13 @@
2003-09-23 Fumitoshi UKAI <ukai@debian.or.jp>
+ * w3m 0.4.2
+ * version.c.in: update
+ * doc/README: version 0.4.2, release date
+ * doc-jp/README: ditto
+ * NEWS: update
+
+2003-09-23 Fumitoshi UKAI <ukai@debian.or.jp>
+
* [w3m-dev 03967] Re: IPv4/IPv6 only option patch
* NEWS: options: -4, -6
* fm.h (DNS_ORDER_INET_ONLY): added
diff --git a/NEWS b/NEWS
@@ -1,9 +1,9 @@
-w3m 0.5 or 1.0?
+w3m 0.4.2 - 2003-09-23
* options: -4, -6
* configuration file in $(sysconfdir)/$(package)/
* func: NEXT_VISITED, PREV_VISITED
-* autoconfiscate
+* autoconfiscate (partially)
* rc: use_history
w3m 0.4.1 - 2003-03-07
diff --git a/doc-jp/README b/doc-jp/README
@@ -1,5 +1,5 @@
- w3m: WWW wo Miru Tool version 0.4.1
- (C) Copyright by Akinori ITO Mar 7, 2003
+ w3m: WWW wo Miru Tool version 0.4.2
+ (C) Copyright by Akinori ITO Sept 23, 2003
1. ¤Ï¤¸¤á¤Ë
diff --git a/doc/README b/doc/README
@@ -1,5 +1,5 @@
- w3m: WWW wo Miru Tool version 0.4.1
- (C) Copyright by Akinori ITO Mar 7, 2003
+ w3m: WWW wo Miru Tool version 0.4.2
+ (C) Copyright by Akinori ITO Sept 23, 2003
1. Introduction
diff --git a/version.c.in b/version.c.in
@@ -1,5 +1,5 @@
/* $Id$ */
-#define CURRENT_VERSION "w3m/0.4.1+cvs"
+#define CURRENT_VERSION "w3m/0.4.2"
#ifndef FM_H
char *w3m_version = CURRENT_VERSION;