w3m

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

commit f89d6f840030fcfeecd2e8c8347396f5eb72677a
parent 98b198cf036a42064200ad5b175bd3c8b6c8ea05
Author: inu <inu>
Date:   Thu, 31 May 2007 12:17:05 +0000

w3m 0.5.2 release

Diffstat:
MChangeLog | 11+++++++++++
MNEWS | 12++++++++++++
Mconfigure | 86++++++++++++++++++++++++++++++++++++++++----------------------------------------
Mconfigure.ac | 4++--
Mdoc-jp/README | 18+++++++++---------
Mdoc/README | 18+++++++++---------
Mpo/Makevars | 2+-
Mpo/ja.po | 4++--
Mpo/w3m.pot | 2+-
Mversion.c.in | 2+-
10 files changed, 91 insertions(+), 68 deletions(-)

diff --git a/ChangeLog b/ChangeLog @@ -1,3 +1,14 @@ +2007-05-31 Dai Sato <satodai@w3m.jp> + + * w3m 0.5.2 + * version.c.in: update + * doc/README: version 0.5.2, release date, maintainer + * doc-jp/README: ditto + * po/w3m.pot, ja.po: ditto + * NEWS: update + * configure.ac: version 0.5.2 + * configure: regenerated + 2007-05-31 Tsutomu OKADA * [20070530101431@w3mbbs] Re: road to 0.5.2 diff --git a/NEWS b/NEWS @@ -1,3 +1,15 @@ +w3m 0.5.2 - 2007-05-31 + +* security fix + - fix format string vulnerability. +* new features + - support gtk2 with w3m-img. + - new option for LiveHTTPHeaders-like logs. + - new option to fontify <del>, <s>, <ins>, and so on. +* other bug fixes + - avoid errors in "configure" and "make". + - '\n' handling in attributes' values of HTML tags. + w3m 0.5.1 - 2004-04-29 * fix minor bugs diff --git a/configure b/configure @@ -1,8 +1,8 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.61 for w3m 0.5.1. +# Generated by GNU Autoconf 2.61 for w3m 0.5.2. # -# Report bugs to <ukai@debian.or.jp>. +# Report bugs to <satodai@w3m.jp>. # # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, # 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. @@ -574,9 +574,9 @@ SHELL=${CONFIG_SHELL-/bin/sh} # Identity of this package. PACKAGE_NAME='w3m' PACKAGE_TARNAME='w3m' -PACKAGE_VERSION='0.5.1' -PACKAGE_STRING='w3m 0.5.1' -PACKAGE_BUGREPORT='ukai@debian.or.jp' +PACKAGE_VERSION='0.5.2' +PACKAGE_STRING='w3m 0.5.2' +PACKAGE_BUGREPORT='satodai@w3m.jp' # Factoring default headers for most tests. ac_includes_default="\ @@ -1282,7 +1282,7 @@ if test "$ac_init_help" = "long"; then # Omit some internal or obsolete options to make the list less imposing. # This message is too long to be a string in the A/UX 3.1 sh. cat <<_ACEOF -\`configure' configures w3m 0.5.1 to adapt to many kinds of systems. +\`configure' configures w3m 0.5.2 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1347,7 +1347,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of w3m 0.5.1:";; + short | recursive ) echo "Configuration of w3m 0.5.2:";; esac cat <<\_ACEOF @@ -1419,7 +1419,7 @@ Some influential environment variables: Use these variables to override the choices made by `configure' or to help it to find libraries and programs with nonstandard names/locations. -Report bugs to <ukai@debian.or.jp>. +Report bugs to <satodai@w3m.jp>. _ACEOF ac_status=$? fi @@ -1480,7 +1480,7 @@ fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -w3m configure 0.5.1 +w3m configure 0.5.2 generated by GNU Autoconf 2.61 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, @@ -1494,7 +1494,7 @@ cat >config.log <<_ACEOF This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by w3m $as_me 0.5.1, which was +It was created by w3m $as_me 0.5.2, which was generated by GNU Autoconf 2.61. Invocation command line was $ $0 $@ @@ -1848,7 +1848,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu PACKAGE=w3m -VERSION=0.5.1 +VERSION=0.5.2 cat >>confdefs.h <<_ACEOF #define PACKAGE "$PACKAGE" _ACEOF @@ -7706,9 +7706,9 @@ echo "$as_me: WARNING: gc.h: proceeding with the preprocessor's result" >&2;} { echo "$as_me:$LINENO: WARNING: gc.h: in the future, the compiler will take precedence" >&5 echo "$as_me: WARNING: gc.h: in the future, the compiler will take precedence" >&2;} ( cat <<\_ASBOX -## -------------------------------- ## -## Report this to ukai@debian.or.jp ## -## -------------------------------- ## +## ----------------------------- ## +## Report this to satodai@w3m.jp ## +## ----------------------------- ## _ASBOX ) | sed "s/^/$as_me: WARNING: /" >&2 ;; @@ -7851,9 +7851,9 @@ echo "$as_me: WARNING: gc.h: proceeding with the preprocessor's result" >&2;} { echo "$as_me:$LINENO: WARNING: gc.h: in the future, the compiler will take precedence" >&5 echo "$as_me: WARNING: gc.h: in the future, the compiler will take precedence" >&2;} ( cat <<\_ASBOX -## -------------------------------- ## -## Report this to ukai@debian.or.jp ## -## -------------------------------- ## +## ----------------------------- ## +## Report this to satodai@w3m.jp ## +## ----------------------------- ## _ASBOX ) | sed "s/^/$as_me: WARNING: /" >&2 ;; @@ -8712,9 +8712,9 @@ echo "$as_me: WARNING: termios.h: proceeding with the preprocessor's result" >&2 { echo "$as_me:$LINENO: WARNING: termios.h: in the future, the compiler will take precedence" >&5 echo "$as_me: WARNING: termios.h: in the future, the compiler will take precedence" >&2;} ( cat <<\_ASBOX -## -------------------------------- ## -## Report this to ukai@debian.or.jp ## -## -------------------------------- ## +## ----------------------------- ## +## Report this to satodai@w3m.jp ## +## ----------------------------- ## _ASBOX ) | sed "s/^/$as_me: WARNING: /" >&2 ;; @@ -8848,9 +8848,9 @@ echo "$as_me: WARNING: termio.h: proceeding with the preprocessor's result" >&2; { echo "$as_me:$LINENO: WARNING: termio.h: in the future, the compiler will take precedence" >&5 echo "$as_me: WARNING: termio.h: in the future, the compiler will take precedence" >&2;} ( cat <<\_ASBOX -## -------------------------------- ## -## Report this to ukai@debian.or.jp ## -## -------------------------------- ## +## ----------------------------- ## +## Report this to satodai@w3m.jp ## +## ----------------------------- ## _ASBOX ) | sed "s/^/$as_me: WARNING: /" >&2 ;; @@ -8984,9 +8984,9 @@ echo "$as_me: WARNING: sgtty.h: proceeding with the preprocessor's result" >&2;} { echo "$as_me:$LINENO: WARNING: sgtty.h: in the future, the compiler will take precedence" >&5 echo "$as_me: WARNING: sgtty.h: in the future, the compiler will take precedence" >&2;} ( cat <<\_ASBOX -## -------------------------------- ## -## Report this to ukai@debian.or.jp ## -## -------------------------------- ## +## ----------------------------- ## +## Report this to satodai@w3m.jp ## +## ----------------------------- ## _ASBOX ) | sed "s/^/$as_me: WARNING: /" >&2 ;; @@ -9128,9 +9128,9 @@ echo "$as_me: WARNING: float.h: proceeding with the preprocessor's result" >&2;} { echo "$as_me:$LINENO: WARNING: float.h: in the future, the compiler will take precedence" >&5 echo "$as_me: WARNING: float.h: in the future, the compiler will take precedence" >&2;} ( cat <<\_ASBOX -## -------------------------------- ## -## Report this to ukai@debian.or.jp ## -## -------------------------------- ## +## ----------------------------- ## +## Report this to satodai@w3m.jp ## +## ----------------------------- ## _ASBOX ) | sed "s/^/$as_me: WARNING: /" >&2 ;; @@ -9266,9 +9266,9 @@ echo "$as_me: WARNING: sys/select.h: proceeding with the preprocessor's result" { echo "$as_me:$LINENO: WARNING: sys/select.h: in the future, the compiler will take precedence" >&5 echo "$as_me: WARNING: sys/select.h: in the future, the compiler will take precedence" >&2;} ( cat <<\_ASBOX -## -------------------------------- ## -## Report this to ukai@debian.or.jp ## -## -------------------------------- ## +## ----------------------------- ## +## Report this to satodai@w3m.jp ## +## ----------------------------- ## _ASBOX ) | sed "s/^/$as_me: WARNING: /" >&2 ;; @@ -9404,9 +9404,9 @@ echo "$as_me: WARNING: locale.h: proceeding with the preprocessor's result" >&2; { echo "$as_me:$LINENO: WARNING: locale.h: in the future, the compiler will take precedence" >&5 echo "$as_me: WARNING: locale.h: in the future, the compiler will take precedence" >&2;} ( cat <<\_ASBOX -## -------------------------------- ## -## Report this to ukai@debian.or.jp ## -## -------------------------------- ## +## ----------------------------- ## +## Report this to satodai@w3m.jp ## +## ----------------------------- ## _ASBOX ) | sed "s/^/$as_me: WARNING: /" >&2 ;; @@ -9542,9 +9542,9 @@ echo "$as_me: WARNING: stdint.h: proceeding with the preprocessor's result" >&2; { echo "$as_me:$LINENO: WARNING: stdint.h: in the future, the compiler will take precedence" >&5 echo "$as_me: WARNING: stdint.h: in the future, the compiler will take precedence" >&2;} ( cat <<\_ASBOX -## -------------------------------- ## -## Report this to ukai@debian.or.jp ## -## -------------------------------- ## +## ----------------------------- ## +## Report this to satodai@w3m.jp ## +## ----------------------------- ## _ASBOX ) | sed "s/^/$as_me: WARNING: /" >&2 ;; @@ -9680,9 +9680,9 @@ echo "$as_me: WARNING: inttypes.h: proceeding with the preprocessor's result" >& { echo "$as_me:$LINENO: WARNING: inttypes.h: in the future, the compiler will take precedence" >&5 echo "$as_me: WARNING: inttypes.h: in the future, the compiler will take precedence" >&2;} ( cat <<\_ASBOX -## -------------------------------- ## -## Report this to ukai@debian.or.jp ## -## -------------------------------- ## +## ----------------------------- ## +## Report this to satodai@w3m.jp ## +## ----------------------------- ## _ASBOX ) | sed "s/^/$as_me: WARNING: /" >&2 ;; @@ -11220,7 +11220,7 @@ exec 6>&1 # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" -This file was extended by w3m $as_me 0.5.1, which was +This file was extended by w3m $as_me 0.5.2, which was generated by GNU Autoconf 2.61. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -11273,7 +11273,7 @@ Report bugs to <bug-autoconf@gnu.org>." _ACEOF cat >>$CONFIG_STATUS <<_ACEOF ac_cs_version="\\ -w3m config.status 0.5.1 +w3m config.status 0.5.2 configured by $0, generated by GNU Autoconf 2.61, with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\" diff --git a/configure.ac b/configure.ac @@ -1,8 +1,8 @@ dnl w3m autoconf dnl Process this file with autoconf to produce a configure script. -AC_INIT(w3m, 0.5.1, ukai@debian.or.jp) +AC_INIT(w3m, 0.5.2, satodai@w3m.jp) PACKAGE=w3m -VERSION=0.5.1 +VERSION=0.5.2 AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE") AC_DEFINE_UNQUOTED(VERSION, "$VERSION") AC_SUBST(PACKAGE) diff --git a/doc-jp/README b/doc-jp/README @@ -1,4 +1,4 @@ - w3m: WWW wo Miru Tool version 0.5.1 April 29, 2004 + w3m: WWW wo Miru Tool version 0.5.2 May 31, 2007 (C) Copyright by Akinori ITO Hironori SAKAMOTO Fumitoshi UKAI @@ -41,7 +41,7 @@ Windows 9x/NT with Cygwin b20.1, 1.1.x, 1.3.x MS-DOS with DJGPP and WATT32 packet driver MacOS X Server - MacOS X 10.1, 10.2 + MacOS X 10.1, 10.2, 10.3, 10.4 2. インストール @@ -102,7 +102,7 @@ Windows w3m の著作権は,伊藤彰則に属しています. (C) Copyright 1994-2002 by Akinori Ito -(C) Copyright 2002-2004 by Akinori Ito, Hironori Sakamoto, Fumitoshi Ukai +(C) Copyright 2002-2007 by Akinori Ito, Hironori Sakamoto, Fumitoshi Ukai 4. 配布条件 @@ -113,16 +113,16 @@ w3m 5. 作者 - 山形大学工学部電子情報工学科 伊藤 彰則 + 東北大学大学院工学研究科 aito@fw.ipsj.or.jp 現在のメンテナ - 鵜飼文敏 - Debian Project - ukai@debian.or.jp + 佐藤 大 + 東北大学病院 + satodai@w3m.jp ご意見,ご感想をMLまでお寄せください. - w3m-dev@mi.med.tohoku.ac.jp (日本語) - w3m-dev-en@mi.med.tohoku.ac.jp (英語) + w3m-dev@sic.med.tohoku.ac.jp (日本語) + w3m-dev-en@sic.med.tohoku.ac.jp (英語) http://w3m.sourceforge.net/ diff --git a/doc/README b/doc/README @@ -1,4 +1,4 @@ - w3m: WWW wo Miru Tool version 0.5.1 April 29, 2004 + w3m: WWW wo Miru Tool version 0.5.2 May 31, 2007 (C) Copyright Akinori ITO Hironori SAKAMOTO Fumitoshi UKAI @@ -37,7 +37,7 @@ w3m is known to work on these platforms. Windows 9x/NT with Cygwin b20.1, 1.1.x, 1.3.x MS-DOS with DJGPP and WATT32 packet driver MacOS X Server - MacOS X 10.1, 10.2 + MacOS X 10.1, 10.2, 10.3, 10.4 2. Installation @@ -90,7 +90,7 @@ Windows 3. Copyright (C) Copyright 1994-2002 by Akinori Ito - (C) Copyright 2002-2004 by Akinori Ito, Hironori Sakamoto, Fumitoshi Ukai + (C) Copyright 2002-2007 by Akinori Ito, Hironori Sakamoto, Fumitoshi Ukai 4. License @@ -107,15 +107,15 @@ Windows Initial author: Akinori Ito - Faculty of Engineering, Yamagata University + Faculty of Engineering, Tohoku University aito@fw.ipsj.or.jp Current Maintainer - Fumitoshi UKAI - Debian Project - ukai@debian.or.jp + Dai Sato + Tohoku University Hospital + satodai@w3m.jp Feel free to send your opinion to the w3m mailing-lists. - w3m-dev@mi.med.tohoku.ac.jp (Japanese) - w3m-dev-en@mi.med.tohoku.ac.jp (English) + w3m-dev@sic.med.tohoku.ac.jp (Japanese) + w3m-dev-en@sic.med.tohoku.ac.jp (English) http://w3m.sourceforge.net/ diff --git a/po/Makevars b/po/Makevars @@ -34,7 +34,7 @@ COPYRIGHT_HOLDER = Fumitoshi UKAI # It can be your email address, or a mailing list address where translators # can write to without being subscribed, or the URL of a web page through # which the translators can contact you. -MSGID_BUGS_ADDRESS = ukai@debian.or.jp +MSGID_BUGS_ADDRESS = satodai@w3m.jp # This is the list of locale categories, beyond LC_MESSAGES, for which the # message catalogs shall be used. It is usually empty. diff --git a/po/ja.po b/po/ja.po @@ -6,8 +6,8 @@ # msgid "" msgstr "" -"Project-Id-Version: w3m 0.5.1\n" -"Report-Msgid-Bugs-To: ukai@debian.or.jp\n" +"Project-Id-Version: w3m 0.5.2\n" +"Report-Msgid-Bugs-To: satodai@w3m.jp\n" "POT-Creation-Date: 2007-05-07 10:49+0900\n" "PO-Revision-Date: 2007-05-07 10:52+0900\n" "Last-Translator: Fumitoshi UKAI <ukai@debian.or.jp>\n" diff --git a/po/w3m.pot b/po/w3m.pot @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"Report-Msgid-Bugs-To: ukai@debian.or.jp\n" +"Report-Msgid-Bugs-To: satodai@w3m.jp\n" "POT-Creation-Date: 2007-05-28 19:49+0900\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" diff --git a/version.c.in b/version.c.in @@ -1,5 +1,5 @@ /* $Id$ */ -#define CURRENT_VERSION "w3m/0.5.1+cvs" +#define CURRENT_VERSION "w3m/0.5.2" #ifndef FM_H char *w3m_version = CURRENT_VERSION;