Changelog for
wwwoffle-2.9h-28.1.x86_64.rpm :
Mon May 21 14:00:00 2012 badshah400AATTgmail.com
- Use BuildRequires: libgnutls-devel instead of gnutls-devel for
Factory in keeping with gnutls package naming changes.
Tue Oct 4 14:00:00 2011 vcizekAATTsuse.com
- update to 2.9h
* src/iognutls.c: Use the gnutls function to check for pending data
first then use select() on the socket.
* src/certificates.c: Create version 3 certificates instead of
version 1.
* src/io.c: Try and uncompress the data that is already available
before asking for more data.
* src/iognutls.c: Use the gnutls error message as the main error
message if there is a gnutls error status (found during
investigation of Debian bug deb#638595).
* src/certificates.c: Free the server private keys and certificates
at a different time and in a different way (see Debian bug
deb#638595).
* src/vrml.l, src/xml.l: Remove some gcc warning messages.
Sun May 1 14:00:00 2011 chrisAATTcomputersalat.de
- spec-cleanup
o fix macros,...
o remove author from description
Mon Apr 11 14:00:00 2011 vcizekAATTnovell.com
- update to 2.9g
* src/testprogs/Makefile.in: Fixed Makefile for libgcrypt.
* Check for libgnutls and libgcrypt separately at configure time.
* Add a new option \'pass-url-unchanged\' to not modify the outgoing
URL from the browser to the server.
* src/purge.c:
Allow a one hour margin on the current time when warning about future timestamps
and deleting temporary files (based on a patch from Michael Foerster).
* src/certificates.c: Fix 2038 UNIX time_t problem.
Fri Feb 26 13:00:00 2010 anickaAATTsuse.cz
- update to 2.9f
* Return a 304 reply if online and the cached page won\'t be
refreshed and meets the conditions for this header.
* Remove the use of the libgnutls-config program and search for the
library in the normal configure script method.
* When making a HEAD request use the cached version if possible.
* Add a new option to the wwwoffle program to close and re-open
the log file.
* Add an option to expire certificates after a longer than
default time.
* Add an option to use a faster but weaker source of random numbers
for key generation (/dev/urandom instead of /dev/random).
Mon Feb 22 13:00:00 2010 anickaAATTsuse.cz
- make wwwoffle to call res_init() when set online to avoid need
of restarting to check for a new DNS (fixes bnc#467171)
Sun Dec 20 13:00:00 2009 cooloAATTnovell.com
- add fix from Marcus to fix build
Tue Dec 15 13:00:00 2009 cooloAATTnovell.com
- refresh patches to fix build
Tue Jan 27 13:00:00 2009 kssingvoAATTsuse.de
- Upgrade to version 2.9e:
* Handle deflate compression errors
* Don\'t allow wwwoffle to make requests that won\'t be got
* Handle various encodings of URLs in HTML documents better
* Display a note on the monitor form if the page is already monitored
* Stopped an error message when refreshing while online
* Several small fixes to documentation
- removed unnecessary README.win32 documents
Wed Apr 9 14:00:00 2008 crrodriguezAATTsuse.de
- missing zlib-devel and gnutls-devel in buildrequires
- wwwofle does not clean the proxy disk cache without cron, which is
not installed by default, possible leading to a disk full problem