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