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