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