--------------------- PatchSet 12439 Date: 2009/02/02 12:02:34 Author: hno Branch: SQUID_2_7 Tag: (none) Log: Preparing 2.7.STABLE5 Members: ChangeLog:1.629.2.15->1.629.2.16 configure.in:1.430.2.16->1.430.2.17 doc/release-notes/release.html:1.1.2.10->1.1.2.11 doc/release-notes/release.sgml:1.1.2.15->1.1.2.16 Index: squid/ChangeLog =================================================================== RCS file: /cvsroot/squid/squid/ChangeLog,v retrieving revision 1.629.2.15 retrieving revision 1.629.2.16 diff -u -r1.629.2.15 -r1.629.2.16 --- squid/ChangeLog 17 Oct 2008 18:55:54 -0000 1.629.2.15 +++ squid/ChangeLog 2 Feb 2009 12:02:34 -0000 1.629.2.16 @@ -1,3 +1,26 @@ +Changes to squid-2.7.STABLE6 (2 February 2009) + - Bug #2494: Fix tproxy url in configure + - Correct latency measurements + - Correct upgrade_http0.9 example + - Correct parsing of invalid http version numbers + - Crossreference authenticate_ip_shortcircuit_access and + authenticate_ip_shortcircuit_ttl + - Add in some better documentation for override-expire. + +Changes to squid-2.6.STABLE22 (19 October 2008) + - Bug #2396: Correct the opening of the PF device file. + - Make --with-large-files and --with-build-envirnment=default play + nice together + - Workaround for Linux-2.6.24 & 2.6.25 netfiler_ipv4.h include header + __u32 problem + - Make dns_nameserver work when using --disable-internal-dns on glibc + based systems + - Bug #2426: Increase negotiate auth token buffer size + - Bug #2427: squid_ldap_group -h reports the old % codes for -f + - Bug #2477: swap.state permission issues if crashing during "squid -k + reconfigure" + - Windows port: Fix build error using latest MinGW runtime. + Changes to squid-2.7.STABLE5 (17 October 2008) - Bug #2439: configuration file contains non-ASCII characters - Bug #2441: Shut down store url rewrite helpers on squid -k Index: squid/configure.in =================================================================== RCS file: /cvsroot/squid/squid/configure.in,v retrieving revision 1.430.2.16 retrieving revision 1.430.2.17 diff -u -r1.430.2.16 -r1.430.2.17 --- squid/configure.in 2 Feb 2009 11:09:18 -0000 1.430.2.16 +++ squid/configure.in 2 Feb 2009 12:02:34 -0000 1.430.2.17 @@ -1,16 +1,16 @@ dnl dnl Configuration input file for Squid dnl -dnl $Id: configure.in,v 1.430.2.16 2009/02/02 11:09:18 hno Exp $ +dnl $Id: configure.in,v 1.430.2.17 2009/02/02 12:02:34 hno Exp $ dnl dnl dnl -AC_INIT(Squid Web Proxy, 2.7.STABLE5-CVS, http://www.squid-cache.org/bugs/, squid) +AC_INIT(Squid Web Proxy, 2.7.STABLE6-CVS, http://www.squid-cache.org/bugs/, squid) AC_PREREQ(2.52) AM_CONFIG_HEADER(include/autoconf.h) AC_CONFIG_AUX_DIR(cfgaux) AM_INIT_AUTOMAKE -AC_REVISION($Revision: 1.430.2.16 $)dnl +AC_REVISION($Revision: 1.430.2.17 $)dnl AC_PREFIX_DEFAULT(/usr/local/squid) AM_MAINTAINER_MODE Index: squid/doc/release-notes/release.html =================================================================== RCS file: /cvsroot/squid/squid/doc/release-notes/release.html,v retrieving revision 1.1.2.10 retrieving revision 1.1.2.11 diff -u -r1.1.2.10 -r1.1.2.11 --- squid/doc/release-notes/release.html 17 Oct 2008 18:56:26 -0000 1.1.2.10 +++ squid/doc/release-notes/release.html 2 Feb 2009 12:02:34 -0000 1.1.2.11 @@ -2,12 +2,12 @@ - Squid 2.7.STABLE5 release notes + Squid 2.7.STABLE6 release notes -

Squid 2.7.STABLE5 release notes

+

Squid 2.7.STABLE6 release notes

-

Squid Developers

$Id: release.html,v 1.1.2.10 2008/10/17 18:56:26 hno Exp $ +

Squid Developers

$Id: release.html,v 1.1.2.11 2009/02/02 12:02:34 hno Exp $
This document contains the release notes for version 2.7 of Squid. Squid is a WWW Cache application developed by the Web Caching community. @@ -53,6 +53,9 @@

8. Key changes in squid-2.7.STABLE5

+

+

9. Key changes in squid-2.7.STABLE6

+

1. Key changes from squid 2.6

@@ -474,5 +477,19 @@

+

9. Key changes in squid-2.7.STABLE6

+ +

+

+

+ + Index: squid/doc/release-notes/release.sgml =================================================================== RCS file: /cvsroot/squid/squid/doc/release-notes/release.sgml,v retrieving revision 1.1.2.15 retrieving revision 1.1.2.16 diff -u -r1.1.2.15 -r1.1.2.16 --- squid/doc/release-notes/release.sgml 17 Oct 2008 18:55:55 -0000 1.1.2.15 +++ squid/doc/release-notes/release.sgml 2 Feb 2009 12:02:34 -0000 1.1.2.16 @@ -1,8 +1,8 @@
-Squid 2.7.STABLE5 release notes +Squid 2.7.STABLE6 release notes Squid Developers -$Id: release.sgml,v 1.1.2.15 2008/10/17 18:55:55 hno Exp $ +$Id: release.sgml,v 1.1.2.16 2009/02/02 12:02:34 hno Exp $ This document contains the release notes for version 2.7 of Squid. @@ -473,5 +473,19 @@ name="ChangeLog"> file for details. +Key changes in squid-2.7.STABLE6 + +

+ + Crash on certain invalid HTTP messages + Correct latency measurements + Various documentation fixes + See also the list of and the file for details. + + +