From: Fabian Keil <fk@fabiankeil.de> Date: Sat, 14 Jun 2008 13:21:28 +0000 (+0000) Subject: Prepare for the upcoming 3.0.9 beta release. X-Git-Tag: v_3_0_9~38 X-Git-Url: http://www.privoxy.org/gitweb/%22https:/developer-manual/faq/static/@default-cgi@show-url-info?a=commitdiff_plain;h=785ecb9887e87bb2ae9ec4e96a49deea0ae3e995;p=privoxy.git Prepare for the upcoming 3.0.9 beta release. --- diff --git a/doc/source/authors.sgml b/doc/source/authors.sgml index e2a266c0..c434ec47 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.6 2008/01/17 01:49:51 hal9 Exp $ + $Id: authors.sgml,v 2.7 2008/01/19 15:03:05 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.8"> -<!entity p-status "stable"> -<!entity % p-not-stable "IGNORE"> -<!entity % p-stable "INCLUDE"> +<!entity p-version "3.0.9"> +<!entity p-status "beta"> +<!entity % p-not-stable "INCLUDE"> +<!entity % p-stable "IGNORE"> <!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 a3fa3fda..00f82256 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.8"> -<!entity p-status "stable"> -<!entity % p-not-stable "IGNORE"> +<!entity p-version "3.0.9"> +<!entity p-status "beta"> +<!entity % p-not-stable "INCLUDE"> <!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.7 2008/01/17 01:43:23 hal9 Exp $ + $Id: config.sgml,v 2.8 2008/01/19 15:03:05 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 b1b0fa40..f26f1f6c 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.8"> -<!entity p-status "stable"> -<!entity % p-not-stable "IGNORE"> -<!entity % p-stable "INCLUDE"> +<!entity p-version "3.0.9"> +<!entity p-status "beta"> +<!entity % p-not-stable "INCLUDE"> +<!entity % p-stable "IGNORE"> <!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.18 2008/02/04 12:14:06 fabiankeil Exp $ + $Id: developer-manual.sgml,v 2.19 2008/05/12 11:13:33 fabiankeil 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.18 2008/02/04 12:14:06 fabiankeil Exp $</pubdate> + <pubdate>$Id: developer-manual.sgml,v 2.19 2008/05/12 11:13:33 fabiankeil 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.18 2008/02/04 12:14:06 fabiankeil Exp $"; +const char FILENAME_rcs[] = "$Id: developer-manual.sgml,v 2.19 2008/05/12 11:13:33 fabiankeil 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.18 2008/02/04 12:14:06 fabiankeil Exp $" +#define FILENAME_H_VERSION "$Id: developer-manual.sgml,v 2.19 2008/05/12 11:13:33 fabiankeil Exp $" /********************************************************************* * * File : $S<!-- Break CVS Substitution -->ource$ @@ -3028,6 +3028,9 @@ at sourceforge. Three simple steps: Temple Place - Suite 330, Boston, MA 02111-1307, USA. $Log: developer-manual.sgml,v $ + Revision 2.19 2008/05/12 11:13:33 fabiankeil + Clarify that Privoxy is licensed under GPL version 2. + Revision 2.18 2008/02/04 12:14:06 fabiankeil Change "Edit Packages" URL to use https. diff --git a/doc/source/faq.sgml b/doc/source/faq.sgml index c41c6df3..1a67502f 100644 --- a/doc/source/faq.sgml +++ b/doc/source/faq.sgml @@ -9,7 +9,7 @@ <!entity copyright SYSTEM "copyright.sgml"> <!entity license SYSTEM "license.sgml"> <!entity p-version "3.0.9"> -<!entity p-status "UNRELEASED"> +<!entity p-status "beta"> <!entity % p-not-stable "INCLUDE"> <!entity % p-stable "IGNORE"> <!entity % p-text "IGNORE"> <!-- define we are not a text only doc --> @@ -26,7 +26,7 @@ This file belongs into ijbswa.sourceforge.net:/home/groups/i/ij/ijbswa/htdocs/ - $Id: faq.sgml,v 2.41 2008/06/06 15:32:09 fabiankeil Exp $ + $Id: faq.sgml,v 2.42 2008/06/07 13:11:15 fabiankeil 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.41 2008/06/06 15:32:09 fabiankeil Exp $</pubdate> +<pubdate>$Id: faq.sgml,v 2.42 2008/06/07 13:11:15 fabiankeil Exp $</pubdate> <!-- @@ -2817,6 +2817,15 @@ 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.42 2008/06/07 13:11:15 fabiankeil +- Note that the "100% cpu problem" is worth + reporting if it happens with a recent release. +- Mention the hostname option as a workaround for + the "can't get my own hostname" issue. +- The profile formerly known as "Adventuresome" + is called "Advanced" now. +- Some white-space fixes. + Revision 2.41 2008/06/06 15:32:09 fabiankeil - Minor rewordings. - Don't claim that all the old Junkbuster features remain. diff --git a/doc/source/install.sgml b/doc/source/install.sgml index d9f28021..f38ca170 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.8"> -<!entity p-status "stable"> -<!entity % p-stable "INCLUDE"> -<!entity % p-not-stable "IGNORE"> +<!entity p-version "3.0.9"> +<!entity p-status "beta"> +<!entity % p-stable "IGNORE"> +<!entity % p-not-stable "INCLUDE"> <!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.6 2008/01/17 01:49:51 hal9 Exp $ + $Id: install.sgml,v 2.7 2008/01/19 15:03:05 hal9 Exp $ Copyright (C) 2001-2008 Privoxy Developers http://www.privoxy.org/ See LICENSE. diff --git a/doc/source/privoxy-man-page.sgml b/doc/source/privoxy-man-page.sgml index 3cd29fe1..9c00a3c5 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.17 2008/01/19 15:03:05 hal9 Exp $ + $Id: privoxy-man-page.sgml,v 2.18 2008/03/27 18:31:21 fabiankeil 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.8"> -<!entity p-status "stable"> -<!entity % p-not-stable "IGNORE"> -<!entity % p-stable "INCLUDE"> +<!entity p-version "3.0.9"> +<!entity p-status "beta"> +<!entity % p-not-stable "INCLUDE"> +<!entity % p-stable "IGNORE"> <!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 5ff6ddc7..48c368b3 100644 --- a/doc/source/readme.sgml +++ b/doc/source/readme.sgml @@ -5,7 +5,7 @@ <!entity contacting SYSTEM "contacting.sgml"> <!entity buildsource SYSTEM "buildsource.sgml"> <!entity p-version "3.0.9"> -<!entity p-status "UNRELEASED"> +<!entity p-status "beta"> <!entity % p-not-stable "INCLUDE"> <!entity % p-stable "IGNORE"> <!entity % p-text "INCLUDE"> <!-- define we are a text only doc --> @@ -17,7 +17,7 @@ Purpose : README for Privoxy - $Id: readme.sgml,v 2.16 2008/01/19 15:03:05 hal9 Exp $ + $Id: readme.sgml,v 2.17 2008/02/05 00:47:12 hal9 Exp $ Copyright (C) 2001-2008 Privoxy Developers http://www.privoxy.org/ See LICENSE. @@ -263,7 +263,7 @@ <!-- </LiteralLayout> --> <!-- </para> --> <!-- <para> --> -<!-- $Id: readme.sgml,v 2.16 2008/01/19 15:03:05 hal9 Exp $ --> +<!-- $Id: readme.sgml,v 2.17 2008/02/05 00:47:12 hal9 Exp $ --> <!-- </para> --> </article> diff --git a/doc/source/user-manual.sgml b/doc/source/user-manual.sgml index c4014234..826c318f 100644 --- a/doc/source/user-manual.sgml +++ b/doc/source/user-manual.sgml @@ -12,7 +12,7 @@ <!entity p-authors SYSTEM "p-authors.sgml"> <!entity config SYSTEM "p-config.sgml"> <!entity p-version "3.0.9"> -<!entity p-status "UNRELEASED"> +<!entity p-status "beta"> <!entity % p-authors-formal "INCLUDE"> <!-- include additional text, etc --> <!entity % p-not-stable "INCLUDE"> <!entity % p-stable "IGNORE"> @@ -33,7 +33,7 @@ This file belongs into ijbswa.sourceforge.net:/home/groups/i/ij/ijbswa/htdocs/ - $Id: user-manual.sgml,v 2.74 2008/05/26 15:55:46 fabiankeil Exp $ + $Id: user-manual.sgml,v 2.75 2008/06/13 16:06:48 fabiankeil 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.74 2008/05/26 15:55:46 fabiankeil Exp $</pubdate> +<pubdate>$Id: user-manual.sgml,v 2.75 2008/06/13 16:06:48 fabiankeil Exp $</pubdate> <!-- @@ -8599,6 +8599,10 @@ In file: user.action <guibutton>[ View ]</guibutton> <guibutton>[ Edit ]</guibut USA $Log: user-manual.sgml,v $ + Revision 2.75 2008/06/13 16:06:48 fabiankeil + Update the "What's New in this Release" section with + the ChangeLog entries changelog2doc.pl could handle. + Revision 2.74 2008/05/26 15:55:46 fabiankeil - Update "default profiles" table. - Add some more pcrs redirect examples and note that