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