Index.html re-vamped as privoxy-index.html for docs.
[privoxy.git] / ChangeLog
1 --------------------------------------------------------------------
2 ChangeLog for Privoxy
3 --------------------------------------------------------------------
4 *** Version 2.9.15 (current CVS) *** 
5
6 - Impose buffer limits while reading client and server headers.
7 - Better memory and CPU optimization.
8 - Add Conectiva Linux package.
9 - Actions files are changed to: default.action, standard.action, and 
10   user.action. user.action is for personal/local configuration.
11 - Major overhaul of the CGI editor (ongoing).
12 - Multiple actions files can now be specified in config.
13 - The usual many small and miscellaneous fixes.
14
15 *** Version 2.9.14 Beta *** 
16
17 - Fix Solaris compile problem (gateway.h and filters.h)
18 - Makefile fixes for Solaris, FreeBSD (?)
19 - Fix build failure where certain features were disabled.
20 - 'blocked-compact' template is removed. Various CGI improvements,
21   including an adaptive 'blocked' template.
22 - Various tweaks for actions file to get ready for stable 3.0
23 - Included a 'Bookmarklet' and PHP scripts for reporting actions file
24   problems via web interface at privoxy.org. Accessed via internal CGIs.
25 - Include cgi-style.css for templates.
26 - #include mechansim for common text in templates
27 - Various other minor fixes.
28
29 *** Version 2.9.13 Beta *** 
30
31 - *NEWS*: The project has been renamed to Privoxy! The new name is 
32   reflected throughout (file locations, etc).
33 - ijb.action is now default.action. re_filterfile is now 
34   default.filter.
35 - http://i.j.b/ is now http://p.p/
36 - The 'logo' option for replacing ad iamges is removed now. 'Pattern' 
37   (checkerboard) is now the default.
38 - RPM spec file make over.
39
40
41 *** Version 2.9.12 Beta *** 
42
43 - **READ**: The default listening PORT is NOW 8118!!! Changed from 
44   8000 due to conflict with NAS (Network Audio Server, whatever that 
45   is.)
46 - More CGI actions editor fixes and improvements.
47 - Win32 command line fix ups.
48 - re_filterfile now has modular sections that can be activated on a 
49   per site basis. Some new goodies there too.
50 - +filter now takes arguments to match FILTER sections in re_filterfile
51   for even more flexibility. 
52 - Added a new image blocker option: +image-blocker{pattern}, which 
53   displays a checkerboard patthern and scales better than the logo.
54 - PNG images will be used in place of GIF for JB built-in images
55   if configured with --enable-no-gif.
56 - Clean up compiler warnings (mostly).
57 - Improved handling of failed DNS lookups & diagnostics for failed bind
58   to listen socket
59 - Made --no-daemon mode log to tty instead of logfile.
60 - Various spec file and init script cleanups and improvements (Redhat and
61   SuSE).
62 - CGI Editor works on OS/2 now.
63 - Fix restart failure where sockets were in TIME_WAIT.
64 - Fixes for actions cgi editor, make sure we have right file.
65 - A --pidfile command line option now, in addition to --help, 
66   --version, --no-daemon, --user and configfile. --no-daemon replaces
67   the former -d option and _DEBUG define. --user will drop privileges 
68   to the specified user.
69 - Signal handling cleanups (*nix).
70 - CGI actions editor improvements and fixes.
71 - Error handling improvements, especially out of memory.
72 - Default re_filterfile fix that caused spurious IJB logos 
73   (instead of 'blank').
74 - configure.in threading fixes for Solaris.
75 - Various other minor fixes.
76
77
78 *** Version 2.9.11 Beta Changes ***
79
80 - Add "session" cookie concept where cookies exist for the life 
81 of that browser session only (ie never goes to disk). 
82 - Checks for correct header length.
83 - Fix user:pass@host.domain.com auth bug.
84 - Better signal handling on *nix.
85 - Fix CFLAGS hard-coded in configure.in
86 - Fix threading bug re: gethostbyname() that caused random 
87 URLs to fail in some cases.
88
89
90 *** Version 2.9.11 Alpha Changes ***
91
92 - A web-based editor for the actions file is included (go to http://i.j.b/).
93 - Web-based toggle IJB on/off support.
94 - Cookie handling has changed - the new +no-cookies-keep feature is now the
95 default.
96 - actionsfile is renamed to ijb.action.
97 - junkbstr.txt is now config.txt on Win32.
98 - Support for running IJB as a UNIX daemon process has improved.
99 - Unix daemon now returns error code on failed start.
100 - Timestamps in logfile and jarfile now.
101 - Fix for the Netscape bug reintroduced in 2.9.9.
102 - make should now abort if gmake (GNU make) not present.
103 - Many other minor bugfixes
104 - Start a ChangeLog :)
105
106
107
108 *** Version 2.9.3 pre-Alpha Changes ***
109
110 - Amiga support (completely untested by me - I don't have an Amiga)
111 - "tinygif 3" support (redirects blocked images to a specified URL, so
112 the browser doesn't have to load and cache many copies of the same
113 image).
114 - one case where there were both local and global "referrer" variables
115 (yuck!) clarified by renaming the local one to "refer".
116 - Fixed some places where close() was used instead of close_socket().
117 Thanks to Jörg Strohmayer (joergs at users.sourceforge.net) for these.
118 - Temporary hack to get FORCE_LOAD to work with IE.  I just lowercased the
119 FORCE_LOAD_PREFIX.  Needs fixing properly.
120 - Most URLs hardcoded into Junkbuster were changed to go through a script
121 e.g. http://ijbswa.sourceforge.net/redirect.php?v=2.9.3&to=faq
122 The only other URLs left are the GNU GPL:
123   http://www.fsf.org/copyleft/gpl.html
124 and the home page:
125   http://ijbswa.sourceforge.net/
126 ... and various URLs which will be intercepted by Junkbuster anyway.
127 TODO: Still need to do something with the URLs in Junkbuster Corp's 
128 copyright/trademark notice on the bottom of the show-proxy-args page.
129 - PCRE or GNU Regex is now a #define option.
130
131
132 *** Version 2.9.2 pre-Alpha Changes ***
133
134 - Andreas applied the latest version of the FORCE patch.
135
136
137 *** Version 2.9.1 pre-Alpha Changes ***
138
139 - in parsers.c, fixed two #ifdef FORCE to #ifdef FORCE_LOAD
140 (BTW: I think FORCE is precise enough, since loading remote
141 data is the whole purpose of a proxy..)
142 - Set the FORCE_PREFIX (back) to 'IJB-FORCE-LOAD-'. While 'noijb.'
143 is more elegant and looks like a hostname in the URL, it doesn't
144 make clear to the inexperienced user that the proxy is bypassed. It
145 also has a higher name collision risk.
146 - Filled in the function header templates for my functions in
147 parsers.c (again). They obviously got lost in our current
148 patch war ;-)
149 - Cut the credit for the §-referrer-option from the config file,
150 that Stefan had placed there.
151 - Improved the re_filterfile 
152
153
154 *** Version 2.9.0 pre-Alpha Changes ***
155
156 -  Now use PCRE, not GNU REGEX.  I have not yet had chance to check the
157 syntax of the block/image/cookie file to ensure that they match what
158 is expected - however they seem to work.
159 -  Replaced "configure" script with one generated by "autoconf".  Also 
160 use a header "config.h" (was ijbconfig.h in my previous release) for 
161 the #defines.  "config.h" is now generated with "autoheader" from 
162 "acconfig.h" and "configure.in".  (Note that to install you do not
163 need autoconf or autoheader - just run "./configure".)
164 To see command-line options, run "./configure --help".
165 This is my first ever autoconf script, so it has some rough edges
166 (how PCRE is handled is the roughest).
167 -  Error logging code replaced with new module errlog.c, based on the
168 one from JunkbusterMT (but with the threading code removed).
169 -  Most of Rodney's 0.21 and 0.21A patches applied. (Marked *).  I did not
170 apply all of these, since I had already independently done conditional
171 popup file, conditional image file, and integration of popup code.
172 - ACL, Jar and trust files conditionally compiled.
173 - New source file headers.
174 - Various cosmetic changes.  (But I have not consistently ordered the 
175 config files - I think that's worthwhile, but it's 1am and I want to
176 get this released!)
177 - RCS tags on .h files.
178 -  RCS tags are const char[] rather than const char *.  (Saves 4 bytes
179 per tag ;-)
180 - VC++ project files renamed to vc_junkbuster.*.
181 - show-proxy-args now shows status of all conditionals, not just REGEX
182 - Various functions moved around.  Most notably all the system-specific
183 sockets code which was spread between jcc.c, bind.c, and connect.c,
184 has been moved to "jbsockets.c".  The non-system-specific code from
185 connect.c and socks4.c has been movet to "gateway.c".  Also, the
186 config file loader and the global variables it writes to have been
187 moved to "loadcfg.c".  (Maybe this should go into loaders.c?)
188 And candidate for the "worst filename ever" award is "miscutil.c",
189 which contains, well, miscellaneous utility functions like zalloc.
190 (Suggestions for a better name for this file are welcome!)
191 - Loaders now use a common function to read a line and skip comments,
192 and this function also stores the proxy_args.
193 - Added ./junkbuster --help     (Not for Win32 GUI)
194 - Added ./junkbuster --version  (Not for Win32 GUI)
195 - Win32 resources are now all marked as "U.S. English", rather than
196 being a mix of "U.S. English", "U.K. English" and "Irish English".
197 - Version number changes to 2.9.0
198
199
200
201 ----------------------------------------------------------------------
202 Copyright   :  Written by and Copyright (C) 2001 the SourceForge
203                Privoxy team. http://www.privoxy.org/
204
205                Based on the Internet Junkbuster originally written
206                by and Copyright (C) 1997 Anonymous Coders and 
207                Junkbusters Corporation.  http://www.junkbusters.com
208
209                This program is free software; you can redistribute it 
210                and/or modify it under the terms of the GNU General
211                Public License as published by the Free Software
212                Foundation; either version 2 of the License, or (at
213                your option) any later version.
214
215                This program is distributed in the hope that it will
216                be useful, but WITHOUT ANY WARRANTY; without even the
217                implied warranty of MERCHANTABILITY or FITNESS FOR A
218                PARTICULAR PURPOSE.  See the GNU General Public
219                License for more details.
220
221                The GNU General Public License should be included with
222                this file.  If not, you can view it at
223                http://www.gnu.org/copyleft/gpl.html
224                or write to the Free Software Foundation, Inc., 59
225                Temple Place - Suite 330, Boston, MA  02111-1307, USA.
226
227