X-Git-Url: http://www.privoxy.org/gitweb/?a=blobdiff_plain;f=doc%2Fsource%2Fdeveloper-manual.sgml;h=5049edd95b7066b1f506ab2a67097fe93b359246;hb=40f1317bc310955b90b71ac41d8e2fb1fde49d3c;hp=ce349fd429dccc307e0d944bd43bd5f7c20c31e2;hpb=c48cb79d9d0807e21b3b8058441c057c12fe80a1;p=privoxy.git diff --git a/doc/source/developer-manual.sgml b/doc/source/developer-manual.sgml index ce349fd4..5049edd9 100644 --- a/doc/source/developer-manual.sgml +++ b/doc/source/developer-manual.sgml @@ -23,7 +23,7 @@ This file belongs into ijbswa.sourceforge.net:/home/groups/i/ij/ijbswa/htdocs/ - $Id: developer-manual.sgml,v 1.44 2002/05/15 03:55:17 hal9 Exp $ + $Id: developer-manual.sgml,v 1.45 2002/05/19 23:01:54 hal9 Exp $ Copyright (C) 2001, 2002 Privoxy Developers See LICENSE. @@ -50,7 +50,7 @@ - $Id: developer-manual.sgml,v 1.44 2002/05/15 03:55:17 hal9 Exp $ + $Id: developer-manual.sgml,v 1.45 2002/05/19 23:01:54 hal9 Exp $ @@ -1726,7 +1727,7 @@ static void unload_re_filterfile( void *f ) { ... } Example for file comments: -const char FILENAME_rcs[] = "$Id: developer-manual.sgml,v 1.44 2002/05/15 03:55:17 hal9 Exp $"; +const char FILENAME_rcs[] = "$Id: developer-manual.sgml,v 1.45 2002/05/19 23:01:54 hal9 Exp $"; /********************************************************************* * * File : $Source$ @@ -1786,7 +1787,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.44 2002/05/15 03:55:17 hal9 Exp $" +#define FILENAME_H_VERSION "$Id: developer-manual.sgml,v 1.45 2002/05/19 23:01:54 hal9 Exp $" /********************************************************************* * * File : $Source$ @@ -2800,6 +2801,10 @@ 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.45 2002/05/19 23:01:54 hal9 + Add small section on general packaging guidelines (e.g. actions files must + be writable). + Revision 1.44 2002/05/15 03:55:17 hal9 Fix ulink -> link, and minor modification to release process section for clarification.