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