[Privoxy-devel] Privoxy 3.0.27 has been tagged (was: Release date for Privoxy 3.0.27)

Lee ler762 at gmail.com
Sat Dec 29 16:20:02 UTC 2018


On 12/29/18, Fabian Keil <fk at fabiankeil.de> wrote:
> Fabian Keil <fk at fabiankeil.de> wrote:
>
>> I'd like to release Privoxy 3.0.27 stable soon,
>> preferably on the last weekend of this year (2018-12-29 -30).
>
> Privoxy 3.0.27 has been tagged and the source tarball
> has been uploaded to SF.

I don't know if it's worth fixing, but the version of tidy you used
doesn't have the fix for
  tidy indent+wrap breaks <pre> formatting
  https://github.com/htacg/tidy-html5/issues/697

so there's lots of places where the <pre> formatting is wrong - eg:
diff -X /tmp/dx -U 5 -r
/source/privoxy-3.0.27-stable/doc/webserver/developer-manual/newrelease.html
/source/privoxy/privoxy/doc/webserver/developer-manual/newrelease.html
--- /source/privoxy-3.0.27-stable/doc/webserver/developer-manual/newrelease.html	2018-12-29
07:35:51.000000000 -0500
+++ /source/privoxy/privoxy/doc/webserver/developer-manual/newrelease.html	2018-12-25
09:55:24.317034300 -0500
@@ -158,12 +158,12 @@
           <p>Add the contents of <tt
class="FILENAME">/tmp/change.log</tt> to the start of <tt class=
           "FILENAME">ChangeLog</tt> and re-create <tt
class="FILENAME">doc/source/changelog.sgml</tt>:</p>
           <table border="0" bgcolor="#E0E0E0" width="90%">
             <tr>
               <td>
-                <pre class="PROGRAMLISTING">
-                $ utils/changelog2doc.pl /tmp/change.log >|
doc/source/changelog.sgml</pre>
+                <pre class=
+                "PROGRAMLISTING">  $ utils/changelog2doc.pl
/tmp/change.log >| doc/source/changelog.sgml</pre>
               </td>
             </tr>
           </table>
         </li>
         <li>

Lee


More information about the Privoxy-devel mailing list