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