current/doc/source developer-manual.sgml, 2.74, 2.75
Lee <[email protected]> Thu, 25 Aug 2016 19:07:42 +0000
| Newsgroups | gmane.comp.web.privoxy.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/ijbswa/current/doc/source
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv19229/current/doc/source
Modified Files:
developer-manual.sgml
Log Message:
Add a note about updating "for-privoxy-version=x.y.z"
... in default.action.master to the "Before the Release:"
section of the developer manual.
Index: developer-manual.sgml
===================================================================
RCS file: /cvsroot/ijbswa/current/doc/source/developer-manual.sgml,v
retrieving revision 2.74
retrieving revision 2.75
diff -C2 -d -r2.74 -r2.75
*** developer-manual.sgml 22 Aug 2016 20:19:40 -0000 2.74
--- developer-manual.sgml 25 Aug 2016 19:07:40 -0000 2.75
***************
*** 7,13 ****
<!entity seealso SYSTEM "seealso.sgml">
<!entity p-version "3.0.26">
! <!entity p-status "UNRELEASED">
! <!entity % p-not-stable "INCLUDE">
! <!entity % p-stable "IGNORE">
<!entity % p-text "IGNORE"> <!-- define we are not a text only doc -->
<!entity % p-doc "INCLUDE"> <!-- and we are a formal doc -->
--- 7,13 ----
<!entity seealso SYSTEM "seealso.sgml">
<!entity p-version "3.0.26">
! <!entity p-status "stable">
! <!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 -->
***************
*** 2114,2117 ****
--- 2114,2130 ----
<listitem>
<para>
+ If action file processing has changed and is not backward-compatable,
+ make sure the "for-privoxy-version=x.y.z" minimum version number in
+ default.action.master has been updated:
+ <programlisting>
+ {{settings}}
+ #############################################################################
+ #MASTER# COMMENT: The minimum Privoxy version:
+ 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),
------------------------------------------------------------------------------