X-Git-Url: http://www.privoxy.org/gitweb/?a=blobdiff_plain;f=doc%2Fsource%2Fchangelog.sgml;h=dffdefcb8b2fad054c22f055d7aa581527f817dd;hb=d4601b54301b53e501fdf17958267dddd6438e9c;hp=6f9335d50d4f200cf8ce7e910e87b0c0e644582a;hpb=9cd20df9f8634795b5f7577c698c040b20066351;p=privoxy.git diff --git a/doc/source/changelog.sgml b/doc/source/changelog.sgml index 6f9335d5..dffdefcb 100644 --- a/doc/source/changelog.sgml +++ b/doc/source/changelog.sgml @@ -3,7 +3,7 @@ Purpose : Entity included in other project documents. - $Id: changelog.sgml,v 2.20 2016/05/27 17:27:55 fabiankeil Exp $ + $Id: changelog.sgml,v 2.22 2016/08/26 12:31:25 fabiankeil Exp $ Copyright (C) 2013-2016 Privoxy Developers https://www.privoxy.org/ See LICENSE. @@ -26,136 +26,125 @@ --> - Privoxy 3.0.26 changes - - - - Bug fixes: - - - - accept_connection(): Fix crashes with "listen-addr :8118" - - - After jbsockets.c v1.136 a valid text representation of - the host address is required for the $listen-address - variable. If no host address has been specified, use an - empty string to prevent NULL pointer dereferences. - - - The problem was reported by Marvin Renich in Debian bug #834941, - the offending commit was tracked down by Roland in SF Bug #902. - - - - + Privoxy 3.0.26 stable is a bug-fix release + for the previously released 3.0.25 beta which introduced client-specific + tags and included a couple of minor improvements. + + + + + + Bug fixes: + + + + Fixed crashes with "listen-addr :8118" (SF Bug #902). + The regression was introduced in 3.0.25 beta and reported + by Marvin Renich in Debian bug #834941. + - + + + + + + General improvements: + - - General improvements: - - - - Log when privoxy is toggled on or off via cgi interface. - - - - - Highlight the "Info: Now toggled " on/off log message in the windows log viewer. - - - - - Highlight the loading actions/filter file log message in the windows log viewer. - - - - - Mention client-specific tags on the toggle page as a potentionally more appropriate alternative. - - - - + + Log when privoxy is toggled on or off via cgi interface. + + + + + Highlight the "Info: Now toggled " on/off log message + in the Windows log viewer. + - - - Documentation improvements: - - - - Update download section on the homepage. - The downloads are available from the website now. - - - - - Add sponsor FAQ - - - - - Remove obsolete reference to mailing lists hosted at SourceForge - - - - - Update the "Before the Release" section of the developer manual. - - - - + + Highlight the loading actions/filter file log message + in the Windows log viewer. + - - - Infrastructure improvements: - - - - Add perl script to generate an RSS feed for the packages - - - Submitted by "Unknown": - https://lists.privoxy.org/pipermail/privoxy-devel/2016-July/000068.html - - - - + + Mention client-specific tags on the toggle page as a + potentionally more appropriate alternative. + + + + + + + + Documentation improvements: + + + + Update download section on the homepage. + The downloads are available from the website now. + + + + + Add sponsor FAQ. + + + + + Remove obsolete reference to mailing lists hosted at SourceForge. + + + + + Update the "Before the Release" section of the developer manual. + + + + + + + + Infrastructure improvements: + + + + Add perl script to generate an RSS feed for the packages + Submitted by "Unknown". + + + + + + + + Build system improvements: + + + + strptime.h: fix a compiler warning about ambiguous else. + + + + + configure.in: Check for Docbook goo on the BSDs as well. + - - - Build system improvements: - - - - strptime.h: fix a compiler warning about ambiguous else - - - - - configure.in: Check for Docbook goo on the BSDs as well - - - - - GNUMakefile.in: Let the dok-user target remove temporary files - - - - - - + + GNUMakefile.in: Let the dok-user target remove temporary files. + + + + + + - - - Privoxy 3.0.25 beta introduces client-specific - tags and includes a couple of minor improvements. It will be followed - by a stable release in the near future. + Changes between Privoxy 3.0.25 beta + and the previous release: