w3m 0.5.3 release
This commit is contained in:
13
ChangeLog
13
ChangeLog
@@ -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>
|
2011-01-05 SAKAI Kiyotaka <kiyotaka.sakai@ntt-at.co.jp>
|
||||||
|
|
||||||
* [w3m-dev 04445] Re: Update documents (README.cookie)
|
* [w3m-dev 04445] Re: Update documents (README.cookie)
|
||||||
@@ -9289,4 +9300,4 @@ a * [w3m-dev 03276] compile error on EWS4800
|
|||||||
* release-0-2-1
|
* release-0-2-1
|
||||||
* import w3m-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 $
|
||||||
|
|||||||
16
NEWS
16
NEWS
@@ -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
|
w3m 0.5.2 - 2007-05-31
|
||||||
|
|
||||||
* security fix
|
* security fix
|
||||||
|
|||||||
20
configure
vendored
20
configure
vendored
@@ -1,6 +1,6 @@
|
|||||||
#! /bin/sh
|
#! /bin/sh
|
||||||
# Guess values for system-dependent variables and create Makefiles.
|
# 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>.
|
# Report bugs to <satodai@w3m.jp>.
|
||||||
#
|
#
|
||||||
@@ -552,8 +552,8 @@ MAKEFLAGS=
|
|||||||
# Identity of this package.
|
# Identity of this package.
|
||||||
PACKAGE_NAME='w3m'
|
PACKAGE_NAME='w3m'
|
||||||
PACKAGE_TARNAME='w3m'
|
PACKAGE_TARNAME='w3m'
|
||||||
PACKAGE_VERSION='0.5.2'
|
PACKAGE_VERSION='0.5.3'
|
||||||
PACKAGE_STRING='w3m 0.5.2'
|
PACKAGE_STRING='w3m 0.5.3'
|
||||||
PACKAGE_BUGREPORT='satodai@w3m.jp'
|
PACKAGE_BUGREPORT='satodai@w3m.jp'
|
||||||
PACKAGE_URL=''
|
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.
|
# 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.
|
# This message is too long to be a string in the A/UX 3.1 sh.
|
||||||
cat <<_ACEOF
|
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]...
|
Usage: $0 [OPTION]... [VAR=VALUE]...
|
||||||
|
|
||||||
@@ -1433,7 +1433,7 @@ fi
|
|||||||
|
|
||||||
if test -n "$ac_init_help"; then
|
if test -n "$ac_init_help"; then
|
||||||
case $ac_init_help in
|
case $ac_init_help in
|
||||||
short | recursive ) echo "Configuration of w3m 0.5.2:";;
|
short | recursive ) echo "Configuration of w3m 0.5.3:";;
|
||||||
esac
|
esac
|
||||||
cat <<\_ACEOF
|
cat <<\_ACEOF
|
||||||
|
|
||||||
@@ -1578,7 +1578,7 @@ fi
|
|||||||
test -n "$ac_init_help" && exit $ac_status
|
test -n "$ac_init_help" && exit $ac_status
|
||||||
if $ac_init_version; then
|
if $ac_init_version; then
|
||||||
cat <<\_ACEOF
|
cat <<\_ACEOF
|
||||||
w3m configure 0.5.2
|
w3m configure 0.5.3
|
||||||
generated by GNU Autoconf 2.67
|
generated by GNU Autoconf 2.67
|
||||||
|
|
||||||
Copyright (C) 2010 Free Software Foundation, Inc.
|
Copyright (C) 2010 Free Software Foundation, Inc.
|
||||||
@@ -2217,7 +2217,7 @@ cat >config.log <<_ACEOF
|
|||||||
This file contains any messages produced by compilers while
|
This file contains any messages produced by compilers while
|
||||||
running configure, to aid debugging if configure makes a mistake.
|
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
|
generated by GNU Autoconf 2.67. Invocation command line was
|
||||||
|
|
||||||
$ $0 $@
|
$ $0 $@
|
||||||
@@ -2567,7 +2567,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
|
|||||||
|
|
||||||
|
|
||||||
PACKAGE=w3m
|
PACKAGE=w3m
|
||||||
VERSION=0.5.2
|
VERSION=0.5.3
|
||||||
cat >>confdefs.h <<_ACEOF
|
cat >>confdefs.h <<_ACEOF
|
||||||
#define PACKAGE "$PACKAGE"
|
#define PACKAGE "$PACKAGE"
|
||||||
_ACEOF
|
_ACEOF
|
||||||
@@ -9594,7 +9594,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
|
|||||||
# report actual input values of CONFIG_FILES etc. instead of their
|
# report actual input values of CONFIG_FILES etc. instead of their
|
||||||
# values after options handling.
|
# values after options handling.
|
||||||
ac_log="
|
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
|
generated by GNU Autoconf 2.67. Invocation command line was
|
||||||
|
|
||||||
CONFIG_FILES = $CONFIG_FILES
|
CONFIG_FILES = $CONFIG_FILES
|
||||||
@@ -9660,7 +9660,7 @@ _ACEOF
|
|||||||
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
|
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
|
||||||
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
|
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
|
||||||
ac_cs_version="\\
|
ac_cs_version="\\
|
||||||
w3m config.status 0.5.2
|
w3m config.status 0.5.3
|
||||||
configured by $0, generated by GNU Autoconf 2.67,
|
configured by $0, generated by GNU Autoconf 2.67,
|
||||||
with options \\"\$ac_cs_config\\"
|
with options \\"\$ac_cs_config\\"
|
||||||
|
|
||||||
|
|||||||
@@ -1,8 +1,8 @@
|
|||||||
dnl w3m autoconf
|
dnl w3m autoconf
|
||||||
dnl Process this file with autoconf to produce a configure script.
|
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
|
PACKAGE=w3m
|
||||||
VERSION=0.5.2
|
VERSION=0.5.3
|
||||||
AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE")
|
AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE")
|
||||||
AC_DEFINE_UNQUOTED(VERSION, "$VERSION")
|
AC_DEFINE_UNQUOTED(VERSION, "$VERSION")
|
||||||
AC_SUBST(PACKAGE)
|
AC_SUBST(PACKAGE)
|
||||||
|
|||||||
@@ -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
|
(C) Copyright by Akinori ITO
|
||||||
Hironori SAKAMOTO
|
Hironori SAKAMOTO
|
||||||
Fumitoshi UKAI
|
Fumitoshi UKAI
|
||||||
@@ -102,7 +102,7 @@ Windows
|
|||||||
|
|
||||||
w3m <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ϡ<EFBFBD><CFA1><EFBFBD>ƣ<EFBFBD><C6A3>§<EFBFBD><C2A7>°<EFBFBD><C2B0><EFBFBD>Ƥ<EFBFBD><C6A4>ޤ<EFBFBD><DEA4><EFBFBD>
|
w3m <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ϡ<EFBFBD><CFA1><EFBFBD>ƣ<EFBFBD><C6A3>§<EFBFBD><C2A7>°<EFBFBD><C2B0><EFBFBD>Ƥ<EFBFBD><C6A4>ޤ<EFBFBD><DEA4><EFBFBD>
|
||||||
(C) Copyright 1994-2002 by Akinori Ito
|
(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. <20><><EFBFBD>۾<EFBFBD><DBBE><EFBFBD>
|
4. <20><><EFBFBD>۾<EFBFBD><DBBE><EFBFBD>
|
||||||
|
|
||||||
|
|||||||
@@ -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
|
(C) Copyright Akinori ITO
|
||||||
Hironori SAKAMOTO
|
Hironori SAKAMOTO
|
||||||
Fumitoshi UKAI
|
Fumitoshi UKAI
|
||||||
@@ -90,7 +90,7 @@ Windows
|
|||||||
3. Copyright
|
3. Copyright
|
||||||
|
|
||||||
(C) Copyright 1994-2002 by Akinori Ito
|
(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
|
4. License
|
||||||
|
|
||||||
|
|||||||
@@ -228,7 +228,7 @@ MIME types file
|
|||||||
This is the
|
This is the
|
||||||
.I
|
.I
|
||||||
w3m
|
w3m
|
||||||
0.5.2 Release.
|
0.5.3 Release.
|
||||||
.PP
|
.PP
|
||||||
Please see the MANUAL.html file distributed with w3m for
|
Please see the MANUAL.html file distributed with w3m for
|
||||||
more detailed documentation.
|
more detailed documentation.
|
||||||
|
|||||||
2
po/ja.po
2
po/ja.po
@@ -6,7 +6,7 @@
|
|||||||
#
|
#
|
||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
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"
|
"Report-Msgid-Bugs-To: satodai@w3m.jp\n"
|
||||||
"POT-Creation-Date: 2010-08-20 18:44+0900\n"
|
"POT-Creation-Date: 2010-08-20 18:44+0900\n"
|
||||||
"PO-Revision-Date: 2010-08-20 18:45+0900\n"
|
"PO-Revision-Date: 2010-08-20 18:45+0900\n"
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
#, fuzzy
|
#, fuzzy
|
||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: PACKAGE VERSION\n"
|
"Project-Id-Version: w3m 0.5.3\n"
|
||||||
"Report-Msgid-Bugs-To: satodai@w3m.jp\n"
|
"Report-Msgid-Bugs-To: satodai@w3m.jp\n"
|
||||||
"POT-Creation-Date: 2010-08-20 18:44+0900\n"
|
"POT-Creation-Date: 2010-08-20 18:44+0900\n"
|
||||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
/* $Id: version.c.in,v 1.47 2007/06/04 13:21:10 inu Exp $ */
|
/* $Id: version.c.in,v 1.48 2011/01/15 07:52:48 inu Exp $ */
|
||||||
#define CURRENT_VERSION "w3m/0.5.2+cvs"
|
#define CURRENT_VERSION "w3m/0.5.3"
|
||||||
|
|
||||||
#ifndef FM_H
|
#ifndef FM_H
|
||||||
char *w3m_version = CURRENT_VERSION;
|
char *w3m_version = CURRENT_VERSION;
|
||||||
|
|||||||
Reference in New Issue
Block a user