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