remove user junkbuster after de-installation.
[privoxy.git] / ChangeLog
1 --------------------------------------------------------------------
2 ChangeLog for Internet JunkBuster
3 --------------------------------------------------------------------
4
5 *** Version 2.2.11 Beta Changes (WIP 03/07/02) *** 
6 - **READ**: The default listening PORT is NOW 8118!!! Changed from 
7 8000 due to conflict with NAS (Network Audio Server, whatever that 
8 is.)
9 -Added a new image blocker option: +image-blocker{pattern}, which 
10 displays a checkboard patthern and scales better than the logo.
11 - Change JB built-in images from GIF to PNG.
12 - Clean up compiler warnings (mostly).
13 - Improved handling of failed DNS lookups & diagnostics for failed bind
14 to listen socket
15 - Made --no-daemon mode log to tty instead of logfile.
16 - Various spec file and init script cleanups and improvements (Redhat and
17 SuSE).
18 - CGI Editor works on OS/2 now.
19 - Fix restart failure where sockets were in TIME_WAIT.
20 - Fixes for actions cgi editor, make sure we have right file.
21 - A --pidfile command line option now, in addition to --help, 
22 --version, --no-daemon, --user and configfile. --no-daemon replaces
23 the former -d option and _DEBUG define. --user will drop privileges 
24 to the specified user.
25 - Signal handling cleanups (*nix).
26 - CGI actions editor improvements and fixes.
27 - Error handling improvements, especially out of memory.
28 - Default re_filterfile fix that caused spurious IJB logos 
29 (instead of 'blank').
30 - configure.in threading fixes for Solaris.
31 - Various other minor fixes.
32
33
34 *** Version 2.2.10 Beta Changes ***
35
36 - Add "session" cookie concept where cookies exist for the life 
37 of that browser session only (ie never goes to disk). 
38 - Checks for correct header length.
39 - Fix user:pass@host.domain.com auth bug.
40 - Better signal handling on *nix.
41 - Fix CFLAGS hard-coded in configure.in
42 - Fix threading bug re: gethostbyname() that caused random 
43 URLs to fail in some cases.
44
45
46 *** Version 2.2.10 Alpha Changes ***
47
48 - A web-based editor for the actions file is included (go to http://i.j.b/).
49 - Web-based toggle IJB on/off support.
50 - Cookie handling has changed - the new +no-cookies-keep feature is now the
51 default.
52 - actionsfile is renamed to ijb.action.
53 - junkbstr.txt is now config.txt on Win32.
54 - Support for running IJB as a UNIX daemon process has improved.
55 - Unix daemon now returns error code on failed start.
56 - Timestamps in logfile and jarfile now.
57 - Fix for the Netscape bug reintroduced in 2.9.9.
58 - make should now abort if gmake (GNU make) not present.
59 - Many other minor bugfixes
60 - Start a ChangeLog :)
61
62
63
64 ----------------------------------------------------------------------
65 Copyright   :  Written by and Copyright (C) 2001 the SourceForge
66                IJBSWA team.  http://ijbswa.sourceforge.net
67
68                Based on the Internet Junkbuster originally written
69                by and Copyright (C) 1997 Anonymous Coders and 
70                Junkbusters Corporation.  http://www.junkbusters.com
71
72                This program is free software; you can redistribute it 
73                and/or modify it under the terms of the GNU General
74                Public License as published by the Free Software
75                Foundation; either version 2 of the License, or (at
76                your option) any later version.
77
78                This program is distributed in the hope that it will
79                be useful, but WITHOUT ANY WARRANTY; without even the
80                implied warranty of MERCHANTABILITY or FITNESS FOR A
81                PARTICULAR PURPOSE.  See the GNU General Public
82                License for more details.
83
84                The GNU General Public License should be included with
85                this file.  If not, you can view it at
86                http://www.gnu.org/copyleft/gpl.html
87                or write to the Free Software Foundation, Inc., 59
88                Temple Place - Suite 330, Boston, MA  02111-1307, USA.
89
90