From 4ca1b3964ffd8d2ac27cf2a9f4de9bb7ac67259e Mon Sep 17 00:00:00 2001 From: Fabian Keil <fk@fabiankeil.de> Date: Mon, 26 Dec 2011 17:05:40 +0000 Subject: [PATCH] Bump entities for 3.0.19 --- doc/source/authors.sgml | 4 ++-- doc/source/config.sgml | 4 ++-- doc/source/developer-manual.sgml | 9 ++++++--- doc/source/faq.sgml | 9 ++++++--- doc/source/install.sgml | 4 ++-- doc/source/privoxy-man-page.sgml | 4 ++-- doc/source/readme.sgml | 6 +++--- doc/source/user-manual.sgml | 9 ++++++--- doc/source/webserver/index.sgml | 7 +++++-- 9 files changed, 34 insertions(+), 22 deletions(-) diff --git a/doc/source/authors.sgml b/doc/source/authors.sgml index b8c0649f..6b0f9f0e 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.19 2011/09/04 11:10:12 fabiankeil Exp $ + $Id: authors.sgml,v 2.20 2011/11/13 17:03:54 fabiankeil Exp $ Copyright (C) 2001-2009 Privoxy Developers http://www.privoxy.org/ @@ -26,7 +26,7 @@ <!DOCTYPE article PUBLIC "-//OASIS//DTD DocBook V3.1//EN" [ <!entity % dummy "IGNORE"> <!entity authors SYSTEM "p-authors.sgml"> -<!entity p-version "3.0.18"> +<!entity p-version "3.0.19"> <!entity p-status "stable"> <!entity % p-not-stable "IGNORE"> <!entity % p-stable "INCLUDE"> diff --git a/doc/source/config.sgml b/doc/source/config.sgml index 4860f1e2..0224a0f2 100644 --- a/doc/source/config.sgml +++ b/doc/source/config.sgml @@ -1,7 +1,7 @@ <!DOCTYPE article PUBLIC "-//OASIS//DTD DocBook V3.1//EN"[ <!entity % dummy "IGNORE"> <!entity config SYSTEM "p-config.sgml"> -<!entity p-version "3.0.18"> +<!entity p-version "3.0.19"> <!entity p-status "stable"> <!entity % p-not-stable "IGNORE"> <!entity % user-man "IGNORE"> @@ -13,7 +13,7 @@ Purpose : config file generation - $Id: config.sgml,v 2.20 2011/09/04 11:10:12 fabiankeil Exp $ + $Id: config.sgml,v 2.21 2011/11/13 17:03:54 fabiankeil Exp $ Copyright (C) 2001-2009 Privoxy Developers http://www.privoxy.org/ See LICENSE. diff --git a/doc/source/developer-manual.sgml b/doc/source/developer-manual.sgml index 74baa072..70f4d3ba 100644 --- a/doc/source/developer-manual.sgml +++ b/doc/source/developer-manual.sgml @@ -8,7 +8,7 @@ <!entity contacting SYSTEM "contacting.sgml"> <!entity copyright SYSTEM "copyright.sgml"> <!entity license SYSTEM "license.sgml"> -<!entity p-version "3.0.18"> +<!entity p-version "3.0.19"> <!entity p-status "stable"> <!entity % p-not-stable "IGNORE"> <!entity % p-stable "INCLUDE"> @@ -24,7 +24,7 @@ This file belongs into ijbswa.sourceforge.net:/home/groups/i/ij/ijbswa/htdocs/ - $Id: developer-manual.sgml,v 2.36 2011/09/04 11:10:12 fabiankeil Exp $ + $Id: developer-manual.sgml,v 2.37 2011/11/13 17:03:54 fabiankeil Exp $ Copyright (C) 2001-2009 Privoxy Developers http://www.privoxy.org/ See LICENSE. @@ -51,7 +51,7 @@ </pubdate> - <pubdate>$Id: developer-manual.sgml,v 2.36 2011/09/04 11:10:12 fabiankeil Exp $</pubdate> + <pubdate>$Id: developer-manual.sgml,v 2.37 2011/11/13 17:03:54 fabiankeil Exp $</pubdate> <!-- @@ -3005,6 +3005,9 @@ at sourceforge. Three simple steps: Temple Place - Suite 330, Boston, MA 02111-1307, USA. $Log: developer-manual.sgml,v $ + Revision 2.37 2011/11/13 17:03:54 fabiankeil + Bump entities for 3.0.18 stable + Revision 2.36 2011/09/04 11:10:12 fabiankeil Ditch trailing whitespace diff --git a/doc/source/faq.sgml b/doc/source/faq.sgml index 50c2c8a5..9da6d3ba 100644 --- a/doc/source/faq.sgml +++ b/doc/source/faq.sgml @@ -8,7 +8,7 @@ <!entity history SYSTEM "history.sgml"> <!entity copyright SYSTEM "copyright.sgml"> <!entity license SYSTEM "license.sgml"> -<!entity p-version "3.0.18"> +<!entity p-version "3.0.19"> <!entity p-status "stable"> <!entity % p-not-stable "IGNORE"> <!entity % p-stable "INCLUDE"> @@ -27,7 +27,7 @@ This file belongs into ijbswa.sourceforge.net:/home/groups/i/ij/ijbswa/htdocs/ - $Id: faq.sgml,v 2.83 2011/11/13 16:53:24 fabiankeil Exp $ + $Id: faq.sgml,v 2.84 2011/11/13 17:03:54 fabiankeil Exp $ Copyright (C) 2001-2009 Privoxy Developers http://www.privoxy.org/ See LICENSE. @@ -78,7 +78,7 @@ </subscript> </pubdate> -<pubdate>$Id: faq.sgml,v 2.83 2011/11/13 16:53:24 fabiankeil Exp $</pubdate> +<pubdate>$Id: faq.sgml,v 2.84 2011/11/13 17:03:54 fabiankeil Exp $</pubdate> <!-- @@ -2992,6 +2992,9 @@ 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.84 2011/11/13 17:03:54 fabiankeil +Bump entities for 3.0.18 stable + Revision 2.83 2011/11/13 16:53:24 fabiankeil Rephrase the donations section some more diff --git a/doc/source/install.sgml b/doc/source/install.sgml index 249a6023..56bbdb83 100644 --- a/doc/source/install.sgml +++ b/doc/source/install.sgml @@ -1,7 +1,7 @@ <!DOCTYPE article PUBLIC "-//OASIS//DTD DocBook V3.1//EN" [ <!entity % dummy "IGNORE"> <!entity buildsource SYSTEM "buildsource.sgml"> -<!entity p-version "3.0.18"> +<!entity p-version "3.0.19"> <!entity p-status "stable"> <!entity % p-stable "INCLUDE"> <!entity % p-not-stable "IGNORE"> @@ -16,7 +16,7 @@ Purpose : INSTALL file for Privoxy - $Id: install.sgml,v 2.19 2011/09/04 11:10:12 fabiankeil Exp $ + $Id: install.sgml,v 2.20 2011/11/13 17:03:54 fabiankeil Exp $ Copyright (C) 2001-2009 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 c190d38a..22e426c3 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.38 2011/09/04 11:10:12 fabiankeil Exp $ + $Id: privoxy-man-page.sgml,v 2.39 2011/11/13 17:03:54 fabiankeil Exp $ Copyright (C) 2001-2009 Privoxy Developers http://www.privoxy.org/ See LICENSE. @@ -42,7 +42,7 @@ <!entity copyright SYSTEM "copyright.sgml"> <!entity license SYSTEM "license.sgml"> <!entity authors SYSTEM "p-authors.sgml"> -<!entity p-version "3.0.18"> +<!entity p-version "3.0.19"> <!entity p-status "stable"> <!entity % p-not-stable "IGNORE"> <!entity % p-stable "INCLUDE"> diff --git a/doc/source/readme.sgml b/doc/source/readme.sgml index 0e0ff4f6..364bf4a8 100644 --- a/doc/source/readme.sgml +++ b/doc/source/readme.sgml @@ -4,7 +4,7 @@ <!entity p-intro SYSTEM "privoxy.sgml"> <!entity contacting SYSTEM "contacting.sgml"> <!entity buildsource SYSTEM "buildsource.sgml"> -<!entity p-version "3.0.18"> +<!entity p-version "3.0.19"> <!entity p-status "stable"> <!entity % p-not-stable "IGNORE"> <!entity % p-stable "INCLUDE"> @@ -17,7 +17,7 @@ Purpose : README for Privoxy - $Id: readme.sgml,v 2.47 2011/11/13 17:03:54 fabiankeil Exp $ + $Id: readme.sgml,v 2.48 2011/11/18 16:48:29 fabiankeil Exp $ Copyright (C) 2001-2011 Privoxy Developers http://www.privoxy.org/ See LICENSE. @@ -232,7 +232,7 @@ <!-- </LiteralLayout> --> <!-- </para> --> <!-- <para> --> -<!-- $Id: readme.sgml,v 2.47 2011/11/13 17:03:54 fabiankeil Exp $ --> +<!-- $Id: readme.sgml,v 2.48 2011/11/18 16:48:29 fabiankeil Exp $ --> <!-- </para> --> </article> diff --git a/doc/source/user-manual.sgml b/doc/source/user-manual.sgml index 6855cedf..68673ad8 100644 --- a/doc/source/user-manual.sgml +++ b/doc/source/user-manual.sgml @@ -11,7 +11,7 @@ <!entity license SYSTEM "license.sgml"> <!entity p-authors SYSTEM "p-authors.sgml"> <!entity config SYSTEM "p-config.sgml"> -<!entity p-version "3.0.18"> +<!entity p-version "3.0.19"> <!entity p-status "stable"> <!entity % p-authors-formal "INCLUDE"> <!-- include additional text, etc --> <!entity % p-not-stable "IGNORE"> @@ -34,7 +34,7 @@ This file belongs into ijbswa.sourceforge.net:/home/groups/i/ij/ijbswa/htdocs/ - $Id: user-manual.sgml,v 2.144 2011/12/26 17:01:29 fabiankeil Exp $ + $Id: user-manual.sgml,v 2.145 2011/12/26 17:04:19 fabiankeil Exp $ Copyright (C) 2001-2011 Privoxy Developers http://www.privoxy.org/ See LICENSE. @@ -60,7 +60,7 @@ </subscript> </pubdate> -<pubdate>$Id: user-manual.sgml,v 2.144 2011/12/26 17:01:29 fabiankeil Exp $</pubdate> +<pubdate>$Id: user-manual.sgml,v 2.145 2011/12/26 17:04:19 fabiankeil Exp $</pubdate> <!-- @@ -9440,6 +9440,9 @@ In file: user.action <guibutton>[ View ]</guibutton> <guibutton>[ Edit ]</guibut USA $Log: user-manual.sgml,v $ + Revision 2.145 2011/12/26 17:04:19 fabiankeil + Import ChangeLog entries for 3.0.19, keeping the ones for 3.0.18 for now + Revision 2.144 2011/12/26 17:01:29 fabiankeil Try to be less misleading in the downgrade-http-version description diff --git a/doc/source/webserver/index.sgml b/doc/source/webserver/index.sgml index d5a695f3..c9d12445 100644 --- a/doc/source/webserver/index.sgml +++ b/doc/source/webserver/index.sgml @@ -5,7 +5,7 @@ <!entity history SYSTEM "history.sgml"> <!entity copyright SYSTEM "copyright.sgml"> <!entity license SYSTEM "license.sgml"> -<!entity p-version "3.0.18"> +<!entity p-version "3.0.19"> <!entity p-status "stable"> <!entity % p-not-stable "IGNORE"> <!entity % p-stable "INCLUDE"> @@ -20,7 +20,7 @@ This file belongs into ijbswa.sourceforge.net:/home/groups/i/ij/ijbswa/htdocs/ - $Id: index.sgml,v 2.18 2011/08/17 10:40:07 fabiankeil Exp $ + $Id: index.sgml,v 2.19 2011/11/13 17:03:54 fabiankeil Exp $ Copyright (C) 2001-2009 Privoxy Developers <ijbswa-developers@lists.sourceforge.net> See LICENSE. @@ -249,6 +249,9 @@ Temple Place - Suite 330, Boston, MA 02111-1307, USA. $Log: index.sgml,v $ + Revision 2.19 2011/11/13 17:03:54 fabiankeil + Bump entities for 3.0.18 stable + Revision 2.18 2011/08/17 10:40:07 fabiankeil Update the entities. -- 2.49.0