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