+Changes to squid-3.4.6 (25 Jun 2014):
+
+ - Regression: segmentation fault logging with %tg format specifier
+ - Bug 4065: round-robin neighbor selection with unequal weights
+ - Bug 4056: assertion MemPools[type] from netdbExchangeStart()
+ - Bug 4050: segmentation fault in CommSelectEngine::checkEvents on helper response
+ - Fix segmentation fault setting up server SSL connnection
+ - Fix hanging Non-HTTPS connections on SSL-bump enabled port
+ - Fix Cache Manager actions listed more than once
+ - ... and many minor memory leaks
+ - ... and several portability build issues
+ - ... and some documentation updates
+
Changes to squid-3.4.5 (02 May 2014):
- Regression Bug 4051: inverted test on CONNECT payload existence
-AC_INIT([Squid Web Proxy],[3.4.5-BZR],[http://bugs.squid-cache.org/],[squid])
+AC_INIT([Squid Web Proxy],[3.4.6-BZR],[http://bugs.squid-cache.org/],[squid])
AC_PREREQ(2.61)
AC_CONFIG_HEADERS([include/autoconf.h])
AC_CONFIG_AUX_DIR(cfgaux)
<!doctype linuxdoc system>
<article>
-<title>Squid 3.4.5 release notes</title>
+<title>Squid 3.4.6 release notes</title>
<author>Squid Developers</author>
<abstract>
<sect>Notice
<p>
-The Squid Team are pleased to announce the release of Squid-3.4.5 for testing.
+The Squid Team are pleased to announce the release of Squid-3.4.6 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">.
scNotModified = 304,
scUseProxy = 305,
scTemporaryRedirect = 307,
- scPermanentRedirect = 308, /**< RFC-reschke-http-status-308-07 */
+ scPermanentRedirect = 308, /**< RFC7238 */
scBadRequest = 400,
scUnauthorized = 401,
scPaymentRequired = 402,
#if USE_WIN32_SERVICE
" -i Installs as a Windows Service (see -n option).\n"
#endif
- " -k reconfigure|rotate|shutdown|interrupt|kill|debug|check|parse\n"
+ " -k reconfigure|rotate|shutdown|"
+#ifdef SIGTTIN
+ "restart|"
+#endif
+ "interrupt|kill|debug|check|parse\n"
" Parse configuration file, then send signal to \n"
" running copy (except -k parse) and exit.\n"
#if USE_WIN32_SERVICE