Turns out building docs works better if the syntax is valid.
[privoxy.git] / doc / source / user-manual.sgml
index 5f1ab5f..639a5b0 100644 (file)
 <!entity license SYSTEM "license.sgml">
 <!entity p-authors SYSTEM "p-authors.sgml">
 <!entity config SYSTEM "p-config.sgml">
-<!entity p-version "3.0.9">
-<!entity p-status "beta">
+<!entity p-version "3.0.10">
+<!entity p-status "stable">
 <!entity % p-authors-formal "INCLUDE"> <!-- include additional text, etc  -->
-<!entity % p-not-stable "INCLUDE">
-<!entity % p-stable "IGNORE">
+<!entity % p-not-stable "IGNORE">
+<!entity % p-stable "INCLUDE">
 <!entity % p-text "IGNORE">        <!-- define we are not a text only doc -->
 <!entity % p-doc "INCLUDE">        <!-- and we are a formal doc           -->
 <!entity % p-readme "IGNORE">
@@ -33,7 +33,7 @@
                 This file belongs into
                 ijbswa.sourceforge.net:/home/groups/i/ij/ijbswa/htdocs/
 
- $Id: user-manual.sgml,v 2.79 2008/06/27 18:00:53 markm68k Exp $
+ $Id: user-manual.sgml,v 2.83 2008/08/16 09:32:02 fabiankeil Exp $
 
  Copyright (C) 2001-2008 Privoxy Developers http://www.privoxy.org/
  See LICENSE.
@@ -59,7 +59,7 @@
  </subscript>
 </pubdate>
 
-<pubdate>$Id: user-manual.sgml,v 2.79 2008/06/27 18:00:53 markm68k Exp $</pubdate>
+<pubdate>$Id: user-manual.sgml,v 2.83 2008/08/16 09:32:02 fabiankeil Exp $</pubdate>
 
 <!--
 
@@ -605,6 +605,31 @@ How to install the binary packages depends on your operating system:
     Building with zlib (if available) is done by default.
    </para>
   </listitem>
+ <itemizedlist>
+  <listitem>
+   <para>
+    Ordinary configuration file changes no longer cause program
+    termination on OS/2 if the name of the logfile hasn't been
+    changed as well. This regression probably crept in with the
+    logging improvements in 3.0.7. Reported by Maynard.
+   </para>
+  </listitem>
+  <listitem>
+   <para>
+    The img-reorder filter is less likely to mess up JavaScript code in
+    img tags. Problem and solution reported by Glenn Washburn in #2014552.
+   </para>
+  </listitem>
+  <listitem>
+   <para>
+    The source tar ball now includes Privoxy-Log-Parser,
+    a syntax-highlighter for Privoxy logs. For fancy screenshots see:
+    <link url="http://www.fabiankeil.de/sourcecode/privoxy-log-parser/"
+     >http://www.fabiankeil.de/sourcecode/privoxy-log-parser/</link>
+    Documentation is available through perldoc(1).
+   </para>
+  </listitem>
+ </itemizedlist>
  </itemizedlist>
 </para>
 
@@ -2285,7 +2310,7 @@ for details.
   </listitem>
  </varlistentry>
  <varlistentry>
-  <term><literal>www.example.com/index.html$</literal></term>
+  <term><literal>www.example.com/index.html</literal></term>
   <listitem>
    <para>
     matches all the documents on <literal>www.example.com</literal>
@@ -8584,6 +8609,19 @@ In file: user.action <guibutton>[ View ]</guibutton> <guibutton>[ Edit ]</guibut
  USA
 
  $Log: user-manual.sgml,v $
+ Revision 2.83  2008/08/16 09:32:02  fabiankeil
+ Mention changes since 3.0.9 beta.
+
+ Revision 2.82  2008/08/16 09:00:52  fabiankeil
+ Fix example URL pattern (once more with feeling).
+
+ Revision 2.81  2008/08/16 08:51:28  fabiankeil
+ Update version-related entities.
+
+ Revision 2.80  2008/07/18 16:54:30  fabiankeil
+ Remove erroneous whitespace in documentation link.
+ Reported by John Chronister in #2021611.
+
  Revision 2.79  2008/06/27 18:00:53  markm68k
  remove outdated startup information for mac os x