current/doc/source developer-manual.sgml, 2.75, 2.76
Lee <[email protected]> Thu, 25 Aug 2016 19:17:59 +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-serv19665/current/doc/source
Modified Files:
developer-manual.sgml
Log Message:
remove obsolete info regarding X-Actions-File-Version
... and required_actions_file_version
from 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.75
retrieving revision 2.76
diff -C2 -d -r2.75 -r2.76
*** developer-manual.sgml 25 Aug 2016 19:07:40 -0000 2.75
--- developer-manual.sgml 25 Aug 2016 19:17:57 -0000 2.76
***************
*** 2127,2146 ****
<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.
Finished docs should be then be committed to CVS (for those
--- 2127,2130 ----
------------------------------------------------------------------------------