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