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