From e5e1636b5da4e771c88582eaef2c3d34ab8e2f43 Mon Sep 17 00:00:00 2001 From: hal9 Date: Sun, 25 Aug 2002 23:37:00 +0000 Subject: [PATCH] Getting ready for 3.0 release. --- AUTHORS | 8 +++++--- README | 42 ++++++++++++++++++++++++------------------ configure.in | 17 +++++++++++------ privoxy.1 | 22 +++++++++++----------- 4 files changed, 51 insertions(+), 38 deletions(-) diff --git a/AUTHORS b/AUTHORS index c4e20bfd..59c81012 100644 --- a/AUTHORS +++ b/AUTHORS @@ -15,14 +15,15 @@ Current Project Contributors: Rodrigo Barbosa (RPM specfiles) Moritz Barsnick Hal Burgiss (docs) + Karsten Hopp (Red Hat) Alexander Lazic Gábor Lipták Guy Haroon Rafique - Roland Rosenfeld - Georg Sauthoff + Roland Rosenfeld (Debian) + Georg Sauthoff (Gentoo) David Schmidt (OS/2, Mac OSX ports) - Joerg Strohmayer + Joerg Strohmayer (Amiga) Sarantis Paskalis Based in part on code originally developed by: @@ -42,6 +43,7 @@ suggestions. These include (in alphabetical order): Peter E Aaron Hamid Magnus Holmgren + Daniel Leite Paul Lieverse Roberto Ragusa Maynard Riley diff --git a/README b/README index 1d8d6415..61f35394 100644 --- a/README +++ b/README @@ -31,10 +31,8 @@ * *********************************************************************/ -This README is included with the development version of Privoxy 2.9.18, which -will eventually become Privoxy v3.0 (and soon we hope!). See http:// -www.privoxy.org/ for more information. The current code level is beta, and -seems stable to us :). +This README is included with Privoxy 3.0.0. See http://www.privoxy.org/ for +more information. The current code level is stable. ------------------------------------------------------------------------------- @@ -51,6 +49,10 @@ Privoxy is based on Internet Junkbuster (tm). 1. IMPORTANT CHANGES +REALLY BIG NEWS! August 2002: The long-awaited, oft-delayed stable version of +Privoxy 3.0 is finally released! This is way behind schedule, but better late +than never. The developers all hope the wait was worth it. + NEWS! As of 03/24/02, the name of this project has been changed from ijbswa/ Junkbuster to Privoxy. This is reflected in many of the included files. @@ -71,8 +73,8 @@ compiler like gcc are required. When building from a source tarball (either release version or nightly CVS tarball), first unpack the source: - tar xzvf privoxy-2.9.18-beta-src* [.tgz or .tar.gz] - cd privoxy-2.9.18-beta + tar xzvf privoxy-3.0.0-src* [.tgz or .tar.gz] + cd privoxy-3.0.0 For retrieving the current CVS sources, you'll need CVS installed. Note that sources from CVS are development quality, and may not be stable, or well @@ -95,6 +97,14 @@ Then, in either case, to build from unpacked tarball or CVS source: make -n install # (to see where all the files will go) make install # (to really install) ++-----------------------------------------------------------------------------+ +| Warning | +|-----------------------------------------------------------------------------| +|The "make install" target is temporary quite broken! It is recommended to use| +|a binary package, or do a source build, and manually install the components. | +|Sorry. | ++-----------------------------------------------------------------------------+ + If you have gnu make, you can have the first four steps automatically done for you by just typing: @@ -149,24 +159,20 @@ 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 is not -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 toplevel 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. +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, +or can't find it. ------------------------------------------------------------------------------- diff --git a/configure.in b/configure.in index 4c0f0514..a0c99205 100644 --- a/configure.in +++ b/configure.in @@ -1,6 +1,6 @@ dnl Process this file with autoconf to produce a configure script. dnl -dnl $Id: configure.in,v 1.68.2.3 2002/08/06 11:29:36 oes Exp $ +dnl $Id: configure.in,v 1.68.2.4 2002/08/10 11:21:57 oes Exp $ dnl dnl Written by and Copyright (C) 2001, 2002 the SourceForge dnl Privoxy team. http://www.privoxy.org/ @@ -28,6 +28,11 @@ dnl or write to the Free Software Foundation, Inc., 59 dnl Temple Place - Suite 330, Boston, MA 02111-1307, USA. dnl dnl $Log: configure.in,v $ +dnl Revision 1.68.2.4 2002/08/10 11:21:57 oes +dnl - Set Version to 2.9.20 (beta) +dnl - Add two AC_DEFINEs that indicate if the pcre*.h headers +dnl are located in a pcre/ subdir to the include path. +dnl dnl Revision 1.68.2.3 2002/08/06 11:29:36 oes dnl Fixed detection/inclusion of pcre.h, which is in a pcre subdir on RH dnl @@ -379,7 +384,7 @@ dnl ================================================================= dnl AutoConf Initialization dnl ================================================================= -AC_REVISION($Revision: 1.68.2.3 $) +AC_REVISION($Revision: 1.68.2.4 $) AC_INIT(jcc.c) if test ! -f config.h.in; then @@ -423,10 +428,10 @@ dnl ================================================================= dnl Application version number dnl ================================================================= -VERSION_MAJOR=2 -VERSION_MINOR=9 -VERSION_POINT=20 -CODE_STATUS="beta" +VERSION_MAJOR=3 +VERSION_MINOR=0 +VERSION_POINT=0 +CODE_STATUS="stable" dnl CODE_STATUS can be "alpha", "beta", or "stable", and will be dnl used for CGI output diff --git a/privoxy.1 b/privoxy.1 index f86913db..3445f2d6 100644 --- a/privoxy.1 +++ b/privoxy.1 @@ -3,15 +3,15 @@ .\" .\" Please send any bug reports, improvements, comments, patches, .\" etc. to Steve Cheng . -.TH "PRIVOXY" "1" "10 August 2002" "Privoxy 2.9.20 beta" "" +.TH "PRIVOXY" "1" "25 August 2002" "Privoxy 3.0.0" "" .SH NAME privoxy \- Privacy Enhancing Proxy .SH SYNOPSIS -\fBprivoxy\fR [\fB--help\fR ] [\fB--version\fR ] [\fB--no-daemon\fR ] [\fB--pidfile \fIpidfile\fB\fR ] [\fB--user \fIuser[.group]\fB\fR ] [\fB\fIconfigfile\fB\fR ]\fB(UNIX)\fR +\fBprivoxy\fR [\fB--help\fR ] [\fB--version\fR ] [\fB--no-daemon\fR ] [\fB--pidfile \fIpidfile\fB\fR ] [\fB--user \fIuser[.group]\fB\fR ] [\fB\fIconfigfile\fB\fR ]\fB (UNIX)\fR -\fBprivoxy.exe\fR [\fB\fIconfigfile\fB\fR ]\fB(Windows)\fR +\fBprivoxy.exe\fR [\fB\fIconfigfile\fB\fR ]\fB (Windows)\fR .SH "OPTIONS" .PP @@ -93,8 +93,7 @@ these files are in the same directory as the \fBPrivoxy\fR executable. .PP The name and number of configuration files has changed from previous -versions, and is subject to change as development -progresses. In fact, the configuration itself is changed and much more +versions. In fact, the configuration itself is changed and much more sophisticated. See the user-manual for a complete explanation of all configuration options and general usage, and notes for upgrading from \fBJunkbuster\fR and earlier \fBPrivoxy\fR @@ -228,9 +227,6 @@ config file changes by \fBSIGHUP\fR -- it will detect them automatically. .SH "NOTES" .PP -This is a beta 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" @@ -255,6 +251,9 @@ running for this to work. Shortcut: http://p.p/ http://www.privoxy.org/actions/, to submit ``misses'' to the developers. +http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/ijbswa/contrib/, cool +and fun ideas from \fBPrivoxy\fR users. + http://www.junkbusters.com/ht/en/cookies.html, an explanation how cookies are used to track web users. @@ -284,14 +283,15 @@ the \fBPrivoxy\fR developer manual. Rodrigo Barbosa (RPM specfiles) Moritz Barsnick Hal Burgiss (docs) + Karsten Hopp (Red Hat) Alexander Lazic Gábor Lipták Guy Haroon Rafique - Roland Rosenfeld - Georg Sauthoff + Roland Rosenfeld (Debian) + Georg Sauthoff (Gentoo) David Schmidt (OS/2, Mac OSX ports) - Joerg Strohmayer + Joerg Strohmayer (Amiga) Sarantis Paskalis .fi .SH "COPYRIGHT AND LICENSE" -- 2.49.0