]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
3.4.9 SQUID_3_4_9
authorAmos Jeffries <squid3@treenet.co.nz>
Fri, 31 Oct 2014 09:21:51 +0000 (02:21 -0700)
committerAmos Jeffries <squid3@treenet.co.nz>
Fri, 31 Oct 2014 09:21:51 +0000 (02:21 -0700)
ChangeLog
configure.ac
doc/release-notes/release-3.4.html
doc/release-notes/release-3.4.sgml

index 8d09b31e7e601508d02e93fb1c28baa9b50d14f9..392606ac001f3517995d8a6af3bd4f271defd022 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,15 @@
+Changes to squid-3.4.9 (31 Oct 2014):
+
+       - Regression fix: ext_kerberos_ldap_group_acl typo in 3.4.7 update
+       - Bug 4102: sslbump cert contains only a dot character in key usage extension
+       - Bug 4093: source-maintenance.sh errors and warnings due to wrong tools/options
+       - Bug 4088: memory leak in external_acl_type helper with cache=0 or ttl=0
+       - Bug 4024: Bad host/IP ::1 when using IPv4-only environment
+       - Bug 3803: ident leaks memory on failure
+       - kerberos_ldap_group/cert_tool: Remove ksh dependency
+       - ... and some automated code style updates
+       - ... and some documentation updates
+
 Changes to squid-3.4.8 (15 Sep 2014):
 
        - Fix off by one in SNMP subsystem
index 48bad7f7777b6a6052123994cfeb9f87d088cb8a..f0663d35144a49de8572a4bedb4a7e23e08a82c1 100644 (file)
@@ -1,4 +1,4 @@
-AC_INIT([Squid Web Proxy],[3.4.8-BZR],[http://bugs.squid-cache.org/],[squid])
+AC_INIT([Squid Web Proxy],[3.4.9-BZR],[http://bugs.squid-cache.org/],[squid])
 AC_PREREQ(2.61)
 AC_CONFIG_HEADERS([include/autoconf.h])
 AC_CONFIG_AUX_DIR(cfgaux)
index 6b02e763a641495dfbb2acce4866309225f62541..f90a663e86dbff8772a0deb4d2a0f2cae16619af 100644 (file)
@@ -2,10 +2,10 @@
 <HTML>
 <HEAD>
  <META NAME="GENERATOR" CONTENT="LinuxDoc-Tools 0.9.69">
- <TITLE>Squid 3.4.8 release notes</TITLE>
+ <TITLE>Squid 3.4.9 release notes</TITLE>
 </HEAD>
 <BODY>
-<H1>Squid 3.4.8 release notes</H1>
+<H1>Squid 3.4.9 release notes</H1>
 
 <H2>Squid Developers</H2>
 <HR>
@@ -57,11 +57,14 @@ for Applied Network Research and members of the Web Caching community.</EM>
 <HR>
 <H2><A NAME="s1">1.</A> <A HREF="#toc1">Notice</A></H2>
 
-<P>The Squid Team are pleased to announce the release of Squid-3.4.8 for testing.</P>
+<P>The Squid Team are pleased to announce the release of Squid-3.4.9 for testing.</P>
 <P>This new release is available for download from 
 <A HREF="http://www.squid-cache.org/Versions/v3/3.4/">http://www.squid-cache.org/Versions/v3/3.4/</A> or the
 <A HREF="http://www.squid-cache.org/Mirrors/http-mirrors.html">mirrors</A>.</P>
-<P>While this release is not deemed ready for production use, we believe it is ready for wider testing by the community.</P>
+
+<P>Some interesting new features adding system flexibility have been added along with general improvements all around.
+While this release is not fully bug-free we believe it is ready for use in production on many systems.</P>
+
 <P>We welcome feedback and bug reports. If you find a bug, please see 
 <A HREF="http://wiki.squid-cache.org/SquidFaq/BugReporting">http://wiki.squid-cache.org/SquidFaq/BugReporting</A>
 for how to submit a report with a stack trace.</P>
index 3bde1bfb0181b2f65c42247e0f10ed009d06b7b1..62acb5c5c818b0273b9142788b80b6d0298fffdd 100644 (file)
@@ -1,6 +1,6 @@
 <!doctype linuxdoc system>
 <article>
-<title>Squid 3.4.8 release notes</title>
+<title>Squid 3.4.9 release notes</title>
 <author>Squid Developers</author>
 
 <abstract>
@@ -13,14 +13,15 @@ for Applied Network Research and members of the Web Caching community.
 
 <sect>Notice
 <p>
-The Squid Team are pleased to announce the release of Squid-3.4.8 for testing.
+The Squid Team are pleased to announce the release of Squid-3.4.9 for testing.
 
 This new release is available for download from <url url="http://www.squid-cache.org/Versions/v3/3.4/"> or the
  <url url="http://www.squid-cache.org/Mirrors/http-mirrors.html" name="mirrors">.
 
-While this release is not deemed ready for production use, we believe it is ready for wider testing by the community.
+<p>Some interesting new features adding system flexibility have been added along with general improvements all around.
+   While this release is not fully bug-free we believe it is ready for use in production on many systems.
 
-We welcome feedback and bug reports. If you find a bug, please see <url url="http://wiki.squid-cache.org/SquidFaq/BugReporting">
+<p>We welcome feedback and bug reports. If you find a bug, please see <url url="http://wiki.squid-cache.org/SquidFaq/BugReporting">
  for how to submit a report with a stack trace.
 
 <sect1>Known issues