From: oes Date: Thu, 11 Apr 2002 09:32:52 +0000 (+0000) Subject: more nits X-Git-Tag: v_2_9_14~71 X-Git-Url: http://www.privoxy.org/gitweb/?a=commitdiff_plain;h=5bd68d303fcf7620558df724d7b4035e053b7e30;p=privoxy.git more nits --- diff --git a/doc/source/developer-manual.sgml b/doc/source/developer-manual.sgml index 8a0b041b..c783e936 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.29 2002/04/10 18:45:14 swa Exp $ + $Id: developer-manual.sgml,v 1.30 2002/04/11 09:24:53 oes 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.29 2002/04/10 18:45:14 swa Exp $ + $Id: developer-manual.sgml,v 1.30 2002/04/11 09:24:53 oes 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.29 2002/04/10 18:45:14 swa Exp $"; +const char FILENAME_rcs[] = "$Id: developer-manual.sgml,v 1.30 2002/04/11 09:24:53 oes 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.29 2002/04/10 18:45:14 swa Exp $" +#define FILENAME_H_VERSION "$Id: developer-manual.sgml,v 1.30 2002/04/11 09:24:53 oes Exp $" /********************************************************************* * * File : $Source$ @@ -1905,6 +1905,11 @@ at sourceforge. Three simple steps: line: '$required_actions_file_version = "A.B";' + + + Commit all files that were changed in the above steps! + + Tag all files in CVS with the version number with @@ -2411,6 +2416,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.30 2002/04/11 09:24:53 oes + nits + Revision 1.29 2002/04/10 18:45:14 swa generated