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