From: Lee <ler762@users.sourceforge.net>
Date: Thu, 25 Aug 2016 19:17:57 +0000 (+0000)
Subject: remove obsolete info regarding X-Actions-File-Version
X-Git-Tag: v_3_0_26~24
X-Git-Url: http://www.privoxy.org/gitweb/%22https:/faq/@default-cgi@/static/@default-cgi@edit-actions-add-url-form?a=commitdiff_plain;h=1a4d6eb4892656d3a5331593be5884d96d866572;p=privoxy.git

remove obsolete info regarding X-Actions-File-Version

... and required_actions_file_version
from the "Before the Release:" section of the developer manual.
---

diff --git a/doc/source/developer-manual.sgml b/doc/source/developer-manual.sgml
index ce5b03d6..db264c1d 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.74 2016/08/22 20:19:40 ler762 Exp $
+ $Id: developer-manual.sgml,v 2.75 2016/08/25 19:07:40 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.74 2016/08/22 20:19:40 ler762 Exp $</pubdate>
+    <pubdate>$Id: developer-manual.sgml,v 2.75 2016/08/25 19:07:40 ler762 Exp $</pubdate>
 
 <!--
 
@@ -2124,22 +2124,6 @@ for-privoxy-version=3.0.11
 </programlisting>
        </para>
       </listitem>
-      <listitem>
-       <para>
-        If <filename>default.action</filename> has changed since last
-        release (i.e. software release or standalone actions file release),
-        bump up its version info to A.B in this line:
-       </para>
-       <para>
-        <programlisting>
-  {+add-header{X-Actions-File-Version: A.B} -filter -no-popups}
-</programlisting>
-       </para>
-       <para>
-        Then change the version info in doc/webserver/actions/index.php,
-        line: '$required_actions_file_version = "A.B";'
-       </para>
-      </listitem>
       <listitem>
        <para>
         All documentation should be rebuild after the version bump.