From: Amos Jeffries Date: Fri, 3 Sep 2010 13:30:11 +0000 (+1200) Subject: Prep for 3.2.0.2 and 3.1.8 X-Git-Tag: take1~296 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dee6a9224da33d8fad506e33de9cfaedbaa29601;p=thirdparty%2Fsquid.git Prep for 3.2.0.2 and 3.1.8 --- diff --git a/ChangeLog b/ChangeLog index 675ca09e16..a25a6ae4a1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,17 @@ +Changes to squid-3.2.0.2 (04 Sep 2010): + + - Bug 3015: assertion failed: comm.cc:143: "ccb->active()" + - Support rotating logs from cachemgr and squidclient + - Support Kerberos authentication in squidclient + - Add manual page for negotiate_kerberos_auth + - Add helper ext_kerberos_ldap_group_acl to lookup Kerberos/NTLM group via LDAP + - Add tool 'purge' for management of UFS/AUFS/DiskD caches (experimental) + - Added log options %http::ns].vc = NULL + - Bug 3005,2972: Locate LTDL headers correctly (again) + - Bug 2872: leaking file descriptors + - Bug 2583: pure virtual method called + - Hardened DNS client against packet queue attacks + - Hardened HTTP request-line parser + - Several HTTP/1.1 support improvements + - Improved cross-compile support + - .. and several internal pointer safety fixes + Changes to squid-3.1.7 (23 Aug 2010): - Regression Bug 3021: Large DNS reply causes crash diff --git a/doc/release-notes/release-3.1.sgml b/doc/release-notes/release-3.1.sgml index d5bd288d36..49343d38aa 100644 --- a/doc/release-notes/release-3.1.sgml +++ b/doc/release-notes/release-3.1.sgml @@ -1,6 +1,6 @@
-Squid 3.1.7 release notes +Squid 3.1.8 release notes Squid Developers @@ -13,7 +13,7 @@ for Applied Network Research and members of the Web Caching community. Notice

-The Squid Team are pleased to announce the release of Squid-3.1.7 +The Squid Team are pleased to announce the release of Squid-3.1.8 This new release is available for download from or the . @@ -30,14 +30,12 @@ Although this release is deemed good enough for use in many setups, please note The lack of some features available in Squid-2.x series. See the regression sections below for full details. - IPv6 split-stack support for Windows XP, MacOS X, OpenBSD and maybe others is not complete. CVE-2009-0801 : NAT interception vulnerability to malicious clients.

Currently known issues which only depends on available developer time and may still be resolved in a future 3.1 release are: - An ongoing slow FD leak introduced somewhere during the Squid-3.0 cycle. Windows support is still largely missing. AIX support for building with the IBM compiler is broken. diff --git a/doc/release-notes/release-3.2.sgml b/doc/release-notes/release-3.2.sgml index f0c8546c7a..07df58fbfb 100644 --- a/doc/release-notes/release-3.2.sgml +++ b/doc/release-notes/release-3.2.sgml @@ -1,6 +1,6 @@

-Squid 3.2.0.1 release notes +Squid 3.2.0.2 release notes Squid Developers @@ -13,7 +13,7 @@ for Applied Network Research and members of the Web Caching community. Notice

-The Squid Team are pleased to announce the release of Squid-3.2.0.1 for testing. +The Squid Team are pleased to announce the release of Squid-3.2.0.2 for testing. This new release is available for download from or the . @@ -191,6 +191,7 @@ Most user-facing changes are reflected in squid.conf (see below).

mswin_check_ad_group - ext_ad_group_acl - Check logged in users Group membership using Active Directory. ip_user_check - ext_file_userip_acl - Restrict users to cetain IP addresses, using a text file backend. + squid_kerb_ldap - ext_kerberos_ldap_group_acl - Check logged in Kerberos or NTLM users Group membership using LDAP. squid_ldap_group - ext_ldap_group_acl - Check logged in users Group membership using LDAP. mswin_check_lm_group - ext_lm_group_acl - Check logged in users Group membership using LanManager. squid_session - ext_session_acl - Maintain a session cache of client identifiers (usually IP address).