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