Splitting off bind_port() call into bind_port_helper(), with
[privoxy.git] / ChangeLog
index 21b93a7..062cce0 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,33 @@
 ChangeLog for Internet JunkBuster
 --------------------------------------------------------------------
 
+*** Version 2.2.11 Beta Changes ***
+- 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, 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.
+- Error handling improvements, especially out of memory.
+- Default re_filterfile fix that caused spurious IJB logos 
+(instead of 'blank').
+- configure.in threading fixes for Solaris.
+- Various other minor fixes.
+
+
+*** Version 2.2.10 Beta Changes ***
+
+- Add "session" cookie concept where cookies exist for the life 
+of that browser session only (ie never goes to disk). 
+- Checks for correct header length.
+- Fix user:pass@host.domain.com auth bug.
+- Better signal handling on *nix.
+- Fix CFLAGS hard-coded in configure.in
+- Fix threading bug re: gethostbyname() that caused random 
+URLs to fail in some cases.
+
 
 *** Version 2.2.10 Alpha Changes ***