From f1e040bf5515bc8c762c1c83243fe461afbc4bed Mon Sep 17 00:00:00 2001 From: hal9 <hal9@users.sourceforge.net> Date: Sat, 19 Jan 2008 15:03:05 +0000 Subject: [PATCH] Doc sources tagged for 3.0.8 release. --- doc/source/announce.sgml | 10 +++++----- doc/source/authors.sgml | 10 +++++----- doc/source/config.sgml | 8 ++++---- doc/source/developer-manual.sgml | 20 ++++++++++++-------- doc/source/faq.sgml | 16 ++++++++++------ doc/source/install.sgml | 12 ++++++------ doc/source/privoxy-man-page.sgml | 10 +++++----- doc/source/readme.sgml | 31 ++++++++++++++++--------------- doc/source/user-manual.sgml | 16 ++++++++++------ 9 files changed, 73 insertions(+), 60 deletions(-) diff --git a/doc/source/announce.sgml b/doc/source/announce.sgml index 24d45442..7d124929 100644 --- a/doc/source/announce.sgml +++ b/doc/source/announce.sgml @@ -5,10 +5,10 @@ <!entity contacting SYSTEM "../contacting.sgml"> <!entity history SYSTEM "../history.sgml"> <!entity newfeatures SYSTEM "../newfeatures.sgml"> -<!entity p-version "3.0.7"> -<!entity p-status "beta"> -<!entity % p-not-stable "INCLUDE"> -<!entity % p-stable "IGNORE"> +<!entity p-version "3.0.8"> +<!entity p-status "stable"> +<!entity % p-not-stable "IGNORE"> +<!entity % p-stable "INCLUDE"> <!entity % p-supp-userman "IGNORE"> <!entity % p-text "INCLUDE"> <!-- define we are a text only doc --> <!entity % p-doc "IGNORE"> <!-- and never a text doc --> @@ -19,7 +19,7 @@ Purpose : Announcement text - $Id: announce.sgml,v 2.5 2006/11/14 01:57:46 hal9 Exp $ + $Id: announce.sgml,v 2.6 2008/01/17 01:49:51 hal9 Exp $ Copyright (C) 2001-2006 Privoxy Developers http://www.privoxy.org See LICENSE. diff --git a/doc/source/authors.sgml b/doc/source/authors.sgml index 4f277258..e2a266c0 100644 --- a/doc/source/authors.sgml +++ b/doc/source/authors.sgml @@ -3,7 +3,7 @@ Purpose : AUTHORS file for Privoxy - $Id: authors.sgml,v 2.5 2006/11/14 01:57:46 hal9 Exp $ + $Id: authors.sgml,v 2.6 2008/01/17 01:49:51 hal9 Exp $ Copyright (C) 2001-2006 Privoxy Developers http://privoxy.org @@ -26,10 +26,10 @@ <!DOCTYPE article PUBLIC "-//OASIS//DTD DocBook V3.1//EN" [ <!entity % dummy "IGNORE"> <!entity authors SYSTEM "p-authors.sgml"> -<!entity p-version "3.0.7"> -<!entity p-status "beta"> -<!entity % p-not-stable "INCLUDE"> -<!entity % p-stable "IGNORE"> +<!entity p-version "3.0.8"> +<!entity p-status "stable"> +<!entity % p-not-stable "IGNORE"> +<!entity % p-stable "INCLUDE"> <!entity % p-text "INCLUDE"> <!-- define we are a text only doc --> <!entity % p-authors-formal "INCLUDE"> <!-- include additional text, etc --> ]> diff --git a/doc/source/config.sgml b/doc/source/config.sgml index 493cd5b3..a3fa3fda 100644 --- a/doc/source/config.sgml +++ b/doc/source/config.sgml @@ -1,9 +1,9 @@ <!DOCTYPE article PUBLIC "-//OASIS//DTD DocBook V3.1//EN"[ <!entity % dummy "IGNORE"> <!entity config SYSTEM "p-config.sgml"> -<!entity p-version "3.0.7"> -<!entity p-status "beta"> -<!entity % p-not-stable "INCLUDE"> +<!entity p-version "3.0.8"> +<!entity p-status "stable"> +<!entity % p-not-stable "IGNORE"> <!entity % user-man "IGNORE"> <!entity % config-file "IGNORE"> <!entity my-app "<application>Privoxy</application>"> @@ -13,7 +13,7 @@ Purpose : config file generation - $Id: config.sgml,v 2.6 2007/11/14 18:20:55 fabiankeil Exp $ + $Id: config.sgml,v 2.7 2008/01/17 01:43:23 hal9 Exp $ Copyright (C) 2001-2008 Privoxy Developers http://www.privoxy.org/ See LICENSE. diff --git a/doc/source/developer-manual.sgml b/doc/source/developer-manual.sgml index 8023fb08..681cd197 100644 --- a/doc/source/developer-manual.sgml +++ b/doc/source/developer-manual.sgml @@ -8,10 +8,10 @@ <!entity contacting SYSTEM "contacting.sgml"> <!entity copyright SYSTEM "copyright.sgml"> <!entity license SYSTEM "license.sgml"> -<!entity p-version "3.0.7"> -<!entity p-status "beta"> -<!entity % p-not-stable "INCLUDE"> -<!entity % p-stable "IGNORE"> +<!entity p-version "3.0.8"> +<!entity p-status "stable"> +<!entity % p-not-stable "IGNORE"> +<!entity % p-stable "INCLUDE"> <!entity % p-text "IGNORE"> <!-- define we are not a text only doc --> <!entity % p-doc "INCLUDE"> <!-- and we are a formal doc --> <!entity my-copy "©"> <!-- kludge for docbook2man --> @@ -23,7 +23,7 @@ This file belongs into ijbswa.sourceforge.net:/home/groups/i/ij/ijbswa/htdocs/ - $Id: developer-manual.sgml,v 2.13 2007/10/30 17:59:31 fabiankeil Exp $ + $Id: developer-manual.sgml,v 2.14 2008/01/17 01:49:51 hal9 Exp $ Copyright (C) 2001-2008 Privoxy Developers http://www.privoxy.org/ See LICENSE. @@ -50,7 +50,7 @@ </pubdate> - <pubdate>$Id: developer-manual.sgml,v 2.13 2007/10/30 17:59:31 fabiankeil Exp $</pubdate> + <pubdate>$Id: developer-manual.sgml,v 2.14 2008/01/17 01:49:51 hal9 Exp $</pubdate> <!-- @@ -1833,7 +1833,7 @@ static void unload_re_filterfile( void *f ) { ... }</programlisting> <para><emphasis>Example for file comments:</emphasis></para> <programlisting> -const char FILENAME_rcs[] = "$Id: developer-manual.sgml,v 2.13 2007/10/30 17:59:31 fabiankeil Exp $"; +const char FILENAME_rcs[] = "$Id: developer-manual.sgml,v 2.14 2008/01/17 01:49:51 hal9 Exp $"; /********************************************************************* * * File : $S<!-- Break CVS Substitution -->ource$ @@ -1894,7 +1894,7 @@ const char FILENAME_h_rcs[] = FILENAME_H_VERSION; <programlisting> #ifndef _FILENAME_H #define _FILENAME_H -#define FILENAME_H_VERSION "$Id: developer-manual.sgml,v 2.13 2007/10/30 17:59:31 fabiankeil Exp $" +#define FILENAME_H_VERSION "$Id: developer-manual.sgml,v 2.14 2008/01/17 01:49:51 hal9 Exp $" /********************************************************************* * * File : $S<!-- Break CVS Substitution -->ource$ @@ -3026,6 +3026,10 @@ at sourceforge. Three simple steps: Temple Place - Suite 330, Boston, MA 02111-1307, USA. $Log: developer-manual.sgml,v $ + Revision 2.14 2008/01/17 01:49:51 hal9 + Change copyright notice for docs s/2007/2008/. All these will be rebuilt soon + enough. + Revision 2.13 2007/10/30 17:59:31 fabiankeil - Bump p-version, p-status and copyright date. - Mention that the manual is out of date. diff --git a/doc/source/faq.sgml b/doc/source/faq.sgml index 5d74cbc2..b073f211 100644 --- a/doc/source/faq.sgml +++ b/doc/source/faq.sgml @@ -8,10 +8,10 @@ <!entity history SYSTEM "history.sgml"> <!entity copyright SYSTEM "copyright.sgml"> <!entity license SYSTEM "license.sgml"> -<!entity p-version "3.0.7"> -<!entity p-status "beta"> -<!entity % p-not-stable "INCLUDE"> -<!entity % p-stable "IGNORE"> +<!entity p-version "3.0.8"> +<!entity p-status "stable"> +<!entity % p-not-stable "IGNORE"> +<!entity % p-stable "INCLUDE"> <!entity % p-text "IGNORE"> <!-- define we are not a text only doc --> <!entity % p-doc "INCLUDE"> <!-- and we are a formal doc --> <!entity % p-supp-userman "INCLUDE"> <!-- Include all from supported.sgml --> @@ -26,7 +26,7 @@ This file belongs into ijbswa.sourceforge.net:/home/groups/i/ij/ijbswa/htdocs/ - $Id: faq.sgml,v 2.35 2007/11/19 17:57:59 fabiankeil Exp $ + $Id: faq.sgml,v 2.36 2008/01/17 01:49:51 hal9 Exp $ Copyright (C) 2001-2008 Privoxy Developers http://www.privoxy.org/ See LICENSE. @@ -77,7 +77,7 @@ </subscript> </pubdate> -<pubdate>$Id: faq.sgml,v 2.35 2007/11/19 17:57:59 fabiankeil Exp $</pubdate> +<pubdate>$Id: faq.sgml,v 2.36 2008/01/17 01:49:51 hal9 Exp $</pubdate> <!-- @@ -2808,6 +2808,10 @@ browsing has slowed to a crawl. What gives? </title> 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA $Log: faq.sgml,v $ +Revision 2.36 2008/01/17 01:49:51 hal9 +Change copyright notice for docs s/2007/2008/. All these will be rebuilt soon +enough. + Revision 2.35 2007/11/19 17:57:59 fabiankeil A bunch of rewordings, minor updates and fixes. diff --git a/doc/source/install.sgml b/doc/source/install.sgml index 1e891648..d9f28021 100644 --- a/doc/source/install.sgml +++ b/doc/source/install.sgml @@ -1,10 +1,10 @@ <!DOCTYPE article PUBLIC "-//OASIS//DTD DocBook V3.1//EN" [ <!entity % dummy "IGNORE"> <!entity buildsource SYSTEM "buildsource.sgml"> -<!entity p-version "3.0.7"> -<!entity p-status "beta"> -<!entity % p-stable "IGNORE"> -<!entity % p-not-stable "INCLUDE"> +<!entity p-version "3.0.8"> +<!entity p-status "stable"> +<!entity % p-stable "INCLUDE"> +<!entity % p-not-stable "IGNORE"> <!entity % p-alpha "IGNORE"> <!entity % p-beta "IGNORE"> <!entity % p-text "INCLUDE"> <!-- define we are a text only doc --> @@ -16,7 +16,7 @@ Purpose : INSTALL file for Privoxy - $Id: install.sgml,v 2.5 2007/11/14 18:21:58 fabiankeil Exp $ + $Id: install.sgml,v 2.6 2008/01/17 01:49:51 hal9 Exp $ Copyright (C) 2001-2008 Privoxy Developers http://www.privoxy.org/ See LICENSE. @@ -58,7 +58,7 @@ * * Purpose : INSTALL file to help with installing from source. * - * Copyright : Written by and Copyright (C) 2001-2007 the SourceForge + * Copyright : Written by and Copyright (C) 2001-2008 the SourceForge * Privoxy team. http://www.privoxy.org/ * * Based on the Internet Junkbuster originally written diff --git a/doc/source/privoxy-man-page.sgml b/doc/source/privoxy-man-page.sgml index c8d86321..ad87a220 100644 --- a/doc/source/privoxy-man-page.sgml +++ b/doc/source/privoxy-man-page.sgml @@ -5,7 +5,7 @@ This file belongs into ijbswa.sourceforge.net:/home/groups/i/ij/ijbswa/htdocs/ - $Id: privoxy-man-page.sgml,v 2.15 2007/11/14 18:29:51 fabiankeil Exp $ + $Id: privoxy-man-page.sgml,v 2.16 2008/01/17 01:49:51 hal9 Exp $ Copyright (C) 2001-2008 Privoxy Developers http://www.privoxy.org/ See LICENSE. @@ -42,10 +42,10 @@ <!entity copyright SYSTEM "copyright.sgml"> <!entity license SYSTEM "license.sgml"> <!entity authors SYSTEM "p-authors.sgml"> -<!entity p-version "3.0.7"> -<!entity p-status "beta"> -<!entity % p-not-stable "INCLUDE"> -<!entity % p-stable "IGNORE"> +<!entity p-version "3.0.8"> +<!entity p-status "stable"> +<!entity % p-not-stable "IGNORE"> +<!entity % p-stable "INCLUDE"> <!entity % p-text "IGNORE"> <!-- define we are not a text only doc --> <!entity % p-authors-formal "IGNORE"> <!-- exclude additional formating --> <!entity my-copy "(C)"> <!-- db2man barfs on copyright symbol --> diff --git a/doc/source/readme.sgml b/doc/source/readme.sgml index b1006977..689fa16d 100644 --- a/doc/source/readme.sgml +++ b/doc/source/readme.sgml @@ -4,10 +4,10 @@ <!entity p-intro SYSTEM "privoxy.sgml"> <!entity contacting SYSTEM "contacting.sgml"> <!entity buildsource SYSTEM "buildsource.sgml"> -<!entity p-version "3.0.7"> -<!entity p-status "beta"> -<!entity % p-not-stable "INCLUDE"> -<!entity % p-stable "IGNORE"> +<!entity p-version "3.0.8"> +<!entity p-status "stable"> +<!entity % p-not-stable "IGNORE"> +<!entity % p-stable "INCLUDE"> <!entity % p-text "INCLUDE"> <!-- define we are a text only doc --> <!entity % p-doc "IGNORE"> <!-- and never a text doc --> <!entity % p-readme "INCLUDE"> <!-- all your README belong to us --> @@ -17,7 +17,7 @@ Purpose : README for Privoxy - $Id: readme.sgml,v 2.14 2007/12/10 02:27:15 hal9 Exp $ + $Id: readme.sgml,v 2.15 2008/01/17 01:49:51 hal9 Exp $ Copyright (C) 2001-2008 Privoxy Developers http://www.privoxy.org/ See LICENSE. @@ -80,7 +80,7 @@ * * Purpose : README file to give a short intro. * - * Copyright : Written by and Copyright (C) 2001-2007 the SourceForge + * Copyright : Written by and Copyright (C) 2001-2008 the SourceForge * Privoxy team. http://www.privoxy.org/ * * Based on the Internet Junkbuster originally written @@ -128,16 +128,17 @@ <!-- ~~~~~ New section ~~~~~ --> <sect1 id="importantchanges" ><title>IMPORTANT CHANGES</title> <para> - Privoxy is being readied for the forthcoming stable release, 3.0.8. Please - take the time to pass on any problems to the developers. + NEWS! January 2008, Privoxy 3.0.8 stable is released. This is a significant + upgrade with many new and enhanced features, and many bugs fixed. All Privoxy + users are encouraged to upgrade. See the "ChangeLog", and the "What's New" + section and the "Upgrader's Notes" in <citetitle>the User Manual</citetitle> + for details and specifics. There are changes related to configuration, so + anyone upgrading and keeping their old configuration should read ahead + first. </para> <para> - December 2007, Privoxy 3.0.7 beta is released. This is a significant upgrade - with many new and enhanced features, and many bugs fixed. - See the "ChangeLog", and the "What's New" section and the "Upgrader's Notes" - in <citetitle>the User Manual</citetitle> for details and specifics. There - are changes related to configuration, so anyone upgrading and keeping their - old configuration should read ahead first. + December 2007, Privoxy 3.0.7 is released. This is a beta release in + preparation for the forthcoming 3.0.8 release. </para> <para> NEWS! November 2006, Privoxy 3.0.6 stable is released. This is a significant @@ -254,7 +255,7 @@ <!-- </LiteralLayout> --> <!-- </para> --> <!-- <para> --> -<!-- $Id: readme.sgml,v 2.14 2007/12/10 02:27:15 hal9 Exp $ --> +<!-- $Id: readme.sgml,v 2.15 2008/01/17 01:49:51 hal9 Exp $ --> <!-- </para> --> </article> diff --git a/doc/source/user-manual.sgml b/doc/source/user-manual.sgml index 52b0825f..28165bd8 100644 --- a/doc/source/user-manual.sgml +++ b/doc/source/user-manual.sgml @@ -11,11 +11,11 @@ <!entity license SYSTEM "license.sgml"> <!entity p-authors SYSTEM "p-authors.sgml"> <!entity config SYSTEM "p-config.sgml"> -<!entity p-version "3.0.7"> -<!entity p-status "beta"> +<!entity p-version "3.0.8"> +<!entity p-status "stable"> <!entity % p-authors-formal "INCLUDE"> <!-- include additional text, etc --> -<!entity % p-not-stable "INCLUDE"> -<!entity % p-stable "IGNORE"> +<!entity % p-not-stable "IGNORE"> +<!entity % p-stable "INCLUDE"> <!entity % p-text "IGNORE"> <!-- define we are not a text only doc --> <!entity % p-doc "INCLUDE"> <!-- and we are a formal doc --> <!entity % p-readme "IGNORE"> @@ -33,7 +33,7 @@ This file belongs into ijbswa.sourceforge.net:/home/groups/i/ij/ijbswa/htdocs/ - $Id: user-manual.sgml,v 2.51 2007/12/23 16:48:24 fabiankeil Exp $ + $Id: user-manual.sgml,v 2.52 2008/01/17 01:49:51 hal9 Exp $ Copyright (C) 2001-2008 Privoxy Developers http://www.privoxy.org/ See LICENSE. @@ -59,7 +59,7 @@ </subscript> </pubdate> -<pubdate>$Id: user-manual.sgml,v 2.51 2007/12/23 16:48:24 fabiankeil Exp $</pubdate> +<pubdate>$Id: user-manual.sgml,v 2.52 2008/01/17 01:49:51 hal9 Exp $</pubdate> <!-- @@ -8920,6 +8920,10 @@ In file: user.action <guibutton>[ View ]</guibutton> <guibutton>[ Edit ]</guibut USA $Log: user-manual.sgml,v $ + Revision 2.52 2008/01/17 01:49:51 hal9 + Change copyright notice for docs s/2007/2008/. All these will be rebuilt soon + enough. + Revision 2.51 2007/12/23 16:48:24 fabiankeil Use more precise example descriptions for the mysterious domain patterns. -- 2.49.0