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