From: oes Date: Sat, 10 Aug 2002 11:40:25 +0000 (+0000) Subject: Added disclaimer about probably being out-of-date and two small hints X-Git-Tag: v_2_9_20~3 X-Git-Url: http://www.privoxy.org/gitweb/?a=commitdiff_plain;h=c7022b3f8a8463c095e6e4ab88f25cc741a5169c;p=privoxy.git Added disclaimer about probably being out-of-date and two small hints --- diff --git a/doc/source/developer-manual.sgml b/doc/source/developer-manual.sgml index d6b0e8f5..d601c50a 100644 --- a/doc/source/developer-manual.sgml +++ b/doc/source/developer-manual.sgml @@ -8,7 +8,7 @@ - + @@ -23,7 +23,7 @@ This file belongs into ijbswa.sourceforge.net:/home/groups/i/ij/ijbswa/htdocs/ - $Id: developer-manual.sgml,v 1.46.2.4 2002/05/29 00:30:59 mal0rd Exp $ + $Id: developer-manual.sgml,v 1.46.2.5 2002/08/09 01:15:12 hal9 Exp $ Copyright (C) 2001, 2002 Privoxy Developers See LICENSE. @@ -50,7 +50,7 @@ - $Id: developer-manual.sgml,v 1.46.2.4 2002/05/29 00:30:59 mal0rd Exp $ + $Id: developer-manual.sgml,v 1.46.2.5 2002/08/09 01:15:12 hal9 Exp $ + Please note that this document is constantly evolving. This copy represents + the state at the release of version &p-version;. You can find the latest version of the this manual at http://www.privoxy.org/developer-manual/. Please see the Contact section @@ -199,6 +201,13 @@ Hal. Before changing things on CVS, make sure that your changes are in line with the team's general consensus on what should be done (see below). + + Don't commit into the stable branch, unless immediately before a new + release. (See Version Numbers below + for details.) Collect your changes on the patches + tracker instead. + @@ -1742,7 +1751,7 @@ static void unload_re_filterfile( void *f ) { ... } Example for file comments: -const char FILENAME_rcs[] = "$Id: developer-manual.sgml,v 1.46.2.4 2002/05/29 00:30:59 mal0rd Exp $"; +const char FILENAME_rcs[] = "$Id: developer-manual.sgml,v 1.46.2.5 2002/08/09 01:15:12 hal9 Exp $"; /********************************************************************* * * File : $Source$ @@ -1802,7 +1811,7 @@ const char FILENAME_h_rcs[] = FILENAME_H_VERSION; #ifndef _FILENAME_H #define _FILENAME_H -#define FILENAME_H_VERSION "$Id: developer-manual.sgml,v 1.46.2.4 2002/05/29 00:30:59 mal0rd Exp $" +#define FILENAME_H_VERSION "$Id: developer-manual.sgml,v 1.46.2.5 2002/08/09 01:15:12 hal9 Exp $" /********************************************************************* * * File : $Source$ @@ -2126,7 +2135,8 @@ at sourceforge. Three simple steps: For all types of packages, including the source tarball, you must make sure that you build from clean sources by exporting - the right version from CVS into an empty directory:. + the right version from CVS into an empty directory (just press return when + asked for a password): @@ -2858,6 +2868,9 @@ at sourceforge. Three simple steps: Temple Place - Suite 330, Boston, MA 02111-1307, USA. $Log: developer-manual.sgml,v $ + Revision 1.46.2.5 2002/08/09 01:15:12 hal9 + Added some notes on pre-release steps (test builds first, update ChangeLog). + Revision 1.46.2.4 2002/05/29 00:30:59 mal0rd Fixed a little formatting. Clarified debian section.