Changelog for
wwwoffle-debuginfo-2.9d-26.1.i586.rpm :
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
Mon Jan 28 13:00:00 2008 kssingvoAATTsuse.de
- Upgrade to version 2.9d:
* src/html.l:
Fetch image URLs stored in style attributes
* src/certinfo.c:
Print out the full certificate information
* src/iozlib.c:
Fix bug with decompressing zlib data.
* src/certinfo.c:
Remove the generation and display of the XML format certificate.
* doc/README.CONF:
Make the description of http-port and https-port options clearer.
* src/spool.c:
In case of failure to create directory check it hasn\'t been made
simultaneously by another server.
* doc/README.CONF, doc/wwwoffle.conf.man.template, src/config.h,
src/configdata.c, src/document.h, src/html.l, src/info.c,
src/refresh.c, src/wwwoffle.c, src/wwwoffle.h,
conf/upgrade-config.pl, conf/wwwoffle.conf.template:
Add a new option to the FetchOptions section called iframes.
* conf/wwwoffle.conf.template, doc/README, doc/README.CONF,
src/config.h, src/configdata.c, src/parse.c:
Added a new option referer-from that will censor the outgoing
Referer header based on the referring URL
* src/htmlmodify.l:
Don\'t output an extra space before an XHTML closing tag.
* doc/README.CONF:
Add some clarifications on IPv6 addresses in config file and how
matching is performed.
- removed obsolete gcc patch (now in upstream code)
- fixed init script: requires $remote_fs now, as /usr might be one
Tue Dec 4 13:00:00 2007 kssingvoAATTsuse.de
- fix for next gcc: use open(2) with mode flags
Mon Jul 30 14:00:00 2007 kssingvoAATTsuse.de
- Upgrade to version 2.9c:
* src/htmlmodify.l, src/html.l:
Find the end of the script by searching for \"
* src/certificates.c:
Add some more information to the fatal error messages.
* doc/README.CONF: Grammatical correction and clarification.
* src/https.c: Don\'t try securing link if socket connection failed.
* src/sockets6.c:
Use the AI_ADDRCONFIG flag when calling getaddrinfo().
* src/configmisc.c:
Fix bug with case-insensitive wildcard matching in the
configuration file
* src/info.c: Fix some warnings & errors splint detected.
* src/certificates.c, src/certinfo.c:
Add some splint annotations, fix some warnings & errors splint
detected.
* src/certificates.h, src/iopriv.h, src/io.h:
Add some splint annotations.
* src/connect.c: Fix memory leak.
* src/connect.c: Remove some dead code and trivial bug fix.
* src/cgi.c, src/certinfo.c:
More changes for compilation warnings on a system where
size_t!=int
* src/wwwoffles.c:
Defer de-initialisation of chunked or compressed sockets
until end to ensure memory is freed.
* src/certinfo.c: Free memory.
* src/certificates.c:
De-initialise gnutls data structures to free memory.
* src/finger.c: Make code same as http.c for opening socket
connection.
* src/info.c:
Fix problems with cached page contents info if it is being
stored compressed.
* src/iopriv.c: Fix comment error.
* src/wwwoffled.c:
Print message when ready to start after initialisation.
* src/document.c: Free allocated memory.
* src/io.c: Free memory at file close.
* src/certificates.c: Free memory at exit.
* src/errors.c: Don\'t truncate the log file when opening it.
* src/version.h, doc/NEWS: Update for version 2.9c.
Thu Mar 29 14:00:00 2007 roAATTsuse.de
- added flex to buildreq
Mon Feb 19 13:00:00 2007 kssingvoAATTsuse.de
- Upgrade to version 2.9b:
* doc/FAQ: Updated question about https
* doc/README.CONF: Change wording of lock-files description
* src/monitor.c: Display a non-empty value in the hour-of-day
field for default setting
* src/spool.c, src/errors.c, src/purge.c, src/certificates.c:
Make sure that files are truncated when opening them.
* src/io.c: Make sure that buffer size is OK.
* src/html.l, src/htmlmodify.l: Fix HTML parsing of \'\\\'
characters outside strings (in script tags).
* src/html.l, src/htmlmodify.l: Fix HTML parsing of \'\\\'
characters within quoted strings (in script tags and quoted
HTML attributes).
* src/iochunk.c, src/iopriv.c, src/iopriv.h, src/iozlib.c,
src/io.c: Changes to allow turning zlib and chunked encoding
off and returning to plain text. Fixed most of the FIXMEs in
io.c.
* src/certificates.c:
Handle expired certificates by deleting them and creating a new
one. If the root certificate is changed then it will need to be
reloaded into the browser.
* src/wwwoffles.c, src/spool.c:
Don\'t delete the lasttime cached spool file if the page is
unchanged this time but new sometime in this session.
* src/spool.c: Make sure that allocated strings are long enough.
* NEW: Expired SSL certificates are deleted and replaced.
- adapted (removed) integrated patch of SUSE/Novell.
Wed Aug 23 14:00:00 2006 kssingvoAATTsuse.de
- Upgrade to version 2.9a:
* Keep attribute values that contain \'()\' but no quote characters.
* Make more functions return ssize_t types.
* Replace global function FindLanguageFile() with static function find_language_file().
* Make sure that static functions are defined as static.
* Correct some comments.
* Fix code that mixed ssize_t and int variable types.
* Remove the latest new header to keep IIS servers happy.
* Make sure that allocated strings are long enough.
* Remove any spaces between the header keyword and the \':\'.
* Remove misleading warning message.
* Delete the \'Keep-Alive\' header if it is present.
* Add a new header to keep the \'bad-behaviour\' PHP script happy.
* Handle the special case of compressed chunk body of zero length.
* Fix mis-formatting in wwwoffle.conf manual page created from README.CONF.
* Change the behaviour of wwwoffle-ls so that \'wwwoffle-ls http://foo/\' lists
just the one URL and \'wwwoffle-ls http/foo\' lists the whole directory.
* Make the error messages about using /etc/wwwoffle/wwwoffle.conf instead
of /etc/wwwoffle.conf less confusing (especially if CONFDIR = /etc).
* Fix bug where a forced refresh didn\'t force a reload.
* If a URL is aliased show the information for the alias.
* Add an option to disable all iframes in HTML output.
* Fix bug with serving CA certificate.
Fri Aug 11 14:00:00 2006 seifeAATTsuse.de
- fix buffer overflow on \"wwwoffle -fetch\"
Thu Aug 10 14:00:00 2006 seifeAATTsuse.de
- fix ip-up.wwwoffle: /sbin is not in the path
Wed Jul 19 14:00:00 2006 kssingvoAATTsuse.de
- fixed 64bit problem: difference in ssize_t
Thu Jul 13 14:00:00 2006 kssingvoAATTsuse.de
- fixed problems in ip-up/ip-down [bugzilla#191395]
- upgrade to version wwwoffle-2.9:
o bug fixes
o internal code changes
o add a new layer of buffering to avoid large number of small network writes.
o add checkboxes to protocol indexes (e.g. /index/http) for deleting multiple.
o add reset button (and more if javascript) to clear delete checkboxes.
o add the ability to use the Hyper Estraier programs to search the cache.
o improve the purge output, print more information about what is happening.
o move the convert-cache and uncompress-cache functions into wwwoffle-tools