From bbd81b91c0e7cee662dffd6f95e3a754de98fd87 Mon Sep 17 00:00:00 2001 From: Giuseppe Scrivano Date: Sat, 1 May 2010 23:01:43 +0200 Subject: [PATCH] Mention support for HTTP/1.1 --- ChangeLog | 82 +++++++++++++++++++++++++++++-------------------------- NEWS | 7 ++++- 2 files changed, 49 insertions(+), 40 deletions(-) diff --git a/ChangeLog b/ChangeLog index 8c1c4310..f272a98f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2010-05-01 Giuseppe Scrivano + + * NEWS: Mention support for HTTP/1.1 + 2009-10-09 Steven Schweda * New VMS MMS/MMK builders, to accommodate the new source tree @@ -54,7 +58,7 @@ * vms/VMS-WGET.COM: "the the" -> "the". * po/POTFILES.in: Removed some files that are not using gettext. - + * po/*.po: Updated from translationproject.org. 2009-09-20 Micah Cowan @@ -114,7 +118,7 @@ * build-aux/gnupload: Imported from gnulib. * lib/Makefile.am, m4/gnulib-cache.m4, m4/gnulib-comp.m4: Adjusted for announce-gen, update-copyright, and gnupload. - + 2009-09-03 Micah Cowan * NEWS: Give credit to jff for SSL security fix, call attention to @@ -212,7 +216,7 @@ * po/Makefile.in.in (distclean): remove en_US.po, too. - * Makefile.am: Include md5 as a subdir unconditionally. + * Makefile.am: Include md5 as a subdir unconditionally. It may result in useless compilation, and additional risk of breaking a build of something that isn't actually needed, but otherwise it's too much of a hassle to manage a failure-free @@ -276,14 +280,14 @@ * po/quot.sed, po/boldquot.sed: Automatic handling of quotearg's ` and '. - + 2008-05-15 Micah Cowan * NEWS: Entry for --ask-password. 2008-05-14 Joao Ferreira - * src/main.c, src/http.c, src/ftp.c: -nc is now working in + * src/main.c, src/http.c, src/ftp.c: -nc is now working in conjunction with '-O file'. 2008-05-12 Micah Cowan @@ -298,13 +302,13 @@ * lib/getdelim.c, lib/getline.c, lib/getpass.c, lib/getpass.h, lib/realloc.c, lib/stdio.h, - lib/stdio.in.h, lib/stdlib.h, lib/stdlib.in.h: Imported + lib/stdio.in.h, lib/stdlib.h, lib/stdlib.in.h: Imported from gnulib. - * m4/eoverflow.m4, m4/extensions.m4, m4/getdelim.m4, - m4/getline.m4, m4/getpass.m4, m4/malloc.m4, m4/realloc.m4, + * m4/eoverflow.m4, m4/extensions.m4, m4/getdelim.m4, + m4/getline.m4, m4/getpass.m4, m4/malloc.m4, m4/realloc.m4, m4/stdio_h.m4, m4/stdlib_h.m4: Imported from gnulib. * md5/stdint.h: Imported from gnulib. - + * GNUmakefile: Updated from gnulib. * lib/Makefile.am, lib/getopt.c, lib/unistd.in.h: Updated from gnulib. @@ -314,7 +318,7 @@ md5/m4/gnulib-comp.m4, md5/m4/include_next.m4, md5/m4/md5.m4, md5/m4/stdint.m4, md5/md5.c, md5/md5.h, md5/stdint.in.h, md5/wchar.in.h: Updated from gnulib. - + 2008-04-24 Micah Cowan * NEWS: Removed info about move to Automake, Gnulib. Added item @@ -632,7 +636,7 @@ 2006-07-17 Daniel Richard G. - * Makefile.in: Added DESTDIR='$(DESTDIR)' to MAKEDEFS. + * Makefile.in: Added DESTDIR='$(DESTDIR)' to MAKEDEFS. 2006-07-14 Mauro Tortonesi @@ -653,13 +657,13 @@ 2005-11-02 Mauro Tortonesi * Makefile.in: Improved support for unit testing. - + * configure.in: Ditto. - + 2005-10-27 Mauro Tortonesi * Makefile.in: Added basic support for unit testing. - + 2005-08-26 Stepan Kasal * configure.in: Abort configure if --with-ssl given but SSL @@ -1863,7 +1867,7 @@ * aclocal.m4: Appended libtool 1.3.5's libtool.m4 to it. - * configure.in: Use AM_PROG_LIBTOOL macro (now defined in our + * configure.in: Use AM_PROG_LIBTOOL macro (now defined in our aclocal.m4) to create a libtool script from ltconfig and ltmain.sh. If --with-ssl specified, look in /usr/local/ssl/lib by default for OpenSSL libs. Allow override with --with-ssl=. @@ -1886,11 +1890,11 @@ so I've put the item back, with a modified wording. * config.guess: Hadn't been updated since 1996 -- didn't work for recent - machines and OSes, such as NetWinder ARM Linux. Updated to latest + machines and OSes, such as NetWinder ARM Linux. Updated to latest version (2001-03-16) from . - + * config.sub: Ditto -- updated to latest version (2001-03-12). - + 2001-03-12 Dan Harkless * TODO: Only normal recursion should respect -np -- page-requisite @@ -1940,7 +1944,7 @@ * TODO: Remove empty directories created due to --accept/--reject. * configure.in: Look for perl and pod2man and make substitutions. - + * Makefile.in (install): Do install.man if we have pod2man. 2001-02-13 Jan Prikryl @@ -1949,7 +1953,7 @@ * windows/wget.dep: Ditto. - * windows/Makefile.watcom: Ditto. + * windows/Makefile.watcom: Ditto. 2001-01-23 Herold Heiko @@ -1972,13 +1976,13 @@ * po/Makefile.in.in: `make realclean' equal to `make maintainer-clean'. - * Makefile.in (realclean-top): Remove 'configure' as well. + * Makefile.in (realclean-top): Remove 'configure' as well. 2001-01-11 Dan Harkless * TODO: If -c used with -N, check to make sure a file hasn't changed on the server before "continuing" to download it. - + 2001-01-11 Adrian Aichner * windows/Makefile.src: Updated. @@ -1988,7 +1992,7 @@ 2001-01-09 Dan Harkless * TODO: If -c is on, don't re-download a 100%-downloaded file. - + * TODO: The bug where you couldn't recurse into ftp directories if logging in put you somewhere else besides the server's "/" directory got fixed without the TODO entry for it being removed. @@ -2031,12 +2035,12 @@ "1.6-pre" guy). In any case, the 'POT-Creation-Date's and 'PO-Revision-Date's remain the best indicator of whether a translation's out of date. - + * ChangeLog: Since this flat file doesn't have multiple branches, looking at the dates would make you think that things went into 1.6 that actually just went into the 1.7-dev branch. Added "[Not in 1.6 branch.]" where appropriate to clarify. - + 2000-12-18 Csaba Raduly * windows/Makefile.watcom: Updated. @@ -2057,7 +2061,7 @@ * Makefile.in (SUBDIRS): Add 'windows'. (dist, DISTFILES): Don't distribute CVS directories. - + 2000-12-05 Hrvoje Niksic * configure.in: Don't unconditionally define HAVE_SSL, even when @@ -2066,9 +2070,9 @@ 2000-12-03 Christian Fraenkel * INSTALL: Added the --with-ssl switch. - + * configure.in: Ditto. - + * TODO: Removed the corresponding entry. 2000-11-23 Hrvoje Niksic @@ -2133,7 +2137,7 @@ * po/pl.{gmo,po}: Added Grzegorz Kowal 's Polish message translation file. - * po/ru.{gmo,po}: Added Const Kaplinsky 's + * po/ru.{gmo,po}: Added Const Kaplinsky 's Russian message translation file. 2000-10-16 Dan Harkless @@ -2157,7 +2161,7 @@ now says to email the mailing list or bug-wget@gnu.org. * MAILING-LIST: Added mention of bug-wget@gnu.org. - + * NEWS: Added --waitretry and --page-requisites. 2000-08-25 Dan Harkless @@ -2167,26 +2171,26 @@ made AIX and FreeBSD entries more general to reflect successful use on those platforms by myself and others, removed the non-factual "this version of", and fixed some grammatical errors. - + 2000-07-21 Dan Harkless * TODO: But Brian McMahon wants old behavior as an option. - + 2000-07-19 Dan Harkless * TODO: -k should convert "hostless absolute" URLs, like "/index.html". - + 2000-05-24 Dan Harkless * TODO: Timestamps sometimes not copied over on files retrieved by FTP. - + 2000-05-22 Dan Harkless * AUTHORS: Added myself to this file, as Hrvoje got confirmation of my FSF copyright assignment. * TODO: Added note that fragment identifiers don't work properly. - + * po/*.{gmo,po,pot}: Regenerated after modifying wget --help output. 2000-05-17 Dan Harkless @@ -2210,7 +2214,7 @@ * TODO: Removed done item: we now have an option (-G) that makes it easy to download a single HTML document and all its constituents. - + * po/*.{gmo,po,pot}: Regenerated after adding new options. * po/hr.po: Hrvoje forgot '\n's on his translations of my altered @@ -2363,7 +2367,7 @@ 1998-03-16 Hrvoje Niksic - * po/POTFILES.in: Removed extraneous newline at end of line, which + * po/POTFILES.in: Removed extraneous newline at end of line, which caused an error in `Makefile' which Sun make choked on. 1998-03-16 Jan Prikryl @@ -2437,7 +2441,7 @@ * configure.in (ALL_LINGUAS): New variable. Add "de" and "hr". (AM_GNU_GETTEXT): Add. (AC_OUTPUT): Add po/Makefile.in; run the sed command. - + * aclocal.m4 (AM_WITH_NLS, AM_GNU_GETTEXT, AM_LC_MESSAGES, AM_PATH_PROG_WITH_TEST): from gettext-0.10.32. - + diff --git a/NEWS b/NEWS index a6e7edb6..6e0eaf97 100644 --- a/NEWS +++ b/NEWS @@ -1,10 +1,15 @@ GNU Wget NEWS -- history of user-visible changes. Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, -2006, 2007, 2008, 2009 Free Software Foundation, Inc. +2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. See the end for copying conditions. Please send GNU Wget bug reports to . + +* Changes in Wget X.Y.Z + +** Support HTTP/1.1 + * Changes in Wget 1.12 -- 2.39.2