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