rebuilt .html docs for privoxy version 3.0.26
[privoxy.git] / doc / webserver / user-manual / whatsnew.html
index d3a556d..2dd2b62 100644 (file)
@@ -6,7 +6,7 @@
   <title>What's New in this Release</title>
   <meta name="GENERATOR" content=
   "Modular DocBook HTML Stylesheet Version 1.79">
-  <link rel="HOME" title="Privoxy 3.0.25 User Manual" href="index.html">
+  <link rel="HOME" title="Privoxy 3.0.26 User Manual" href="index.html">
   <link rel="PREVIOUS" title="Installation" href="installation.html">
   <link rel="NEXT" title="Quickstart to Using Privoxy" href=
   "quickstart.html">
@@ -21,7 +21,7 @@
     <table summary="Header navigation table" width="100%" border="0"
     cellpadding="0" cellspacing="0">
       <tr>
-        <th colspan="3" align="center">Privoxy 3.0.25 User Manual</th>
+        <th colspan="3" align="center">Privoxy 3.0.26 User Manual</th>
       </tr>
 
       <tr>
     <h1 class="SECT1"><a name="WHATSNEW" id="WHATSNEW">3. What's New in this
     Release</a></h1>
 
+    <p><span class="APPLICATION">Privoxy 3.0.26</span> changes</p>
+
+    <ul>
+      <li>
+        <p>Bug fixes:</p>
+
+        <ul>
+          <li>
+            <p>accept_connection(): Fix crashes with "listen-addr :8118"</p>
+
+            <p>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.</p>
+
+            <p>The problem was reported by Marvin Renich in Debian bug
+            #834941, the offending commit was tracked down by Roland in SF
+            Bug #902.</p>
+          </li>
+        </ul>
+      </li>
+
+      <li>
+        <p>General improvements:</p>
+
+        <ul>
+          <li>
+            <p>Log when privoxy is toggled on or off via cgi interface.</p>
+          </li>
+
+          <li>
+            <p>Highlight the "Info: Now toggled " on/off log message in the
+            windows log viewer.</p>
+          </li>
+
+          <li>
+            <p>Highlight the loading actions/filter file log message in the
+            windows log viewer.</p>
+          </li>
+
+          <li>
+            <p>Mention client-specific tags on the toggle page as a
+            potentionally more appropriate alternative.</p>
+          </li>
+        </ul>
+      </li>
+
+      <li>
+        <p>Documentation improvements:</p>
+
+        <ul>
+          <li>
+            <p>Update download section on the homepage. The downloads are
+            available from the website now.</p>
+          </li>
+
+          <li>
+            <p>Add sponsor FAQ</p>
+          </li>
+
+          <li>
+            <p>Remove obsolete reference to mailing lists hosted at
+            SourceForge</p>
+          </li>
+
+          <li>
+            <p>Update the "Before the Release" section of the developer
+            manual.</p>
+          </li>
+        </ul>
+      </li>
+
+      <li>
+        <p>Infrastructure improvements:</p>
+
+        <ul>
+          <li>
+            <p>Add perl script to generate an RSS feed for the packages</p>
+
+            <p>Submitted by "Unknown":
+            https://lists.privoxy.org/pipermail/privoxy-devel/2016-July/000068.html</p>
+          </li>
+        </ul>
+      </li>
+
+      <li>
+        <p>Build system improvements:</p>
+
+        <ul>
+          <li>
+            <p>strptime.h: fix a compiler warning about ambiguous else</p>
+          </li>
+
+          <li>
+            <p>configure.in: Check for Docbook goo on the BSDs as well</p>
+          </li>
+
+          <li>
+            <p>GNUMakefile.in: Let the dok-user target remove temporary
+            files</p>
+          </li>
+        </ul>
+      </li>
+    </ul>
+
     <p><span class="APPLICATION">Privoxy 3.0.25</span> beta introduces
-    client-specific tags and includes a couple of minor improvements. It will be
-    followed by a stable release in the near future.</p>
+    client-specific tags and includes a couple of minor improvements. It will
+    be followed by a stable release in the near future.</p>
 
     <ul>
       <li>