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