current/doc/webserver announce.txt,1.38,1.39
Fabian Keil <[email protected]> Fri, 26 Aug 2016 13:14:29 +0000
| Newsgroups | gmane.comp.web.privoxy.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/ijbswa/current/doc/webserver
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv457/doc/webserver
Modified Files:
announce.txt
Log Message:
Update announcement for 3.0.26 stable
Index: announce.txt
===================================================================
RCS file: /cvsroot/ijbswa/current/doc/webserver/announce.txt,v
retrieving revision 1.38
retrieving revision 1.39
diff -C2 -d -r1.38 -r1.39
*** announce.txt 27 May 2016 17:27:55 -0000 1.38
--- announce.txt 26 Aug 2016 13:14:27 -0000 1.39
***************
*** 1,12 ****
! Announcing Privoxy 3.0.25 beta
--------------------------------------------------------------------
! 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.
--------------------------------------------------------------------
ChangeLog for Privoxy
--------------------------------------------------------------------
- Bug fixes:
- Always use the current toggle state for new requests.
Previously new requests on reused connections inherited
--- 1,44 ----
! Announcing Privoxy 3.0.26 stable
--------------------------------------------------------------------
! 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.
--------------------------------------------------------------------
ChangeLog for Privoxy
--------------------------------------------------------------------
- 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:
+ - 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.
+
+ - 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.
+ - GNUMakefile.in: Let the dok-user target remove temporary files.
+
+ *** Version 3.0.20 beta ***
+
+ - Bug fixes:
- Always use the current toggle state for new requests.
Previously new requests on reused connections inherited
------------------------------------------------------------------------------