diff options
author | Dai Sato <satodai@w3m.jp> | 2011-01-15 07:52:48 +0000 |
---|---|---|
committer | Dai Sato <satodai@w3m.jp> | 2011-01-15 07:52:48 +0000 |
commit | 2f73aa58c552772db51fdee3dbd90b2fa7d4d160 (patch) | |
tree | 52aa23dbe058c0c580a508bf24e61611bf805cdf | |
parent | * [w3m-dev 04445] Re: Update documents (README.cookie) (diff) | |
download | w3m-2f73aa58c552772db51fdee3dbd90b2fa7d4d160.tar.gz w3m-2f73aa58c552772db51fdee3dbd90b2fa7d4d160.zip |
w3m 0.5.3 releaserelease-0-5-3
Diffstat (limited to '')
-rw-r--r-- | ChangeLog | 13 | ||||
-rw-r--r-- | NEWS | 16 | ||||
-rwxr-xr-x | configure | 20 | ||||
-rw-r--r-- | configure.ac | 4 | ||||
-rw-r--r-- | doc-jp/README | 4 | ||||
-rw-r--r-- | doc/README | 4 | ||||
-rw-r--r-- | doc/w3m.1 | 2 | ||||
-rw-r--r-- | po/ja.po | 2 | ||||
-rw-r--r-- | po/w3m.pot | 2 | ||||
-rw-r--r-- | version.c.in | 4 |
10 files changed, 49 insertions, 22 deletions
@@ -1,3 +1,14 @@ +2011-01-15 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 + 2011-01-05 SAKAI Kiyotaka <kiyotaka.sakai@ntt-at.co.jp> * [w3m-dev 04445] Re: Update documents (README.cookie) @@ -9289,4 +9300,4 @@ a * [w3m-dev 03276] compile error on EWS4800 * release-0-2-1 * import w3m-0.2.1 -$Id: ChangeLog,v 1.1049 2011/01/05 10:09:19 htrb Exp $ +$Id: ChangeLog,v 1.1050 2011/01/15 07:52:48 inu Exp $ @@ -1,3 +1,19 @@ +w3m 0.5.3 - 2011-01-15 + +* security fix + - fix vulnerabilities indicated by bugs.debian.org. + - suppress sending Referer, if https:// -> http:// +* new features + - adapt w3mimg to native windows on MS Windows. + - support xterm-incompatible terminals without gpm. + - add "xhtml" to default guess. + - introduce option pseudo_inlines. + - add option to avoid "wrong number of dots" error in cookies. +* other bug fixes + - fix "important" bugs from bugs.debian.org + - preserve spaces in multibyte context. + - fix proxy authentication. + w3m 0.5.2 - 2007-05-31 * security fix @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.67 for w3m 0.5.2. +# Generated by GNU Autoconf 2.67 for w3m 0.5.3. # # Report bugs to <satodai@w3m.jp>. # @@ -552,8 +552,8 @@ MAKEFLAGS= # Identity of this package. PACKAGE_NAME='w3m' PACKAGE_TARNAME='w3m' -PACKAGE_VERSION='0.5.2' -PACKAGE_STRING='w3m 0.5.2' +PACKAGE_VERSION='0.5.3' +PACKAGE_STRING='w3m 0.5.3' PACKAGE_BUGREPORT='satodai@w3m.jp' PACKAGE_URL='' @@ -1368,7 +1368,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.2 to adapt to many kinds of systems. +\`configure' configures w3m 0.5.3 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1433,7 +1433,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of w3m 0.5.2:";; + short | recursive ) echo "Configuration of w3m 0.5.3:";; esac cat <<\_ACEOF @@ -1578,7 +1578,7 @@ fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -w3m configure 0.5.2 +w3m configure 0.5.3 generated by GNU Autoconf 2.67 Copyright (C) 2010 Free Software Foundation, Inc. @@ -2217,7 +2217,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.2, which was +It was created by w3m $as_me 0.5.3, which was generated by GNU Autoconf 2.67. Invocation command line was $ $0 $@ @@ -2567,7 +2567,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu PACKAGE=w3m -VERSION=0.5.2 +VERSION=0.5.3 cat >>confdefs.h <<_ACEOF #define PACKAGE "$PACKAGE" _ACEOF @@ -9594,7 +9594,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=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.2, which was +This file was extended by w3m $as_me 0.5.3, which was generated by GNU Autoconf 2.67. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -9660,7 +9660,7 @@ _ACEOF cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" ac_cs_version="\\ -w3m config.status 0.5.2 +w3m config.status 0.5.3 configured by $0, generated by GNU Autoconf 2.67, with options \\"\$ac_cs_config\\" diff --git a/configure.ac b/configure.ac index 33d2357..7308fc6 100644 --- 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.2, satodai@w3m.jp) +AC_INIT(w3m, 0.5.3, satodai@w3m.jp) PACKAGE=w3m -VERSION=0.5.2 +VERSION=0.5.3 AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE") AC_DEFINE_UNQUOTED(VERSION, "$VERSION") AC_SUBST(PACKAGE) diff --git a/doc-jp/README b/doc-jp/README index 7e3c0f5..074766f 100644 --- a/doc-jp/README +++ b/doc-jp/README @@ -1,4 +1,4 @@ - w3m: WWW wo Miru Tool version 0.5.2 May 31, 2007 + w3m: WWW wo Miru Tool version 0.5.3 Jan 15, 2011 (C) Copyright by Akinori ITO Hironori SAKAMOTO Fumitoshi UKAI @@ -102,7 +102,7 @@ Windows w3m の著作権は,伊藤彰則に属しています. (C) Copyright 1994-2002 by Akinori Ito -(C) Copyright 2002-2007 by Akinori Ito, Hironori Sakamoto, Fumitoshi Ukai +(C) Copyright 2002-2011 by Akinori Ito, Hironori Sakamoto, Fumitoshi Ukai 4. 配布条件 @@ -1,4 +1,4 @@ - w3m: WWW wo Miru Tool version 0.5.2 May 31, 2007 + w3m: WWW wo Miru Tool version 0.5.3 Jan 15, 2011 (C) Copyright Akinori ITO Hironori SAKAMOTO Fumitoshi UKAI @@ -90,7 +90,7 @@ Windows 3. Copyright (C) Copyright 1994-2002 by Akinori Ito - (C) Copyright 2002-2007 by Akinori Ito, Hironori Sakamoto, Fumitoshi Ukai + (C) Copyright 2002-2011 by Akinori Ito, Hironori Sakamoto, Fumitoshi Ukai 4. License @@ -228,7 +228,7 @@ MIME types file This is the .I w3m -0.5.2 Release. +0.5.3 Release. .PP Please see the MANUAL.html file distributed with w3m for more detailed documentation. @@ -6,7 +6,7 @@ # msgid "" msgstr "" -"Project-Id-Version: w3m 0.5.2\n" +"Project-Id-Version: w3m 0.5.3\n" "Report-Msgid-Bugs-To: satodai@w3m.jp\n" "POT-Creation-Date: 2010-08-20 18:44+0900\n" "PO-Revision-Date: 2010-08-20 18:45+0900\n" @@ -6,7 +6,7 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" +"Project-Id-Version: w3m 0.5.3\n" "Report-Msgid-Bugs-To: satodai@w3m.jp\n" "POT-Creation-Date: 2010-08-20 18:44+0900\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" diff --git a/version.c.in b/version.c.in index 5b3615d..27dab36 100644 --- a/version.c.in +++ b/version.c.in @@ -1,5 +1,5 @@ -/* $Id: version.c.in,v 1.47 2007/06/04 13:21:10 inu Exp $ */ -#define CURRENT_VERSION "w3m/0.5.2+cvs" +/* $Id: version.c.in,v 1.48 2011/01/15 07:52:48 inu Exp $ */ +#define CURRENT_VERSION "w3m/0.5.3" #ifndef FM_H char *w3m_version = CURRENT_VERSION; |