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