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