From 9c0440416d2af8c052d5d1941afbec22b6d68125 Mon Sep 17 00:00:00 2001 From: oes Date: Thu, 11 Apr 2002 09:24:53 +0000 Subject: [PATCH] nits --- doc/source/developer-manual.sgml | 60 ++++++++++++++++---------------- 1 file changed, 30 insertions(+), 30 deletions(-) diff --git a/doc/source/developer-manual.sgml b/doc/source/developer-manual.sgml index 5d062d18..8a0b041b 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 1.28 2002/04/08 22:59:26 hal9 Exp $ + $Id: developer-manual.sgml,v 1.29 2002/04/10 18:45:14 swa Exp $ Written by and Copyright (C) 2001 the SourceForge Privoxy team. http://www.privoxy.org/ @@ -44,7 +44,7 @@ Privoxy Developer Manual - $Id: developer-manual.sgml,v 1.28 2002/04/08 22:59:26 hal9 Exp $ + $Id: developer-manual.sgml,v 1.29 2002/04/10 18:45:14 swa Exp $ @@ -1628,7 +1628,7 @@ static void unload_re_filterfile( void *f ) { ... } Example for file comments: -const char FILENAME_rcs[] = "$Id: developer-manual.sgml,v 1.28 2002/04/08 22:59:26 hal9 Exp $"; +const char FILENAME_rcs[] = "$Id: developer-manual.sgml,v 1.29 2002/04/10 18:45:14 swa Exp $"; /********************************************************************* * * File : $Source$ @@ -1688,7 +1688,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.28 2002/04/08 22:59:26 hal9 Exp $" +#define FILENAME_H_VERSION "$Id: developer-manual.sgml,v 1.29 2002/04/10 18:45:14 swa Exp $" /********************************************************************* * * File : $Source$ @@ -1859,12 +1859,15 @@ at sourceforge. Three simple steps: ncftpput (ncftp), scp (ssh), gmake (GNU's version of make), autoconf, cvs, ???. + + Replace X, Y and Z with the actual version number (X = major, Y = minor, Z = point): + Before the Release The following must be done by one of the - developers prior to each new release: + developers prior to each new release. @@ -1878,10 +1881,11 @@ at sourceforge. Three simple steps: Increment the version number in configure.in in - CVS. Also, the RPM release number in - configure.in. Do NOT touch version information - after export from CVS. All packages will use the - version and release data from configure.in. + CVS. Also, inrease or reset the RPM release number in + configure.in as appropriate. Do NOT + touch version information after export from CVS. + All packages will use the version and release data + from configure.in. Local files should not be changed, except prior to a CVS commit!!! This way we are all on the same page! @@ -1904,9 +1908,8 @@ at sourceforge. Three simple steps: Tag all files in CVS with the version number with - cvs tag v_X_Y_Z (where X = major, Y - = minor, Z = point). Don't use vX_Y_Z, ver_X_Y_Z, v_X.Y.Z (won't work) - etc. + cvs tag v_X_Y_Z. + Don't use vX_Y_Z, ver_X_Y_Z, v_X.Y.Z (won't work) etc. @@ -1956,9 +1959,9 @@ at sourceforge. Three simple steps: - cd current cvs -d:pserver:anonymous@cvs.ijbswa.sourceforge.net:/cvsroot/ijbswa login cvs -z3 -d:pserver:anonymous@cvs.ijbswa.sourceforge.net:/cvsroot/ijbswa export -r v_X_Y_Z current + cd current @@ -1996,7 +1999,6 @@ at sourceforge. Three simple steps: - cd current cvs -d:pserver:anonymous@cvs.ijbswa.sourceforge.net:/cvsroot/ijbswa login cvs -z3 -d:pserver:anonymous@cvs.ijbswa.sourceforge.net:/cvsroot/ijbswa export -r v_X_Y_Z current cd .. @@ -2052,9 +2054,9 @@ at sourceforge. Three simple steps: - cd current cvs -d:pserver:anonymous@cvs.ijbswa.sourceforge.net:/cvsroot/ijbswa login cvs -z3 -d:pserver:anonymous@cvs.ijbswa.sourceforge.net:/cvsroot/ijbswa export -r v_X_Y_Z current + cd current @@ -2089,9 +2091,9 @@ at sourceforge. Three simple steps: - cd current cvs -d:pserver:anonymous@cvs.ijbswa.sourceforge.net:/cvsroot/ijbswa login cvs -z3 -d:pserver:anonymous@cvs.ijbswa.sourceforge.net:/cvsroot/ijbswa export -r v_X_Y_Z current + cd current @@ -2113,9 +2115,9 @@ at sourceforge. Three simple steps: - cd current cvs -d:pserver:anonymous@cvs.ijbswa.sourceforge.net:/cvsroot/ijbswa login cvs -z3 -d:pserver:anonymous@cvs.ijbswa.sourceforge.net:/cvsroot/ijbswa export -r v_X_Y_Z current + cd current @@ -2137,7 +2139,6 @@ at sourceforge. Three simple steps: - cd current cvs -d:pserver:anonymous@cvs.ijbswa.sourceforge.net:/cvsroot/ijbswa login cvs -z3 -d:pserver:anonymous@cvs.ijbswa.sourceforge.net:/cvsroot/ijbswa export -r v_X_Y_Z current cd .. @@ -2188,20 +2189,17 @@ zip -r privoxyosx_setup_x.y.z.zip Privoxy.pkg - Choose the right operating system. If you have downloaded Privoxy - before, + Choose the right operating system. - cd current cvs -d:pserver:anonymous@cvs.ijbswa.sourceforge.net:/cvsroot/ijbswa login cvs -z3 -d:pserver:anonymous@cvs.ijbswa.sourceforge.net:/cvsroot/ijbswa export -r v_X_Y_Z current + cd current - If not, please checkout - Privoxy via CVS first. Run: + Run: @@ -2226,13 +2224,13 @@ zip -r privoxyosx_setup_x.y.z.zip Privoxy.pkg Tarball - Ensure that you have the latest code version. Hence run: + Ensure that you have the right code version. Hence run: - cd current cvs -d:pserver:anonymous@cvs.ijbswa.sourceforge.net:/cvsroot/ijbswa login cvs -z3 -d:pserver:anonymous@cvs.ijbswa.sourceforge.net:/cvsroot/ijbswa export -r v_X_Y_Z current + cd current @@ -2240,7 +2238,6 @@ zip -r privoxyosx_setup_x.y.z.zip Privoxy.pkg - make clobber autoheader && autoconf && ./configure @@ -2271,9 +2268,9 @@ zip -r privoxyosx_setup_x.y.z.zip Privoxy.pkg - cd current cvs -d:pserver:anonymous@cvs.ijbswa.sourceforge.net:/cvsroot/ijbswa login cvs -z3 -d:pserver:anonymous@cvs.ijbswa.sourceforge.net:/cvsroot/ijbswa export -r v_X_Y_Z current + cd current @@ -2295,9 +2292,9 @@ zip -r privoxyosx_setup_x.y.z.zip Privoxy.pkg - cd current cvs -d:pserver:anonymous@cvs.ijbswa.sourceforge.net:/cvsroot/ijbswa login cvs -z3 -d:pserver:anonymous@cvs.ijbswa.sourceforge.net:/cvsroot/ijbswa export -r v_X_Y_Z current + cd current @@ -2328,9 +2325,9 @@ zip -r privoxyosx_setup_x.y.z.zip Privoxy.pkg - cd current cvs -d:pserver:anonymous@cvs.ijbswa.sourceforge.net:/cvsroot/ijbswa login cvs -z3 -d:pserver:anonymous@cvs.ijbswa.sourceforge.net:/cvsroot/ijbswa export -r v_X_Y_Z current + cd current @@ -2414,6 +2411,9 @@ zip -r privoxyosx_setup_x.y.z.zip Privoxy.pkg Temple Place - Suite 330, Boston, MA 02111-1307, USA. $Log: developer-manual.sgml,v $ + Revision 1.29 2002/04/10 18:45:14 swa + generated + Revision 1.28 2002/04/08 22:59:26 hal9 Version update. Spell chkconfig correctly :) -- 2.39.2