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