From 3dcf5be5a77cc9daf5473d6f4bb36e97b47f37a8 Mon Sep 17 00:00:00 2001 From: Tatsuya Kinoshita Date: Sun, 5 Jul 2015 10:04:10 +0900 Subject: Update ChangeLog --- ChangeLog | 49 +++++++++++++++++++++++++++---------------------- 1 file changed, 27 insertions(+), 22 deletions(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 9694da2..ae79d34 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2015-07-05 Tatsuya Kinoshita + + * doc-jp/FAQ.html, doc/FAQ.html: Mention HTTPS_PROXY. + Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=791425 + 2015-06-27 yshl * doc-jp/README.SSL: Modify certdata2pem.rb to assume the encoding @@ -336,7 +341,7 @@ 2014-08-22 Micah Cowan - * main.c: Support Boehm GC 7.2 + * main.c: Support Boehm GC 7.2. Replace Gentoo's patch to prevent segfaults due to infinite recursion. Origin: https://bugs.debian.org/cgi-bin/bugreport.cgi?msg=5;filename=080_gc72.patch;att=1;bug=758831 Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=758831 @@ -392,14 +397,14 @@ 2013-12-07 Reinhard Max - * local.c: Fix a directory descriptor leak in loadLocalDir + * local.c: Fix a directory descriptor leak in loadLocalDir. Patch from openSUSE on 2009-09-07. Origin: https://build.opensuse.org/package/view_file/openSUSE:Factory/w3m/w3m-closedir.patch Bug-Novell: https://bugzilla.novell.com/show_bug.cgi?id=531675 2013-12-07 AIDA Shinra - * main.c: Fix crash after SEARCH_NEXT + * main.c: Fix crash after SEARCH_NEXT. Patch from , [w3m-dev:04473] on 2013-12-07. @@ -410,10 +415,10 @@ 2013-11-07 Cristian Rodriguez - * url.c: Use SSL_OP_NO_COMPRESSION if available + * url.c: Use SSL_OP_NO_COMPRESSION if available. Due to the "CRIME attack" (CVE-2012-4929) HTTPS clients that negotiate TLS-level compression can be abused for MITM attacks. - * url.c: Use SSL_MODE_RELEASE_BUFFERS if available + * url.c: Use SSL_MODE_RELEASE_BUFFERS if available. Patch from openSUSE on 2012-11-12: https://build.opensuse.org/request/show/141054 @@ -441,14 +446,14 @@ 2013-10-14 AIDA Shinra - * url.c: Define schemeNumToName() to fix scheme bug + * url.c: Define schemeNumToName() to fix scheme bug. Patch from , [w3m-dev:04470] on 2013-10-14. Bug: https://sourceforge.net/p/w3m/patches/60/ * config.h.in, file.c, fm.h, html.h, image.c, indep.c, indep.h: * istream.c, istream.h, local.c, main.c, mimehead.c, proto.h: - Workaround of GC crash on Cygwin64 + Workaround of GC crash on Cygwin64. Patch from , [w3m-dev:04469] on 2013-10-14. @@ -469,7 +474,7 @@ Update document for the -s option change Bug-Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=75527 - * terms.c: Do not fail when LANG is not set + * terms.c: Do not fail when LANG is not set. Check whether the value of LC_ALL, LC_CTYPE or LANG is not NULL in check_cygwin_console(). Bug: https://sourceforge.net/p/w3m/patches/66/ @@ -525,13 +530,13 @@ 2013-08-02 Piotr P. Karwasz * scripts/w3mman/w3mman2html.cgi.in: - Correct underline processing and more UTF-8 support for w3mman2html.cgi + Correct underline processing and more UTF-8 support for w3mman2html.cgi. Patch from on 2010-11-23. 2013-08-01 Hilko Bengen - * entity.c: Ignore SOFT HYPHEN to prevent drawing hyphens everywhere + * entity.c: Ignore SOFT HYPHEN to prevent drawing hyphens everywhere. Patch from on 2011-03-01. @@ -543,12 +548,12 @@ 2013-07-30 Tatsuya Kinoshita * config.guess, config.sub: - Update config.guess and config.sub to supprot aarch64 + Update config.guess and config.sub to supprot aarch64. Updated with Debian autotools-dev version 20130515.1. 2013-07-30 Conrad J.C. Hughes - * main.c: Sort anchors by sequence number in -dump + * main.c: Sort anchors by sequence number in -dump. Patch from on 2012-01-27. @@ -573,38 +578,38 @@ * anchor.c, config.h.in, display.c, doc-jp/README.siteconf: * doc/README.siteconf, file.c, fm.h, form.c, frame.c, func.c: * history.c, indep.c, indep.h, linein.c, main.c, map.c, menu.c: - * po/ja.po, proto.h, rc.c, url.c: Support the siteconf feature + * po/ja.po, proto.h, rc.c, url.c: Support the siteconf feature. Patch to support the siteconf feature, from [w3m-dev 04463] on 2012-06-27. 2013-04-08 Hayaki Saito * keybind.c, main.c, proto.h, terms.c: - Support SGR 1006 mouse reporting + Support SGR 1006 mouse reporting. Patch to support SGR 1006 mouse reporting, from [w3m-dev 04466] on 2012-07-15. 2012-05-19 Hilko Bengen - * form.c: Assume "text" if an input type is unknown + * form.c: Assume "text" if an input type is unknown. Patch from on 2011-03-01. 2012-05-19 Simon Ruderich - * Makefile.in: Use $(CPPFLAGS) with $(CPP) + * Makefile.in: Use $(CPPFLAGS) with $(CPP). Patch from on 2012-03-24. 2012-05-03 Miroslav Ć ulc - * w3mimg/Makefile.in: Fix parallel make issue + * w3mimg/Makefile.in: Fix parallel make issue. Patch from Gentoo on 2011-02-01. 2012-05-03 MATSUU Takuto - * main.c: Support Boehm GC 7.2 + * main.c: Support Boehm GC 7.2. Patch from Gentoo on 2009-12-13. @@ -612,7 +617,7 @@ 2012-05-02 Reinhard Tartler * istream.c, istream.h: - Fix that struct file_handle conflicts with glibc 2.14 + Fix that struct file_handle conflicts with glibc 2.14. Patch from on 2012-02-19. @@ -626,14 +631,14 @@ 2011-06-19 Martin Pitt * Makefile.in: - Explicitly link w3mimgdisplay with -lX11 to build with gcc 4.5 + Explicitly link w3mimgdisplay with -lX11 to build with gcc 4.5. Patch from 0.5.2-10ubuntu1 on 2010-12-03. Bug-Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=605761 2011-06-19 Fumitoshi UKAI * main.c: - Change the -s option to "squeeze multiple blank lines" for pager + Change the -s option to "squeeze multiple blank lines" for pager. Change the -s option from "display charset Shift_JIS" to "squeeze multiple blank lines" to work as /usr/bin/pager. In addition, the options -j and -e are disabled. To specify the display charset, @@ -644,7 +649,7 @@ 2011-06-19 Hiroyuki Ito * file.c, fm.h, html.c, html.h, proto.h, table.c, tagtable.tab: - Support the button element as defined in HTML 4.01 + Support the button element as defined in HTML 4.01. Patch from upstream, [w3m-dev 04411] on 2010-09-17, to support the button element. It is discussed upstream and incomplete, but enough to login Launchpad. -- cgit v1.2.3