1
0
mirror of https://github.com/moparisthebest/wget synced 2024-07-03 16:38:41 -04:00

[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.
This commit is contained in:
dan 2000-02-29 16:50:52 -08:00
parent e5408e7db8
commit e0a58713f7
6 changed files with 28 additions and 9 deletions

View File

@ -1,3 +1,7 @@
2000-02-29 Dan Harkless <dan-wget@dilvish.speed.net>
* NEWS (-K / --backup-converted): Mentioned this new option.
2000-02-18 Dan Harkless <dan-wget@dilvish.speed.net>
* TODO: When -K is used with -N, check local X.orig against server X.

9
NEWS
View File

@ -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 <bug-wget@gnu.org>.
* 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

View File

@ -1,3 +1,9 @@
2000-02-29 Dan Harkless <dan-wget@dilvish.speed.net>
* 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 <dan-wget@dilvish.speed.net>
* wget.texi (-K / --backup-converted): Documented this new option.

View File

@ -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

View File

@ -1,3 +1,7 @@
2000-02-29 Dan Harkless <dan-wget@dilvish.speed.net>
* version.c: Upped version to developer-only "1.5.3+dev".
2000-02-18 Dan Harkless <dan-wget@dilvish.speed.net>
* init.c (backup_converted): Added this new option.

View File

@ -1 +1 @@
char *version_string = "1.5.3";
char *version_string = "1.5.3+dev";