Changelog for
wget-1.9.1-0.gbv.1.i586.rpm :
Tue Oct 12 12:00:00 2004 - gbvAATToxixares.com
- Backported to SuSE < 9.1
- Added Spanish description
- Added Buildarch macro
Thu Apr 1 12:00:00 2004 - mmjAATTsuse.de
- Enable download of files > 2 GB [#37967]
- Remove old crufty comments
Fri Feb 20 11:00:00 2004 - pthAATTsuse.de
- Correctly set the charset for de.po to utf-8. Fixes #34708.
Sun Feb 1 11:00:00 2004 - mmjAATTsuse.de
- Update to 1.9.1 which is a bugfix release
Sat Jan 10 11:00:00 2004 - adrianAATTsuse.de
- build as user
Tue Oct 28 11:00:00 2003 - mmjAATTsuse.de
- Add patch for dual-family IPv4+IPv6 support from Ari Edelkind
Mon Oct 27 11:00:00 2003 - mmjAATTsuse.de
- Update to version 1.9 and remove patches, which was included
upstream. 1.9 news:
o specify what POST method be used for HTTP
o IPv6 support is available, although it\'s still experimental
o The `--timeout\' option now also affects DNS lookup and
establishing the TCP connection
o Download speed shown by the progress bar is based on the data
recently read, rather than the average speed of the entire
download
o It is now possible to connect to FTP servers through FWTK
firewalls
o The new option `--retry-connrefused\' makes Wget retry
downloads even in the face of refused connections
o The new option `--dns-cache=off\' may be used to prevent Wget
from caching DNS lookups
o Wget no longer escapes characters in local file names based
on whether they\'re appropriate in URLs
o Handling of HTML comments has been dumbed down to conform to
what users expect and other browsers do: instead of being
treated as SGML declaration, a comment is terminated at the
first occurrence of \"-->\"
o Wget now correctly handles relative URIs that begin with \"//\"
o Boolean options in `.wgetrc\' and on the command line now
accept values \"yes\" and \"no\" along with the traditional \"on\"
and \"off\"
o It is now possible to specify decimal values for timeouts,
waiting periods, and download rate.
Tue Jul 15 12:00:00 2003 - pthomasAATTsuse.de
- Add security fix to unconditionally terminate the filename
in url.c(compose_file_name).
Thu Apr 24 12:00:00 2003 - roAATTsuse.de
- fix install_info --delete call and move from preun to postun
Tue Apr 1 12:00:00 2003 - schwabAATTsuse.de
- Define _GNU_SOURCE to fix missing declarations.
Fri Mar 7 11:00:00 2003 - roAATTsuse.de
- fix build with current autoconf
Thu Mar 6 11:00:00 2003 - pthomasAATTsuse.de
- Add missing change log entry.
Wed Mar 5 11:00:00 2003 - pthomasAATTsuse.de
- Add security fix that makes wget check for \'..\' and \'/\' in
file names.
Wed Feb 12 11:00:00 2003 - kukukAATTsuse.de
- Remove ps and pdf documenation, info, man and html are enough.
[Bug #23592]
Tue Feb 11 11:00:00 2003 - mmjAATTsuse.de
- Use %install_info macro [#23468]
- Don\'t remove $RPM_BUILD_ROOT without checking it\'s not \"/\"
Thu Oct 24 12:00:00 2002 - pthomasAATTsuse.de
- Change wgetrc to make wget use passive_ftp per default.
Wed Aug 7 12:00:00 2002 - mmjAATTsuse.de
- Update to 1.8.2 which is a bugfix release.
Wed Jul 10 12:00:00 2002 - okirAATTsuse.de
- added patch for IPv6 support
Tue May 14 12:00:00 2002 - meissnerAATTsuse.de
- replaced assert msecs>=0 by if (msecs<0) msecs=0. (stupid assert)
Fri Feb 1 11:00:00 2002 - roAATTsuse.de
- changed neededforbuild
to
Mon Jan 14 11:00:00 2002 - bkAATTsuse.de
- marked wgetrc as noreplace, format is compatible to older versions
Mon Jan 7 11:00:00 2002 - pthomasAATTsuse.de
- Upgrade to 1.8.1
Thu Dec 13 11:00:00 2001 - pthomasAATTsuse.de
- Upgrade to 1.8
- Regenerate pdf_doc.diff
- Drop ppc specific patch as it\'s not needed anymore.
- Install all HTML pages and not only the table of contents.
- Pass DESTDIR on from the toplevel Makefile.
Mon Aug 20 12:00:00 2001 - olhAATTsuse.de
- add wget-1.7.ppc.diff to fix segfault on ppc
Fri Jun 8 12:00:00 2001 - pthomasAATTsuse.de
- Upgrade to 1.7.
- Add a target to doc/Makefile to build a PDF version of the
documentation.
- Compile with SSL support (for HTTPS).
Fri May 25 12:00:00 2001 - bjackeAATTsuse.de
- apply and enable IPv6 patch
- add Debian\'s manpage
Thu May 10 12:00:00 2001 - mfabianAATTsuse.de
- bzip2 sources
Fri Mar 30 12:00:00 2001 - pthomasAATTsuse.de
- Apply my patch accepted for wget 1.7 that replaces ctype.h
with safe-ctype.h, a locale independent version of ctype.h
taken from libiberty. This makes setting LC_CTYPE safe.
Thu Mar 8 11:00:00 2001 - keAATTsuse.de
- Build and install a printable manual (PDF).
Thu Mar 1 11:00:00 2001 - pthomasAATTsuse.de
- Set LC_CTYPE along with LC_MESSAGES to correctly display
messages in locales other then C/POSIX.
Wed Feb 14 11:00:00 2001 - schwabAATTsuse.de
- Fix large file support (#2647).
Mon Jan 22 11:00:00 2001 - keAATTsuse.de
- Update to version 1.6.
- wget.spec: Use proper rpm macros.
- Add README.SuSE
- Drop security patch (cf. 1999-02-09 and README.SuSE); not needed any
longer.
- Lost large file support (cf. README.SuSE); reopen #2647.
Fri Jun 9 12:00:00 2000 - schwabAATTsuse.de
- Change all values that count bytes from long to unsigned long (#2647).
Sun Feb 20 11:00:00 2000 - keAATTsuse.de
- General spec file cleanup:
- add group tag.
- use various macros (%{version}, %{_infodir}).
- ./configure -> %build.
Sat Oct 2 12:00:00 1999 - keAATTsuse.de
- Add more PO files from
http://www.iro.umontreal.ca/~pinard/po/HTML/domain-wget.html.
Mon Sep 13 12:00:00 1999 - bsAATTsuse.de
- ran old prepare_spec on spec file to switch to new prepare_spec.
Tue Feb 9 11:00:00 1999 - keAATTsuse.de
- Security fix (proposed by marc).
Sun Jan 17 11:00:00 1999 - keAATTsuse.de
- apply patch (new de.po).
- fix BuildRoot.
Thu Sep 24 12:00:00 1998 - keAATTsuse.de
- Update: wget-1.5.3 (bug fix release).
Fri Jun 26 12:00:00 1998 - keAATTsuse.de
- Update: wget-1.5.2 (bug fix release).
- Make BuildRoot work.
Tue May 12 12:00:00 1998 - keAATTsuse.de
- update: wget-1.5.1 (bug fix release).
Fri Apr 24 12:00:00 1998 - keAATTsuse.de
- enable NLS.
Thu Apr 23 12:00:00 1998 - keAATTsuse.de
- update: wget-1.5.0.
Sat Jun 21 12:00:00 1997 - Karl Eichwalder
* patch from Hrvoje Niksic to prevent crashes if you are using
proxy authorization.
Mon May 19 12:00:00 1997 - Karl Eichwalder
* new package: wget-1.4.5