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