X-Git-Url: http://www.privoxy.org/gitweb/?a=blobdiff_plain;f=ChangeLog;h=4ce7f4ad980af627e9556b3f57fa6250b2132fc0;hb=5afb9b8dc315563b6865becea1a14c25ed238f6d;hp=6ae781934765c10959b528252f69352f74987bd4;hpb=25cbf8f5d04a0ada6702dac3eaf04a844edff382;p=privoxy.git diff --git a/ChangeLog b/ChangeLog index 6ae78193..4ce7f4ad 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,17 +2,30 @@ ChangeLog for Internet JunkBuster -------------------------------------------------------------------- -*** Version 2.2.11 Beta Changes *** +*** Version 2.9.11 Beta and CVS Changes (WIP 03/07/02) *** + +- **READ**: The default listening PORT is NOW 8118!!! Changed from +8000 due to conflict with NAS (Network Audio Server, whatever that +is.) +- Added a new image blocker option: +image-blocker{pattern}, which +displays a checkboard patthern and scales better than the logo. +- PNG images will be used in place of GIF for JB built-in images +if configured with --enable-no-gif. +- Clean up compiler warnings (mostly). +- Improved handling of failed DNS lookups & diagnostics for failed bind +to listen socket +- Made --no-daemon mode log to tty instead of logfile. +- Various spec file and init script cleanups and improvements (Redhat and +SuSE). +- CGI Editor works on OS/2 now. - Fix restart failure where sockets were in TIME_WAIT. - Fixes for actions cgi editor, make sure we have right file. -- The default listening port is NOW 8118!!! Changed from 8000 -due to conflict with NAS (Network Audio Server, whatever that -is.) - A --pidfile command line option now, in addition to --help, ---version, --no-daemon, and configfile. --no-daemon replaces -the former -d option and _DEBUG define. -- Signal handling cleanups (Unix). -- CGI editor improvements and fixes. +--version, --no-daemon, --user and configfile. --no-daemon replaces +the former -d option and _DEBUG define. --user will drop privileges +to the specified user. +- Signal handling cleanups (*nix). +- CGI actions editor improvements and fixes. - Error handling improvements, especially out of memory. - Default re_filterfile fix that caused spurious IJB logos (instead of 'blank'). @@ -20,7 +33,7 @@ the former -d option and _DEBUG define. - Various other minor fixes. -*** Version 2.2.10 Beta Changes *** +*** Version 2.9.10 Beta Changes *** - Add "session" cookie concept where cookies exist for the life of that browser session only (ie never goes to disk). @@ -32,7 +45,7 @@ of that browser session only (ie never goes to disk). URLs to fail in some cases. -*** Version 2.2.10 Alpha Changes *** +*** Version 2.9.10 Alpha Changes *** - A web-based editor for the actions file is included (go to http://i.j.b/). - Web-based toggle IJB on/off support.