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