Updated the changelog and about Privoxy texts.
[privoxy.git] / doc / webserver / announce.txt
1                  Announcing Privoxy v.3.0.12
2 -----------------------------------------------------------------
3
4 Privoxy 3.0.12-stable is primarily a bugfix release.
5
6 See http://www.privoxy.org/3.0.12/user-manual/whatsnew.html for details.
7
8 --------------------------------------------------------------------
9 ChangeLog for Privoxy
10 --------------------------------------------------------------------
11 *** Version 3.0.12  ***
12
13 - The socket-timeout option now also works on platforms whose
14   select() implementation modifies the timeout structure.
15   Previously the timeout was triggered even if the connection
16   didn't stall. Reported by cyberpatrol.
17 - The Connection: keep-alive code properly deals with files
18   larger than 2GB. Previously the connection was closed too
19   early.
20 - The content length for files above 2GB is logged correctly.
21 - The user-manual directive on the show-status page links to
22   the documentation location specified with the directive,
23   not to the Privoxy website.
24 - When running in daemon mode, Privoxy doesn't log anything
25   to the console unless there are errors before the logfile
26   has been opened.
27 - The show-status page prints warnings about invalid directives
28   on the same line as the directives themselves.
29 - Fixed several justified (but harmless) compiler warnings,
30   mostly on 64 bit platforms.
31 - The mingw32 version explicitly requests the default charset
32   to prevent display problems with some fonts available on more
33   recent Windows versions. Patch by Burberry.
34 - The mingw32 version uses the Privoxy icon in the alt-tab
35   windows. Patch by Burberry.
36 - The timestamp and the thread id is omitted in the "Fatal error"
37   message box on mingw32.
38 - Fixed two related mingw32-only buffer overflows. Triggering
39   them required control over the configuration file, therefore
40   this isn't seen as a security issue.
41 - In verbose mode, or if the new option --show-skipped-tests
42   is used, Privoxy-Regression-Test logs skipped tests and the
43   skip reason.
44
45
46 -----------------------------------------------------------------
47 About Privoxy:
48 -----------------------------------------------------------------
49
50 Privoxy is a non-caching web proxy with advanced filtering capabilities for
51 enhancing privacy, modifying web page data and HTTP headers, controlling
52 access, and removing ads and other obnoxious Internet junk. Privoxy has a
53 flexible configuration and can be customized to suit individual needs and
54 tastes. It has application for both stand-alone systems and multi-user
55 networks.
56
57 Privoxy is Free Software and licensed under the GPL2.
58
59 At present, Privoxy is known to run on Windows(95, 98, ME, 2000,
60 XP, Vista), Linux (Ubuntu, RedHat, SuSE, Debian, Fedora, Gentoo and
61 others), Mac OSX, OS/2, AmigaOS, FreeBSD, NetBSD, OpenBSD, Solaris, and
62 various other flavors of Unix.
63
64 In addition to the core features of ad blocking and cookie management,
65 Privoxy provides many supplemental features, that give the end-user
66 more control, more privacy and more freedom:
67
68
69     *  Can keep outgoing connections alive and reuse them later on.
70
71     *  Supports tagging which allows to change the behaviour based on client
72        and server headers.
73
74     *  Can be run as an "intercepting" proxy, which obviates the need to
75        configure browsers individually.
76
77     *  Sophisticated actions and filters for manipulating both server and
78        client headers.
79
80     *  Can be chained with other proxies.
81
82     *  Integrated browser based configuration and control utility at
83        http://config.privoxy.org/ (shortcut: http://p.p/). Browser-based
84        tracing of rule and filter effects. Remote toggling.
85
86     *  Web page filtering (text replacements, removes banners based on size,
87        invisible "web-bugs", JavaScript and HTML annoyances, pop-up windows,
88        etc.)
89
90     *  Modularized configuration that allows for standard settings and user
91        settings to reside in separate files, so that installing updated actions
92        files won't overwrite individual user settings.
93
94     *  Support for Perl Compatible Regular Expressions in the configuration
95        files, and a more sophisticated and flexible configuration syntax.
96
97     *  Improved cookie management features (e.g. session based cookies).
98
99     *  GIF de-animation.
100
101     *  Bypass many click-tracking scripts (avoids script redirection).
102
103     *  Multi-threaded (POSIX and native threads).
104
105     *  User-customizable HTML templates for most proxy-generated pages (e.g.
106        "blocked" page).
107
108     *  Auto-detection and re-reading of config file changes.
109
110     *  Improved signal handling, and a true daemon mode (Unix).
111     
112     *  Every feature now controllable on a per-site or per-location basis,
113        configuration more powerful and versatile over-all.
114     
115
116 Download location: 
117    http://sourceforge.net/project/showfiles.php?group_id=11118
118  
119 Home Page: 
120    http://www.privoxy.org/
121
122
123   - Privoxy Developers <ijbswa-developers@lists.sourceforge.net>