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