From: Lee <ler762@users.sourceforge.net> Date: Thu, 25 Aug 2016 19:07:40 +0000 (+0000) Subject: Add a note about updating "for-privoxy-version=x.y.z" X-Git-Tag: v_3_0_26~25 X-Git-Url: http://www.privoxy.org/gitweb/%22https:/static/@default-cgi@toggle?a=commitdiff_plain;h=ab25b26c4bd9b2c6bbb1750cd9fd5f073c384c8e;p=privoxy.git 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. --- diff --git a/doc/source/developer-manual.sgml b/doc/source/developer-manual.sgml index ad706c4a..ce5b03d6 100644 --- a/doc/source/developer-manual.sgml +++ b/doc/source/developer-manual.sgml @@ -6,9 +6,9 @@ <!entity history SYSTEM "history.sgml"> <!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-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 --> <!entity % seealso-extra "INCLUDE"> <!-- extra stuff from seealso.sgml --> @@ -21,7 +21,7 @@ This file belongs into ijbswa.sourceforge.net:/home/groups/i/ij/ijbswa/htdocs/ - $Id: developer-manual.sgml,v 2.73 2016/07/28 08:25:33 fabiankeil Exp $ + $Id: developer-manual.sgml,v 2.74 2016/08/22 20:19: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.73 2016/07/28 08:25:33 fabiankeil Exp $</pubdate> + <pubdate>$Id: developer-manual.sgml,v 2.74 2016/08/22 20:19:40 ler762 Exp $</pubdate> <!-- @@ -2111,6 +2111,19 @@ Install the rpm. Any error messages? Update the code status (CODE_STATUS="xxx") to one of "alpha", "beta" or "stable". </para> </listitem> + <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