From e0a58713f75c8aa081e0162fdfafbe1674c84fbb Mon Sep 17 00:00:00 2001 From: dan Date: Tue, 29 Feb 2000 16:50:52 -0800 Subject: [PATCH] [svn] Upped version number from 1.5.3. to 1.5.3+dev. Because the development source is available via anonymous CVS and desirable features are being added, it's quite possible for end-users to be getting their hands on development versions. They may report bugs, so if we don't change the version number, we'll have to continually followup the statement "I'm using version 1.5.3" with the question "The FTP archive or the CVS source?" Better to just make this development version have a unique number. Once we're ready to actually release the next version, we can up the version from 1.5.3+dev to 1.5.4, or 1.6, or whatever it turns out to be (depending on how much development gets done). Also made minor updates (dates, email addresses) to wget.texi. --- ChangeLog | 4 ++++ NEWS | 9 +++++++-- doc/ChangeLog | 6 ++++++ doc/wget.texi | 12 ++++++------ src/ChangeLog | 4 ++++ src/version.c | 2 +- 6 files changed, 28 insertions(+), 9 deletions(-) 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"; -- 2.39.2