From: Amos Jeffries Date: Sun, 5 Feb 2012 11:46:03 +0000 (-0700) Subject: Prep for 3.1.19 X-Git-Tag: SQUID_3_1_19~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fd7c51f2cc7079f9a8ee3949dafe33b1fbb551d6;p=thirdparty%2Fsquid.git Prep for 3.1.19 --- diff --git a/ChangeLog b/ChangeLog index 65bfb63a38..659c70c512 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,17 @@ +Changes to squid-3.1.19 (06 Feb 2011): + + - Regression Bug 3441: part 2: Prevent further cache size corruption of swap.state + - Bug 3473: erase last uses of obsolete auth_user_hash_pointer + - Bug 3470: GCC 4.7 + - Bug 3442: assertion failed: external_acl.cc:908: ch->auth_user_request != NULL + - Bug 3441: part 1: Minimize cache size corruption by malformed swap.state + - Bug 3440: compile error in Adaptation + - Bug 3420: Request body consumption races and !theConsumer exception + - Bug 3370: external ACL sometimes skipping + - Bug 3085: Crash when parsing esi:include + - HTTP/1.1: do not add 110 and 111 Warnings to revalidated responses + - Fix SSL library dependency fixes + Changes to squid-3.1.18 (03 Dec 2011): - Regression: compile error in FTP diff --git a/doc/release-notes/release-3.1.html b/doc/release-notes/release-3.1.html index b95659583e..5bbce157a1 100644 --- a/doc/release-notes/release-3.1.html +++ b/doc/release-notes/release-3.1.html @@ -2,10 +2,10 @@ - Squid 3.1.18 release notes + Squid 3.1.19 release notes -

Squid 3.1.18 release notes

+

Squid 3.1.19 release notes

Squid Developers


@@ -71,7 +71,7 @@ for Applied Network Research and members of the Web Caching community.

1. Notice

-

The Squid Team are pleased to announce the release of Squid-3.1.18

+

The Squid Team are pleased to announce the release of Squid-3.1.19

This new release is available for download from http://www.squid-cache.org/Versions/v3/3.1/ or the mirrors.

@@ -126,7 +126,7 @@ While this release is not fully bug-free we believe it is ready for use in produ
  • eCAP Adaptation Module support
  • ICAP Bypass and Retry enhancements
  • ICY streaming protocol support
  • -
  • Dynamic SSL Certificate Generation (3.1.12.1 and later)
  • +
  • Dynamic SSL Certificate Generation (3.1.13 and later)
  • Most user-facing changes are reflected in squid.conf (see below).

    @@ -1280,12 +1280,13 @@ contained in the directory it points at. If absent, error page localization will
    external_acl_type

    New options 'ipv4' and 'ipv6' are added to set the IPv4/v6 protocol between Squid and its helpers. -Please be aware of some limits to these options. These options only affect the transport protocol used -to send data to and from the helpers. IPv6 enabled Squid will still send %SRC addresses in IPv4 or IPv6 +Please be aware of some limits to these options. These options only affet the transport protocol used +to send data to and from the helpers. Squid in IPv6-mode may still send %SRC addresses in IPv4 or IPv6 format, so all helpers will need to be checked and converted to cope with such information cleanly.

    -          ipv4 / ipv6   IP transport used to communicate to this helper over localhost.
    -                        For compatability with systems lacking IPv6 support in the system kernel the default is 'ipv4'.
    +          ipv4 / ipv6   IP-mode used to communicate to this helper.
    +                        For compatability with older configurations and helpers
    +                        the default is 'ipv4'.
             
     

    diff --git a/doc/release-notes/release-3.1.sgml b/doc/release-notes/release-3.1.sgml index be424cfe57..445e2eaa1c 100644 --- a/doc/release-notes/release-3.1.sgml +++ b/doc/release-notes/release-3.1.sgml @@ -1,6 +1,6 @@
    -Squid 3.1.18 release notes +Squid 3.1.19 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.1.18 +The Squid Team are pleased to announce the release of Squid-3.1.19 This new release is available for download from or the . @@ -64,7 +64,7 @@ The most important of these new features are: eCAP Adaptation Module support ICAP Bypass and Retry enhancements ICY streaming protocol support - Dynamic SSL Certificate Generation (3.1.12.1 and later) + Dynamic SSL Certificate Generation (3.1.13 and later) Most user-facing changes are reflected in squid.conf (see below).