From: hal9 <hal9@users.sourceforge.net>
Date: Thu, 10 Jan 2002 03:13:45 +0000 (+0000)
Subject: Updated. I hope I'm not missing anything serious.
X-Git-Tag: v_2_9_11~48
X-Git-Url: http://www.privoxy.org/gitweb/%22https:/faq/@default-cgi@/coding.html?a=commitdiff_plain;h=f95d17716fa315cf915086f7ba13f716e3e404cd;p=privoxy.git

Updated. I hope I'm not missing anything serious.
---

diff --git a/ChangeLog b/ChangeLog
index 21b93a7f..f367dea5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,17 @@
 ChangeLog for Internet JunkBuster
 --------------------------------------------------------------------
 
+*** Version 2.2.10 CVS Current ***
+
+- 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 ***