Re-generate in preparation for release.
authorhal9 <hal9@users.sourceforge.net>
Tue, 14 Nov 2006 01:54:36 +0000 (01:54 +0000)
committerhal9 <hal9@users.sourceforge.net>
Tue, 14 Nov 2006 01:54:36 +0000 (01:54 +0000)
AUTHORS
INSTALL
README
config
default.action.master
privoxy.1

diff --git a/AUTHORS b/AUTHORS
index bcb2d9b..fcefdb2 100644 (file)
--- a/AUTHORS
+++ b/AUTHORS
@@ -34,9 +34,9 @@ Former Privoxy Team Members:
  Sarantis Paskalis
  Stefan Waldherr
 
-Thanks to the many people who have tested Privoxy, reported bugs,
-provided patches, made suggestions or contributed in some other way.
-These include (in alphabetical order):
+Thanks to the many people who have tested Privoxy, reported bugs, provided
+patches, made suggestions or contributed in some way. These include (in
+alphabetical order):
 
  Ken Arromdee
  Devin Bayer
@@ -59,15 +59,15 @@ These include (in alphabetical order):
  Jindrich Makovicka 
  David Mediavilla 
  Raphael Moll
+ Oliver Stoeneberg
+ Martin Thomas
  Roberto Ragusa
  Félix Rauch
  Maynard Riley
  Spinor S
  Bart Schelstraete
- Oliver Stoeneberg
- Martin Thomas
  Bobby G. Vinyard
- Jörg Weinmann
+ Jörg Weinmann 
  Darren Wiebe
  Anduin Withers
  Oliver Yeoh
diff --git a/INSTALL b/INSTALL
index 6bb2ae5..7a1f1a3 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -40,11 +40,11 @@ compiler like gcc are required.
 
 When building from a source tarball, first unpack the source:
 
- tar xzvf privoxy-3.0.5-beta-src* [.tgz or .tar.gz]                            
- cd privoxy-3.0.5-beta                                                         
+ tar xzvf privoxy-3.0.6-src* [.tgz or .tar.gz]                                 
+ cd privoxy-3.0.6                                                              
 
 For retrieving the current CVS sources, you'll need a CVS client installed.
-Note that sources from CVS are typicially development quality, and may not be
+Note that sources from CVS are typically development quality, and may not be
 stable, or well tested. To download CVS source, check the Sourceforge
 documentation, which might give commands like:
 
@@ -58,9 +58,11 @@ tree.
 You can also check out any Privoxy "branch", just exchange the current name
 with the wanted branch name (Example: v_3_0_branch for the 3.0 cvs tree).
 
-It is also strongly recommended to not run Privoxy as root, and instead it is
-suggested to create a "privoxy" user and group for this purpose. See your local
-documentation for the correct command line to do this.
+It is also strongly recommended to not run Privoxy as root. You should
+configure/install/run Privoxy as an unprivileged user, preferably by creating a
+"privoxy" user and group just for this purpose. See your local documentation
+for the correct command line to do add new users and groups (something like 
+adduser, but the command syntax may vary from platform to platform).
 
 /etc/passwd might then look like:
 
@@ -78,17 +80,25 @@ Then, to build from either unpacked tarball or CVS source:
  autoconf                                                                      
  ./configure      # (--help to see options)                                    
  make             # (the make from GNU, sometimes called gmake)                
- su                                                                            
+ su               # Possibly required                                          
  make -n install  # (to see where all the files will go)                       
  make -s install  # (to really install, -s to silence output)                  
 
-If you have GNU make, you can have the first four steps automatically done for
-you by just typing:
+Using GNU make, you can have the first four steps automatically done for you by
+just typing:
 
   make                                                                         
 
 in the freshly downloaded or unpacked source directory.
 
+To build an executable with security enhanced features so that users cannot
+easily bypass the proxy (e.g. "Go There Anyway"), or alter their own
+configurations, configure like this:
+
+ ./configure  --disable-toggle  --disable-editor  --disable-force              
+
+Then build as above.
+
 WARNING: If installing as root, the install will fail unless a non-root user or
 group is specified, or a privoxy user and group already exist on the system. If
 a non-root user is specified, and no group, then the installation will try to
@@ -98,9 +108,8 @@ owned by the user running the installation.
 
 configure accepts --with-user and --with-group options for setting user and
 group ownership of the configuration files (which need to be writable by the
-daemon). The specified user must already exist. When starting Privoxy, it
-should be run as this same user to insure write access to configuration and log
-files.
+daemon). The specified user must already exist. When starting Privoxy, it must
+be run as this same user to insure write access to configuration and log files!
 
 Alternately, you can specify user and group on the make command line, but be
 sure both already exist:
@@ -109,8 +118,10 @@ sure both already exist:
 
 The default installation path for make install is /usr/local. This may of
 course be customized with the various ./configure path options. If you are
-doing a root install to anywhere else besides /usr/local, be sure to set the
-appropriate paths with the correct configure options (./configure --help).
+doing an install to anywhere besides /usr/local, be sure to set the appropriate
+paths with the correct configure options (./configure --help). Non-privileged
+users must of course have write access permissions to wherever the target
+installation is going.
 
 If you do install to /usr/local, the install will use sysconfdir=$prefix/etc/
 privoxy by default. All other destinations, and the direct usage of
@@ -119,28 +130,29 @@ directory. This is for a safer install, as there may already exist another
 program that uses a file with the "config" name, and thus makes /usr/local/etc
 cleaner.
 
-If installing to /usr/local, the docs will go by default to $prefix/share/doc.
-But if this directory doesn't exist, it will then try $prefix/doc and install
-there before creating a new $prefix/share/doc just for Privoxy.
+If installing to /usr/local, the documentation will go by default to $prefix/
+share/doc. But if this directory doesn't exist, it will then try $prefix/doc
+and install there before creating a new $prefix/share/doc just for Privoxy.
 
 Again, if the installs goes to /usr/local, the localstatedir (ie: var/) will
 default to /var instead of $prefix/var so the logs will go to /var/log/privoxy
 /, and the pid file will be created in /var/run/privoxy.pid.
 
 make install will attempt to set the correct values in config (main
-configuration file). You may want to check this to make sure all values are
-correct. If appropriate, an init script will be installed, but it is up to the
-user to determine how and where to start Privoxy. The init script should be
-checked for correct paths and values, if anything other than a default install
-is done.
-
-If install finds previous versions of any local configuration files, these will
-not be overwritten, and the new ones will be installed with a "new" extension.
-default.action, default.filter, and standard.action will be overwritten. You
-will then need to manually update the other installed configuration files as
-needed. All template files will be overwritten. If you have customized, local
-templates, you should save these first. If a previous version of Privoxy is
-already running, you will have to restart it manually.
+configuration file). You should check this to make sure all values are correct.
+If appropriate, an init script will be installed, but it is up to the user to
+determine how and where to start Privoxy. The init script should be checked for
+correct paths and values, if anything other than a default install is done.
+
+If install finds previous versions of local configuration files, most of these
+will not be overwritten, and the new ones will be installed with a "new"
+extension. default.action, default.filter, and standard.action will be
+overwritten. You will then need to manually update the other installed
+configuration files as needed. All template files will be overwritten. If you
+have customized, local templates, you should save these first, and in fact it
+is wise to always save any important configuration files "just in case". If a
+previous version of Privoxy is already running, you will have to restart it
+manually.
 
 For more detailed instructions on how to build Redhat RPMs, Windows
 self-extracting installers, building on platforms with special requirements
diff --git a/README b/README
index 03a57b6..b82143a 100644 (file)
--- a/README
+++ b/README
  *
  *********************************************************************/
 
-This README is included with the development version of Privoxy 3.0.5. See
-http://www.privoxy.org/ for more information. The current code maturity level
-is "BETA", but seems stable to us :).
-
-If there are no significant problems with this release, Privoxy 3.0.6 (stable)
-will soon follow. There are expected to be no new features in the meantime.
-Please report any problems on the respective SourceForge Project Tracker (see
-below).
+This README is included with Privoxy 3.0.6. See http://www.privoxy.org/ for
+more information. The current code maturity level is "stable".
 
 -------------------------------------------------------------------------------
 
@@ -56,11 +50,16 @@ Privoxy is based on Internet Junkbuster (tm).
 
 1. IMPORTANT CHANGES
 
-BIG NEWS! September 2006, Privoxy 3.0.5 is released. This is a significant
-upgrade with many new and enhanced features, and many bugs fixed. There are
-fifteen new actions available, and several actions have enhanced capabilities.
-Multiple filter files are now supported as well. See the "What's New" section
-and the "Upgrader's Notes" in the User Manual for details and specifics.
+NEWS! November 2006, Privoxy 3.0.6 is released. This is a significant upgrade
+with many new and enhanced features, and many bugs fixed. It is also the first
+stable release in quite some time. There are fifteen new actions available, and
+several actions have enhanced capabilities. Multiple filter files are now
+supported as well. There are many improvements and refinements. See the "What's
+New" section and the "Upgrader's Notes" in the User Manual for details and
+specifics. Preliminary work on 3.0.7 is already underway.
+
+NEWS! September 2006, Privoxy 3.0.5 BETA is released. This is a significant
+upgrade with many new and enhanced features, and many bugs fixed.
 
 There was and will not be an official 3.0.4 release. This release cycle was
 used to gather our thoughts, play with some new ideas and refine some old ones.
@@ -119,22 +118,16 @@ with FTP or other protocols for the simple reason it does not work.
 The actions list can be configured via the web interface accessed via http://
 p.p/, as well other options.
 
-All configuration files are subject to unannounced changes during the
-development process.
-
 -------------------------------------------------------------------------------
 
 5. DOCUMENTATION
 
-There should be documentation in the 'doc' subdirectory, but it may not be
-completed at this point. In particular, see the User Manual there, the FAQ, and
-those interested in Privoxy development, should look at developer-manual.
+There should be documentation in the 'doc' subdirectory. In particular, see the
+User Manual there, the FAQ, and those interested in Privoxy development, should
+look at developer-manual.
 
-The most up to date source of information on the current development version,
-may still be either comments in the source code, or the included configuration
-files. The source and configuration files are all well commented. The main
-configuration files are: 'config', 'default.action', and 'default.filter' in
-the top-level source directory.
+The source and configuration files are all well commented. The main
+configuration files are: 'config', 'default.action', and 'default.filter'.
 
 Included documentation may vary according to platform and packager. All
 documentation is posted on http://www.privoxy.org, in case you don't have it,
@@ -211,8 +204,8 @@ Please be sure to provide the following information:
     config.privoxy.org/show-version).
    
   * The operating system and versions you run Privoxy on, (e.g. Windows XP
-    SP2), if you are using some kind of Unix flavour, sending the output of
-    "uname -a" should do.
+    SP2), if you are using a Unix flavor, sending the output of "uname -a"
+    should do.
    
   * The name, platform, and version of the browser you were using (e.g.
     Internet Explorer v5.5 for Mac).
diff --git a/config b/config
index a4f60e6..e5c832f 100644 (file)
--- a/config
+++ b/config
@@ -1,6 +1,6 @@
-#        Sample Configuration File for Privoxy v3.0.5
+#        Sample Configuration File for Privoxy v3.0.6
 #
-#  $Id: config,v 1.54 2006/09/10 14:57:25 hal9 Exp $
+#  $Id: config,v 1.55 2006/09/23 17:59:19 david__schmidt Exp $
 #
 #  Copyright (C) 2001-2006 Privoxy Developers http://privoxy.org
 #
index bd1b67a..71d1ed6 100644 (file)
@@ -9,9 +9,9 @@
 # 
 #  File        :  $Source: /cvsroot/ijbswa/current/default.action.master,v $
 # 
-#  $Id: default.action.master,v 1.41 2006/11/05 17:22:23 fabiankeil Exp $
+#  $Id: default.action.master,v 1.43 2006/11/12 15:14:02 hal9 Exp $
 #
-#  Requires    :  This version requires Privoxy v3.0.4 or later due to 
+#  Requires    :  This version requires Privoxy v3.0.5 or later due to 
 #                 syntax changes.
 #
 #  Purpose     :  Default actions file, see
 {{settings}}
 #############################################################################
 #MASTER# COMMENT: The minimum Privoxy version:
-for-privoxy-version=3.0.5
+for-privoxy-version=3.0.6
 
 #############################################################################
 # Aliases
index 5d41351..801eda7 100644 (file)
--- a/privoxy.1
+++ b/privoxy.1
@@ -3,7 +3,7 @@
 .\" <http://shell.ipoline.com/~elmert/comp/docbook2X/> 
 .\" Please send any bug reports, improvements, comments, patches, 
 .\" etc. to Steve Cheng <steve@ggi-project.org>.
-.TH "PRIVOXY" "1" "24 October 2006" "Privoxy 3.0.6 UNRELEASED" ""
+.TH "PRIVOXY" "1" "13 November 2006" "Privoxy 3.0.6" ""
 .SH NAME
 privoxy \- Privacy Enhancing Proxy
 .SH SYNOPSIS
@@ -300,9 +300,6 @@ config file changes by \fBSIGHUP\fR -- it will detect them
 automatically. 
 .SH "NOTES"
 .PP
-This is a UNRELEASED version of \fBPrivoxy\fR. Not 
-all features are well tested.
-.PP
 Please see the \fIUser Manual\fR on how to contact the
 developers, for feature requests, reporting problems, and other questions.
 .SH "SEE ALSO"