cleanups of the redhat-srpm target
[privoxy.git] / ChangeLog
1 --------------------------------------------------------------------
2 ChangeLog for Privoxy
3 --------------------------------------------------------------------
4 *** Version 2.9.16  *** 
5
6 - Major revamp of default.action to get rid of years of cruft.
7 - Same for default.filter
8 - Re-design and major improvements to the CGI editor interface.
9 - Address spurious 'out of memory' error due to incorrect file permissions.
10 - Impose buffer limits while reading client and server headers.
11 - Better memory and CPU optimization.
12 - Add Conectiva Linux package.
13 - user-manual directive added to config for help links from within CGI
14   editor.
15 - Multiple actions files can now be specified in config.
16 - Actions files are changed to: default.action, standard.action, and 
17   user.action. user.action is for personal/local configuration.
18 - The usual many small and miscellaneous bug and security fixes.
19
20 *** Version 2.9.14 Beta *** 
21
22 - Fix Solaris compile problem (gateway.h and filters.h)
23 - Makefile fixes for Solaris, FreeBSD (?)
24 - Fix build failure where certain features were disabled.
25 - 'blocked-compact' template is removed. Various CGI improvements,
26   including an adaptive 'blocked' template.
27 - Various tweaks for actions file to get ready for stable 3.0
28 - Included a 'Bookmarklet' and PHP scripts for reporting actions file
29   problems via web interface at privoxy.org. Accessed via internal CGIs.
30 - Include cgi-style.css for templates.
31 - #include mechansim for common text in templates
32 - Various other minor fixes.
33
34 *** Version 2.9.13 Beta *** 
35
36 - *NEWS*: The project has been renamed to Privoxy! The new name is 
37   reflected throughout (file locations, etc).
38 - ijb.action is now default.action. re_filterfile is now 
39   default.filter.
40 - http://i.j.b/ is now http://p.p/
41 - The 'logo' option for replacing ad iamges is removed now. 'Pattern' 
42   (checkerboard) is now the default.
43 - RPM spec file make over.
44
45
46 *** Version 2.9.12 Beta *** 
47
48 - **READ**: The default listening PORT is NOW 8118!!! Changed from 
49   8000 due to conflict with NAS (Network Audio Server, whatever that 
50   is.)
51 - More CGI actions editor fixes and improvements.
52 - Win32 command line fix ups.
53 - re_filterfile now has modular sections that can be activated on a 
54   per site basis. Some new goodies there too.
55 - +filter now takes arguments to match FILTER sections in re_filterfile
56   for even more flexibility. 
57 - Added a new image blocker option: +image-blocker{pattern}, which 
58   displays a checkerboard patthern and scales better than the logo.
59 - PNG images will be used in place of GIF for JB built-in images
60   if configured with --enable-no-gif.
61 - Clean up compiler warnings (mostly).
62 - Improved handling of failed DNS lookups & diagnostics for failed bind
63   to listen socket
64 - Made --no-daemon mode log to tty instead of logfile.
65 - Various spec file and init script cleanups and improvements (Redhat and
66   SuSE).
67 - CGI Editor works on OS/2 now.
68 - Fix restart failure where sockets were in TIME_WAIT.
69 - Fixes for actions cgi editor, make sure we have right file.
70 - A --pidfile command line option now, in addition to --help, 
71   --version, --no-daemon, --user and configfile. --no-daemon replaces
72   the former -d option and _DEBUG define. --user will drop privileges 
73   to the specified user.
74 - Signal handling cleanups (*nix).
75 - CGI actions editor improvements and fixes.
76 - Error handling improvements, especially out of memory.
77 - Default re_filterfile fix that caused spurious IJB logos 
78   (instead of 'blank').
79 - configure.in threading fixes for Solaris.
80 - Various other minor fixes.
81
82
83 *** Version 2.9.11 Beta Changes ***
84
85 - Add "session" cookie concept where cookies exist for the life 
86 of that browser session only (ie never goes to disk). 
87 - Checks for correct header length.
88 - Fix user:pass@host.domain.com auth bug.
89 - Better signal handling on *nix.
90 - Fix CFLAGS hard-coded in configure.in
91 - Fix threading bug re: gethostbyname() that caused random 
92 URLs to fail in some cases.
93
94
95 *** Version 2.9.11 Alpha Changes ***
96
97 - A web-based editor for the actions file is included (go to http://i.j.b/).
98 - Web-based toggle IJB on/off support.
99 - Cookie handling has changed - the new +no-cookies-keep feature is now the
100 default.
101 - actionsfile is renamed to ijb.action.
102 - junkbstr.txt is now config.txt on Win32.
103 - Support for running IJB as a UNIX daemon process has improved.
104 - Unix daemon now returns error code on failed start.
105 - Timestamps in logfile and jarfile now.
106 - Fix for the Netscape bug reintroduced in 2.9.9.
107 - make should now abort if gmake (GNU make) not present.
108 - Many other minor bugfixes
109 - Start a ChangeLog :)
110
111
112
113 *** Version 2.9.3 pre-Alpha Changes ***
114
115 - Amiga support (completely untested by me - I don't have an Amiga)
116 - "tinygif 3" support (redirects blocked images to a specified URL, so
117 the browser doesn't have to load and cache many copies of the same
118 image).
119 - one case where there were both local and global "referrer" variables
120 (yuck!) clarified by renaming the local one to "refer".
121 - Fixed some places where close() was used instead of close_socket().
122 Thanks to Jörg Strohmayer (joergs at users.sourceforge.net) for these.
123 - Temporary hack to get FORCE_LOAD to work with IE.  I just lowercased the
124 FORCE_LOAD_PREFIX.  Needs fixing properly.
125 - Most URLs hardcoded into Junkbuster were changed to go through a script
126 e.g. http://ijbswa.sourceforge.net/redirect.php?v=2.9.3&to=faq
127 The only other URLs left are the GNU GPL:
128   http://www.fsf.org/copyleft/gpl.html
129 and the home page:
130   http://ijbswa.sourceforge.net/
131 ... and various URLs which will be intercepted by Junkbuster anyway.
132 TODO: Still need to do something with the URLs in Junkbuster Corp's 
133 copyright/trademark notice on the bottom of the show-proxy-args page.
134 - PCRE or GNU Regex is now a #define option.
135
136
137 *** Version 2.9.2 pre-Alpha Changes ***
138
139 - Andreas applied the latest version of the FORCE patch.
140
141
142 *** Version 2.9.1 pre-Alpha Changes ***
143
144 - in parsers.c, fixed two #ifdef FORCE to #ifdef FORCE_LOAD
145 (BTW: I think FORCE is precise enough, since loading remote
146 data is the whole purpose of a proxy..)
147 - Set the FORCE_PREFIX (back) to 'IJB-FORCE-LOAD-'. While 'noijb.'
148 is more elegant and looks like a hostname in the URL, it doesn't
149 make clear to the inexperienced user that the proxy is bypassed. It
150 also has a higher name collision risk.
151 - Filled in the function header templates for my functions in
152 parsers.c (again). They obviously got lost in our current
153 patch war ;-)
154 - Cut the credit for the §-referrer-option from the config file,
155 that Stefan had placed there.
156 - Improved the re_filterfile 
157
158
159 *** Version 2.9.0 pre-Alpha Changes ***
160
161 -  Now use PCRE, not GNU REGEX.  I have not yet had chance to check the
162 syntax of the block/image/cookie file to ensure that they match what
163 is expected - however they seem to work.
164 -  Replaced "configure" script with one generated by "autoconf".  Also 
165 use a header "config.h" (was ijbconfig.h in my previous release) for 
166 the #defines.  "config.h" is now generated with "autoheader" from 
167 "acconfig.h" and "configure.in".  (Note that to install you do not
168 need autoconf or autoheader - just run "./configure".)
169 To see command-line options, run "./configure --help".
170 This is my first ever autoconf script, so it has some rough edges
171 (how PCRE is handled is the roughest).
172 -  Error logging code replaced with new module errlog.c, based on the
173 one from JunkbusterMT (but with the threading code removed).
174 -  Most of Rodney's 0.21 and 0.21A patches applied. (Marked *).  I did not
175 apply all of these, since I had already independently done conditional
176 popup file, conditional image file, and integration of popup code.
177 - ACL, Jar and trust files conditionally compiled.
178 - New source file headers.
179 - Various cosmetic changes.  (But I have not consistently ordered the 
180 config files - I think that's worthwhile, but it's 1am and I want to
181 get this released!)
182 - RCS tags on .h files.
183 -  RCS tags are const char[] rather than const char *.  (Saves 4 bytes
184 per tag ;-)
185 - VC++ project files renamed to vc_junkbuster.*.
186 - show-proxy-args now shows status of all conditionals, not just REGEX
187 - Various functions moved around.  Most notably all the system-specific
188 sockets code which was spread between jcc.c, bind.c, and connect.c,
189 has been moved to "jbsockets.c".  The non-system-specific code from
190 connect.c and socks4.c has been movet to "gateway.c".  Also, the
191 config file loader and the global variables it writes to have been
192 moved to "loadcfg.c".  (Maybe this should go into loaders.c?)
193 And candidate for the "worst filename ever" award is "miscutil.c",
194 which contains, well, miscellaneous utility functions like zalloc.
195 (Suggestions for a better name for this file are welcome!)
196 - Loaders now use a common function to read a line and skip comments,
197 and this function also stores the proxy_args.
198 - Added ./junkbuster --help     (Not for Win32 GUI)
199 - Added ./junkbuster --version  (Not for Win32 GUI)
200 - Win32 resources are now all marked as "U.S. English", rather than
201 being a mix of "U.S. English", "U.K. English" and "Irish English".
202 - Version number changes to 2.9.0
203
204
205
206 ----------------------------------------------------------------------
207 Copyright   :  Written by and Copyright (C) 2001 the SourceForge
208                Privoxy team. http://www.privoxy.org/
209
210                Based on the Internet Junkbuster originally written
211                by and Copyright (C) 1997 Anonymous Coders and 
212                Junkbusters Corporation.  http://www.junkbusters.com
213
214                This program is free software; you can redistribute it 
215                and/or modify it under the terms of the GNU General
216                Public License as published by the Free Software
217                Foundation; either version 2 of the License, or (at
218                your option) any later version.
219
220                This program is distributed in the hope that it will
221                be useful, but WITHOUT ANY WARRANTY; without even the
222                implied warranty of MERCHANTABILITY or FITNESS FOR A
223                PARTICULAR PURPOSE.  See the GNU General Public
224                License for more details.
225
226                The GNU General Public License should be included with
227                this file.  If not, you can view it at
228                http://www.gnu.org/copyleft/gpl.html
229                or write to the Free Software Foundation, Inc., 59
230                Temple Place - Suite 330, Boston, MA  02111-1307, USA.
231
232