From 20635298cbb2c4174aef47bf28abca3fd41f29e9 Mon Sep 17 00:00:00 2001 From: Amos Jeffries Date: Sun, 8 Dec 2013 18:20:11 -0700 Subject: [PATCH] 3.4.1 --- ChangeLog | 7 +++++++ configure.ac | 2 +- doc/release-notes/release-3.4.sgml | 6 +++--- 3 files changed, 11 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index 22fbe3034c..22a59ab989 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +Changes to squid-3.4.1 (09 Dec 2013): + + - Bug 3935: Invalid pointer dereference when peeking at origin server certificate + - Bug 3589: intercepted and ICAP modified request using a cache_peer + - ... and several portability fixes + - ... and some documentation updates + Changes to squid-3.4.0.3 (01 Dec 2013): - Bug 3941: Release notes error diff --git a/configure.ac b/configure.ac index 90c1c32e7f..eb10e097fe 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([Squid Web Proxy],[3.4.0.3-BZR],[http://bugs.squid-cache.org/],[squid]) +AC_INIT([Squid Web Proxy],[3.4.1-BZR],[http://bugs.squid-cache.org/],[squid]) AC_PREREQ(2.61) AC_CONFIG_HEADERS([include/autoconf.h]) AC_CONFIG_AUX_DIR(cfgaux) diff --git a/doc/release-notes/release-3.4.sgml b/doc/release-notes/release-3.4.sgml index 584f35a390..c44d05a575 100644 --- a/doc/release-notes/release-3.4.sgml +++ b/doc/release-notes/release-3.4.sgml @@ -1,6 +1,6 @@
-Squid 3.4.0.3 release notes +Squid 3.4.1 release notes Squid Developers @@ -13,7 +13,7 @@ for Applied Network Research and members of the Web Caching community. Notice

-The Squid Team are pleased to announce the release of Squid-3.4.0.3 for testing. +The Squid Team are pleased to announce the release of Squid-3.4.1 for testing. This new release is available for download from or the . @@ -206,7 +206,7 @@ There have been changes to Squid's configuration file since Squid-3.3. acl whitelist dstdomain parameters("/etc/squid/whitelist.txt") -

There hasve also been changes to individual directives in the config file. +

There have also been changes to individual directives in the config file. This section gives a thorough account of those changes in three categories: -- 2.47.2