diff --git a/ChangeLog b/ChangeLog index 767b9887..92039a92 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2000-02-29 Dan Harkless + + * NEWS (-K / --backup-converted): Mentioned this new option. + 2000-02-18 Dan Harkless * TODO: When -K is used with -N, check local X.orig against server X. diff --git a/NEWS b/NEWS index a3e31b33..35c5dc41 100644 --- a/NEWS +++ b/NEWS @@ -1,10 +1,15 @@ GNU Wget NEWS -- history of user-visible changes. -Copyright (C) 1997, 1998 Free Software Foundation, Inc. +Copyright (C) 1997, 1998, 2000 Free Software Foundation, Inc. See the end for copying conditions. Please send GNU Wget bug reports to . +* Changes in Wget 1.5.3+dev + +** New -K / --backup-converted / backup_converted = on option causes files +modified due to -k to be saved with a .orig prefix before being changed. + * Wget 1.5.3 is a bugfix release with no user-visible changes. * Wget 1.5.2 is a bugfix release with no user-visible changes. @@ -225,7 +230,7 @@ geturl -vo log http://fly.cc.fer.hr/ ---------------------------------------------------------------------- Copyright information: -Copyright (C) 1997, 1998 Free Software Foundation, Inc. +Copyright (C) 1997, 1998, 2000 Free Software Foundation, Inc. Permission is granted to anyone to make or distribute verbatim copies of this document as received, in any medium, provided that diff --git a/doc/ChangeLog b/doc/ChangeLog index c546473a..c7e30ab8 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,9 @@ +2000-02-29 Dan Harkless + + * wget.texi: Updated version to 1.5.3+dev, updated copyrights to + 2000, changed Hrvoje's old, invalid email address to his new one, + and added " and the developers" to the .texi file's byline. + 2000-02-18 Dan Harkless * wget.texi (-K / --backup-converted): Documented this new option. diff --git a/doc/wget.texi b/doc/wget.texi index 10dbf122..8acff6f4 100644 --- a/doc/wget.texi +++ b/doc/wget.texi @@ -14,8 +14,8 @@ @afourpaper @end iftex -@set VERSION 1.5.3 -@set UPDATED Sep 1998 +@set VERSION 1.5.3+dev +@set UPDATED Feb 2000 @dircategory Net Utilities @dircategory World Wide Web @@ -27,7 +27,7 @@ This file documents the the GNU Wget utility for downloading network data. -Copyright (C) 1996, 1997, 1998 Free Software Foundation, Inc. +Copyright (C) 1996, 1997, 1998, 2000 Free Software Foundation, Inc. Permission is granted to make and distribute verbatim copies of this manual provided the copyright notice and this permission notice @@ -51,7 +51,7 @@ notice identical to this one. @title GNU Wget @subtitle The noninteractive downloading utility @subtitle Updated for Wget @value{VERSION}, @value{UPDATED} -@author by Hrvoje Nik@v{s}i@'{c} +@author by Hrvoje Nik@v{s}i@'{c} and the developers @page @vskip 0pt plus 1filll @@ -2539,10 +2539,10 @@ me). @cindex contributors @iftex -GNU Wget was written by Hrvoje Nik@v{s}i@'{c} @email{hniksic@@srce.hr}. +GNU Wget was written by Hrvoje Nik@v{s}i@'{c} @email{hniksic@@iskon.hr}. @end iftex @ifinfo -GNU Wget was written by Hrvoje Niksic @email{hniksic@@srce.hr}. +GNU Wget was written by Hrvoje Niksic @email{hniksic@@iskon.hr}. @end ifinfo However, its development could never have gone as far as it has, were it not for the help of many people, either with bug reports, feature diff --git a/src/ChangeLog b/src/ChangeLog index ed9e3cbb..36613747 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2000-02-29 Dan Harkless + + * version.c: Upped version to developer-only "1.5.3+dev". + 2000-02-18 Dan Harkless * init.c (backup_converted): Added this new option. diff --git a/src/version.c b/src/version.c index 95bbffac..55a7dd7e 100644 --- a/src/version.c +++ b/src/version.c @@ -1 +1 @@ -char *version_string = "1.5.3"; +char *version_string = "1.5.3+dev";