]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
4.6 (#362) SQUID_4_6
authorsquidadm <squidadm@users.noreply.github.com>
Tue, 19 Feb 2019 02:46:22 +0000 (15:46 +1300)
committerAmos Jeffries <yadij@users.noreply.github.com>
Tue, 19 Feb 2019 02:46:22 +0000 (15:46 +1300)
ChangeLog
configure.ac
doc/release-notes/release-4.sgml

index dc0a8354b11b48e6d08b5635671a264e0d4ea586..95d4cd0bfb46904430b87613a3e3df63c358cbff 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,15 @@
+Changes to squid-4.6 (19 Feb 2019):
+
+       - Bug 4915: Detect IPv6 loopback binding errors
+       - Bug 4914: Do not call setsid() in --foreground mode
+       - Bug 4875 pt2: GCC-8 compile errors with -O3 optimization
+       - Bug 4856: Exit when GoIntoBackground() fork() call fails
+       - basic_ldap_auth: Return BH on internal errors; polished messages
+       - Fix BodyPipe/Sink memory leaks associated with auto-consumption
+       - Fix OpenSSL builds that define OPENSSL_NO_ENGINE
+       - Fix several cases of rock cache corruption
+       - Add Georgian (ka) language translation
+
 Changes to squid-4.5 (01 Jan 2019):
 
        - Bug 4253: ssl_bump prevents access to some web contents
index cb4a46f249bfd35d34a85c44f8dc8519bab7bc27..72485d20166402e4254fe8dbf5ace71035e5f89b 100644 (file)
@@ -5,7 +5,7 @@
 ## Please see the COPYING and CONTRIBUTORS files for details.
 ##
 
-AC_INIT([Squid Web Proxy],[4.5-VCS],[http://bugs.squid-cache.org/],[squid])
+AC_INIT([Squid Web Proxy],[4.6-VCS],[http://bugs.squid-cache.org/],[squid])
 AC_PREREQ(2.61)
 AC_CONFIG_HEADERS([include/autoconf.h])
 AC_CONFIG_AUX_DIR(cfgaux)
index c91cec01b7658b8087690f88fa4699f541ed27bc..89f039c141f8984b4972e0b7e96bfa352b3b14b7 100644 (file)
@@ -1,6 +1,6 @@
 <!doctype linuxdoc system>
 <article>
-<title>Squid 4.5 release notes</title>
+<title>Squid 4.6 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.5 for testing.
+<p>The Squid Team are pleased to announce the release of Squid-4.6 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">.