]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
4.0.5 SQUID_4_0_5
authorAmos Jeffries <squid3@treenet.co.nz>
Wed, 10 Feb 2016 06:56:37 +0000 (19:56 +1300)
committerAmos Jeffries <squid3@treenet.co.nz>
Wed, 10 Feb 2016 06:56:37 +0000 (19:56 +1300)
ChangeLog
configure.ac
doc/release-notes/release-4.sgml

index 928fef5aa59aaf74a8e460bc3dcd9ee4d56426d7..bfa6d4538bb4cd8c58c3f631548a70811f8eb3b2 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,25 @@
+Changes to squid-4.0.5 (09 Feb 2016):
+
+       - Regression Bug 4429: http(s)_port options= error message missing characters
+       - Regression Bug 4410: 4.0.4 compile error in basic_ncsa_auth
+       - Regression Bug 4403: helper compile errors after 4.0.4 rev.14454
+       - Regression Bug 4401: compile error on Solaris
+       - Regression Fix: TLS/SSL flags parsing
+       - Regression Fix: cert validadator always disabled in 4.x
+       - Regression Fix: Name-only note ACL stopped matching after 4.0.4 rev.14465 (note -m)
+       - Regression Fix: external_acl problems after 4.0.1 rev.14351
+       - Bug 4409 (partial): compile error when two Heimdal libraries are installed
+       - Bug 4005: Dynamic certificate cache exceeds dynamic_cert_mem_cache_size
+       - SMP: Fix cleanup of a shared memory segment in an unusual configuration
+       - SSL-Bump: Fix step3 splicing.
+       - Add connections_encrypted ACL
+       - Make %<a and %<p details available to [eCAP] RESPMOD services
+       - Rename cert_valid.pl to security_fake_certverify
+       - Rename ssl_crtd helper to security_file_certgen
+       - ... and a lot of code SourceLayout project cleaning
+       - ... and some documentation updates
+       - ... and all fixes from squid 3.5.13 up to rev.13979
+
 Changes to squid-4.0.4 (06 Jan 2016):
 
        - Regression Bug 4393: compile fails on OS X
index 84e4f44d95434bd40ec90c2a603fb3fc575052a1..4ea06330e8306d4f468f32f0da8f860cf0ce4bed 100644 (file)
@@ -5,7 +5,7 @@
 ## Please see the COPYING and CONTRIBUTORS files for details.
 ##
 
-AC_INIT([Squid Web Proxy],[4.0.4-BZR],[http://bugs.squid-cache.org/],[squid])
+AC_INIT([Squid Web Proxy],[4.0.5-BZR],[http://bugs.squid-cache.org/],[squid])
 AC_PREREQ(2.61)
 AC_CONFIG_HEADERS([include/autoconf.h])
 AC_CONFIG_AUX_DIR(cfgaux)
index 35eb55a47ff5c11fd2afc7d763d386bb0ec1602f..f16c47319fb38b71c17d09136de0fe2a48e0afbd 100644 (file)
@@ -1,6 +1,6 @@
 <!doctype linuxdoc system>
 <article>
-<title>Squid 4.0.4 release notes</title>
+<title>Squid 4.0.5 release notes</title>
 <author>Squid Developers</author>
 
 <abstract>
@@ -12,7 +12,7 @@ for Applied Network Research and members of the Web Caching community.
 <toc>
 
 <sect>Notice
-<p>The Squid Team are pleased to announce the release of Squid-4.0.4 for testing.
+<p>The Squid Team are pleased to announce the release of Squid-4.0.5 for testing.
 
 This new release is available for download from <url url="http://www.squid-cache.org/Versions/v4/"> or the
  <url url="http://www.squid-cache.org/Download/http-mirrors.html" name="mirrors">.