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