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