current INSTALL,1.43,1.44 README,1.92,1.93
Fabian Keil <[email protected]>
| Newsgroups | gmane.comp.web.privoxy.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/ijbswa/current
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv25530
Modified Files:
INSTALL README
Log Message:
Add a FAQ entry for tainted sockets
Index: README
===================================================================
RCS file: /cvsroot/ijbswa/current/README,v
retrieving revision 1.92
retrieving revision 1.93
diff -C2 -d -r1.92 -r1.93
*** README 17 Jan 2016 14:32:40 -0000 1.92
--- README 6 Mar 2016 11:32:26 -0000 1.93
***************
*** 33,38 ****
*********************************************************************/
! This README is included with Privoxy 3.0.24. See http://www.privoxy.org/ for
! more information. The current code maturity level is "stable".
-------------------------------------------------------------------------------
--- 33,39 ----
*********************************************************************/
! This README is included with the development version of Privoxy 3.0.25. See
! http://www.privoxy.org/ for more information. The current code maturity level
! is "UNRELEASED", but seems stable to us :).
-------------------------------------------------------------------------------
***************
*** 105,118 ****
p.p/, as well other options.
-------------------------------------------------------------------------------
5. DOCUMENTATION
! 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 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
--- 106,125 ----
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.
! 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.
Included documentation may vary according to platform and packager. All
***************
*** 136,140 ****
section should help to prevent that.
! Before contacting us to report a problem, please try to verify that it is a
Privoxy problem, and not a browser or site problem or documented behaviour that
just happens to be different than what you expected. If unsure, try toggling
--- 143,147 ----
section should help to prevent that.
! Before contacting us to report a problem, please try to verify that it is a
Privoxy problem, and not a browser or site problem or documented behaviour that
just happens to be different than what you expected. If unsure, try toggling
***************
*** 157,161 ****
* The operating system and versions you run Privoxy on, e.g. Windows XP SP2.
! * The name, platform, and version of the browser you were using (e.g.
Internet Explorer v5.5 for Mac).
--- 164,168 ----
* The operating system and versions you run Privoxy on, e.g. Windows XP SP2.
! * The name, platform, and version of the browser you were using (e.g.
Internet Explorer v5.5 for Mac).
Index: INSTALL
===================================================================
RCS file: /cvsroot/ijbswa/current/INSTALL,v
retrieving revision 1.43
retrieving revision 1.44
diff -C2 -d -r1.43 -r1.44
*** INSTALL 17 Jan 2016 14:32:49 -0000 1.43
--- INSTALL 6 Mar 2016 11:32:26 -0000 1.44
***************
*** 41,46 ****
When building from a source tarball, first unpack the source:
! tar xzvf privoxy-3.0.24-stable-src.tar.gz
! cd privoxy-3.0.24-stable
For retrieving the current CVS sources, you'll need a CVS client installed.
--- 41,46 ----
When building from a source tarball, first unpack the source:
! tar xzvf privoxy-3.0.25-beta-src.tar.gz
! cd privoxy-3.0.25-beta
For retrieving the current CVS sources, you'll need a CVS client installed.
***************
*** 98,103 ****
./configure --disable-toggle --disable-editor --disable-force
! Then build as above. In Privoxy 3.0.7 and later, all of these options can also
! be disabled through the configuration file.
WARNING: If installing as root, the install will fail unless a non-root user or
--- 98,103 ----
./configure --disable-toggle --disable-editor --disable-force
! Note that all of these options can also be disabled through the configuration
! file.
WARNING: If installing as root, the install will fail unless a non-root user or
------------------------------------------------------------------------------