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