From: Lee <ler762@users.sourceforge.net>
Date: Thu, 25 Aug 2016 19:53:28 +0000 (+0000)
Subject: add a note about "entity p-version" and "entity p-status" needing to be updated
X-Git-Tag: v_3_0_26~22
X-Git-Url: http://www.privoxy.org/gitweb/%22https:/developer-manual/static/@default-cgi@edit-actions-list?a=commitdiff_plain;h=47f39883fc032573f363730c37aad1be32d6aebf;p=privoxy.git

add a note about "entity p-version" and "entity p-status" needing to be updated
in the documentation source files to the "Before the Release:" section of the
developer manual.
---

diff --git a/doc/source/developer-manual.sgml b/doc/source/developer-manual.sgml
index 2c815aa9..486873ec 100644
--- a/doc/source/developer-manual.sgml
+++ b/doc/source/developer-manual.sgml
@@ -21,7 +21,7 @@
                 This file belongs into
                 ijbswa.sourceforge.net:/home/groups/i/ij/ijbswa/htdocs/
 
- $Id: developer-manual.sgml,v 2.76 2016/08/25 19:17:57 ler762 Exp $
+ $Id: developer-manual.sgml,v 2.77 2016/08/25 19:22:20 ler762 Exp $
 
  Copyright (C) 2001-2016 Privoxy Developers https://www.privoxy.org/
  See LICENSE.
@@ -49,7 +49,7 @@
     </pubdate>
 
 
-    <pubdate>$Id: developer-manual.sgml,v 2.76 2016/08/25 19:17:57 ler762 Exp $</pubdate>
+    <pubdate>$Id: developer-manual.sgml,v 2.77 2016/08/25 19:22:20 ler762 Exp $</pubdate>
 
 <!--
 
@@ -2121,6 +2121,31 @@ Install the rpm. Any error messages?
 #############################################################################
 #MASTER# COMMENT: The minimum Privoxy version:
 for-privoxy-version=3.0.11
+</programlisting>
+       </para>
+      </listitem>
+      <listitem>
+       <para>
+        Update the sgml documentation source files with the version number
+        <programlisting>
+&lt;!entity p-version "3.0.26"&gt;
+</programlisting>
+        and set the code status
+        <programlisting>
+&lt;!entity p-status "stable"&gt;
+</programlisting>
+        to one of "alpha", "beta" or "stable" in
+        <programlisting>
+  current/doc/source/authors.sgml
+  current/doc/source/config.sgml
+  current/doc/source/developer-manual.sgml
+  current/doc/source/faq.sgml
+  current/doc/source/install.sgml
+  current/doc/source/privoxy-man-page.sgml
+  current/doc/source/readme.sgml
+  current/doc/source/user-manual.sgml
+and in
+  current/doc/source/webserver/index.sgml
 </programlisting>
        </para>
       </listitem>