------------------------------------------------------------
revno: 12649
tags: SQUID_3_3_10
revision-id: squid3@treenet.co.nz-20131103110406-7ifa3zcvprqt2zlx
parent: squid3@treenet.co.nz-20131103084047-7iqrhv3o590zg85p
committer: Amos Jeffries
branch nick: 3.3
timestamp: Sun 2013-11-03 04:04:06 -0700
message:
3.3.10
------------------------------------------------------------
# Bazaar merge directive format 2 (Bazaar 0.90)
# revision_id: squid3@treenet.co.nz-20131103110406-7ifa3zcvprqt2zlx
# target_branch: http://bzr.squid-cache.org/bzr/squid3/3.3
# testament_sha1: 934e860c4f25426084d71b3c3bd6fa161d166ed7
# timestamp: 2013-11-03 11:32:06 +0000
# source_branch: http://bzr.squid-cache.org/bzr/squid3/3.3
# base_revision_id: squid3@treenet.co.nz-20131103084047-\
# 7iqrhv3o590zg85p
#
# Begin patch
=== modified file 'ChangeLog'
--- ChangeLog 2013-09-11 01:53:34 +0000
+++ ChangeLog 2013-11-03 11:04:06 +0000
@@ -1,4 +1,23 @@
+Changes to squid-3.3.10 (03 Nov 2013):
+
+ - Bug 3929: request_header_add not working for tunnel requests
+ - Bug 3923: cbdata and undefined behavior due to dynamic runtime enumeration
+ - Bug 3918: Self Test Failures on Mac OS X 10.8
+ - Bug 3887: tcp_outgoing_tos not working for IPv6
+ - Bug 3836: Fix issues with automake 1.13+ and make check
+ - Bug 3480: StoreEntry::kickProducer() segfaults in store_client::copy()
+ - Fix pinning hierarchy log information
+ - Fix close idle client connections associated with closed idle pinned connections.
+ - Fix cbdata 'error: expression result unused' errors
+ - Avoid "hot idle": A series of rapid select() calls with zero timeout.
+ - Append Connection:close to OPTIONS requests when icap_persistent_connections is off
+ - ntlm_fake_auth: pass DOMAIN data to Squid in original case
+ - kerberos_ldap_group: fix LDAP string duplication
+ - Use IPv6 localhost nameserver on DNS configuration errors
+ - Add cache_miss_revalidate
+ - ... and several portability improvements
+
Changes to squid-3.3.9 (11 Sep 2013):
- Regression Bug 3077: off-by-one error in Digest header decoding
=== modified file 'configure.ac'
--- configure.ac 2013-10-24 15:39:19 +0000
+++ configure.ac 2013-11-03 11:04:06 +0000
@@ -1,4 +1,4 @@
-AC_INIT([Squid Web Proxy],[3.3.9-BZR],[http://bugs.squid-cache.org/],[squid])
+AC_INIT([Squid Web Proxy],[3.3.10-BZR],[http://bugs.squid-cache.org/],[squid])
AC_PREREQ(2.61)
AC_CONFIG_HEADERS([include/autoconf.h])
AC_CONFIG_AUX_DIR(cfgaux)
=== modified file 'doc/release-notes/release-3.3.html'
--- doc/release-notes/release-3.3.html 2013-09-11 01:39:13 +0000
+++ doc/release-notes/release-3.3.html 2013-11-03 11:04:06 +0000
@@ -2,10 +2,10 @@
- Squid 3.3.9 release notes
+ Squid 3.3.10 release notes
-Squid 3.3.9 release notes
+Squid 3.3.10 release notes
Squid Developers
@@ -56,7 +56,7 @@
-The Squid Team are pleased to announce the release of Squid-3.3.9.
+The Squid Team are pleased to announce the release of Squid-3.3.10.
This new release is available for download from
http://www.squid-cache.org/Versions/v3/3.3/ or the
mirrors .
@@ -246,6 +246,12 @@
+cache_miss_revalidate
+Whether Squid is to pass-through If-Modified-Since and If-None-Match headers on cache MISS.
+Revalidation requests can prevent cache gathering objects to HIT on.
+Based on the Squid-2.7 ignore_ims_on_miss feature.
+IMPORTANT: the meaning for on/off values has changed along with the name since 2.7.
+
request_header_add
New directive to add custom headers on HTTP traffic sent to upstream servers.
@@ -302,8 +308,8 @@
-
-There are no removed squid.conf options in Squid-3.3.
+ignore_ims_on_miss
+This option has been replaced by the cache_miss_revalidate feature.
@@ -403,9 +409,6 @@
external_refresh_check
Not yet ported from 2.7
- ignore_ims_on_miss
-Not yet ported from 2.7
-
location_rewrite_access
Not yet ported from 2.6
=== modified file 'doc/release-notes/release-3.3.sgml'
--- doc/release-notes/release-3.3.sgml 2013-10-24 15:35:08 +0000
+++ doc/release-notes/release-3.3.sgml 2013-11-03 11:04:06 +0000
@@ -1,6 +1,6 @@
-Squid 3.3.9 release notes
+Squid 3.3.10 release notes
Squid Developers
@@ -13,7 +13,7 @@
Notice
-The Squid Team are pleased to announce the release of Squid-3.3.9.
+The Squid Team are pleased to announce the release of Squid-3.3.10.
This new release is available for download from or the
.
@@ -236,7 +236,6 @@
Removed tags
-
ignore_ims_on_miss
This option has been replaced by the cache_miss_revalidate feature.