From ab8c3079f8e63e1c9fe714efe0d45be7504730e8 Mon Sep 17 00:00:00 2001 From: Micah Cowan Date: Sun, 29 Jun 2008 18:39:22 -0700 Subject: [PATCH 1/4] NEWS for 1.11.4. --- NEWS | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/NEWS b/NEWS index e74ce2a0..c1f8efe8 100644 --- a/NEWS +++ b/NEWS @@ -6,6 +6,20 @@ See the end for copying conditions. Please send GNU Wget bug reports to . +* Changes in Wget 1.11.4 + +** Fixed an issue (apparently a regression) where -O would refuse to +download when -nc was given, even though the file didn't exist. + +** Fixed a situation where Wget could abort with --continue if the +remote server gives a content-length of zero when the file exists +locally with content. + +** Fixed a crash on some systems, due to Wget casting a pointer-to-long +to a pointer-to-time_t. + +** Translation updates for Catalan. + * Changes in Wget 1.12 (MAINLINE) ** --ask-password option (and associated wgetrc command) added to From 50d3ca847f9c8043ba5e88a8f1c96635fd8c9d8a Mon Sep 17 00:00:00 2001 From: Micah Cowan Date: Mon, 30 Jun 2008 12:20:04 -0700 Subject: [PATCH 2/4] ChangeLog entry for NEWS, and re-arrange entries so 1.12 is on top. --- ChangeLog | 4 ++++ NEWS | 11 +++++------ 2 files changed, 9 insertions(+), 6 deletions(-) diff --git a/ChangeLog b/ChangeLog index 407ce64c..aaa4c8b8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2008-06-30 Micah Cowan + + * NEWS: Entries for 1.11.4. + 2008-05-29 Micah Cowan * po/*.po: Updated from TP (the 1.11.3 set). diff --git a/NEWS b/NEWS index c1f8efe8..02428f8f 100644 --- a/NEWS +++ b/NEWS @@ -6,6 +6,11 @@ See the end for copying conditions. Please send GNU Wget bug reports to . +* Changes in Wget 1.12 (MAINLINE) + +** --ask-password option (and associated wgetrc command) added to +support password prompts at the console. + * Changes in Wget 1.11.4 ** Fixed an issue (apparently a regression) where -O would refuse to @@ -19,12 +24,6 @@ locally with content. to a pointer-to-time_t. ** Translation updates for Catalan. - -* Changes in Wget 1.12 (MAINLINE) - -** --ask-password option (and associated wgetrc command) added to -support password prompts at the console. - * Changes in Wget 1.11.3 From bf80f82f32186702e118fee845304b9644d20630 Mon Sep 17 00:00:00 2001 From: Micah Cowan Date: Mon, 30 Jun 2008 12:22:28 -0700 Subject: [PATCH 3/4] Add Joao Ferreira to contributors. --- doc/ChangeLog | 4 ++++ doc/wget.texi | 6 ++++++ 2 files changed, 10 insertions(+) diff --git a/doc/ChangeLog b/doc/ChangeLog index e028ad40..ece1dd36 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,7 @@ +2008-06-29 Micah Cowan + + * wget.texi : Added Joao Ferreira. + 2008-06-13 Micah Cowan * wget.texi (Mailing List): The wget-notify mailing list no longer diff --git a/doc/wget.texi b/doc/wget.texi index 83f97a37..afd1dfd9 100644 --- a/doc/wget.texi +++ b/doc/wget.texi @@ -3819,6 +3819,12 @@ Aleksandar Erkalovi@'{c}, Aleksandar Erkalovic, @end ifnottex Andy Eskilsson, +@iftex +Jo@~{a}o Ferreira, +@end iftex +@ifnottex +Joao Ferreira, +@end ifnottex Christian Fraenkel, David Fritz, Charles C.@: Fu, From f5372ae71d80955de6054fe1c4f519c0817e572b Mon Sep 17 00:00:00 2001 From: Micah Cowan Date: Mon, 30 Jun 2008 12:35:56 -0700 Subject: [PATCH 4/4] Contributors updates. --- AUTHORS | 5 +++++ ChangeLog | 2 ++ doc/ChangeLog | 5 ++++- doc/wget.texi | 15 ++++++++++++++- 4 files changed, 25 insertions(+), 2 deletions(-) diff --git a/AUTHORS b/AUTHORS index 219877e9..ab44acb2 100644 --- a/AUTHORS +++ b/AUTHORS @@ -45,3 +45,8 @@ Micah Cowan. Current Wget maintainer, from mid-2007. Ralf Wildenhues. Contributed patches to convert Wget to use Automake as part of its build process, and various bugfixes. + +Steven Schubiger. Many helpful patches, bugfixes and improvements. +Notably, conversion of Wget to use the Gnulib quotes and quoteargs +modules, and the addition of password prompts at the console, via the +Gnulib getpasswd-gnu module. diff --git a/ChangeLog b/ChangeLog index aaa4c8b8..00a1bfe7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,6 +2,8 @@ * NEWS: Entries for 1.11.4. + * AUTHORS: Added Steven Schubiger. + 2008-05-29 Micah Cowan * po/*.po: Updated from TP (the 1.11.3 set). diff --git a/doc/ChangeLog b/doc/ChangeLog index ece1dd36..d9a87ab3 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,6 +1,9 @@ 2008-06-29 Micah Cowan - * wget.texi : Added Joao Ferreira. + * wget.texi : Added Joao Ferreira, Mike Frysinger, + Alain, Guibert, Madhusudan Hosaagrahara, Jim Paris, Kenny + Parnell, Benno Schulenberg, and Pranab Shenoy. Added Steven + Schubiger to the "Special Thanks" section. 2008-06-13 Micah Cowan diff --git a/doc/wget.texi b/doc/wget.texi index afd1dfd9..fb8e1004 100644 --- a/doc/wget.texi +++ b/doc/wget.texi @@ -3,7 +3,7 @@ @c %**start of header @setfilename wget.info @include version.texi -@set UPDATED Mar 2008 +@set UPDATED Jun 2008 @settitle GNU Wget @value{VERSION} Manual @c Disable the monstrous rectangles beside overfull hbox-es. @finalout @@ -3764,6 +3764,12 @@ Windows and MS-DOS support. Ralf Wildenhues---Contributed patches to convert Wget to use Automake as part of its build process, and various bugfixes. +@item +Steven Schubiger---Many helpful patches, bugfixes and improvements. +Notably, conversion of Wget to use the Gnulib quotes and quoteargs +modules, and the addition of password prompts at the console, via the +Gnulib getpasswd-gnu module. + @item People who provided donations for development---including Brian Gough. @end itemize @@ -3827,6 +3833,7 @@ Joao Ferreira, @end ifnottex Christian Fraenkel, David Fritz, +Mike Frysinger, Charles C.@: Fu, FUJISHIMA Satsuki, Masashi Fujita, @@ -3834,10 +3841,12 @@ Howard Gayle, Marcel Gerrits, Lemble Gregory, Hans Grobler, +Alain Guibert, Mathieu Guillaume, Aaron Hawley, Jochen Hein, Karl Heuer, +Madhusudan Hosaagrahara, HIROSE Masaaki, Ulf Harnhammar, Gregor Hoffleit, @@ -3909,6 +3918,8 @@ Adam D.@: Moss, Simon Munton, Charlie Negyesi, R.@: K.@: Owen, +Jim Paris, +Kenny Parnell, Leonid Petrov, Simone Piunno, Andrew Pollock, @@ -3943,9 +3954,11 @@ Edward J.@: Sabol, Heinz Salzmann, Robert Schmidt, Nicolas Schodet, +Benno Schulenberg, Andreas Schwab, Steven M.@: Schweda, Chris Seawood, +Pranab Shenoy, Dennis Smit, Toomas Soome, Tage Stabell-Kulo,