--------------------- PatchSet 11186 Date: 2007/01/24 02:06:04 Author: hno Branch: SQUID_2_6 Tag: (none) Log: 2.6.STABLE9 Members: ChangeLog:1.604.2.1->1.604.2.2 configure.in:1.416.2.1->1.416.2.2 doc/release-notes/release-2.6.html:1.44.2.1->1.44.2.2 doc/release-notes/release-2.6.sgml:1.52.2.1->1.52.2.2 Index: squid/ChangeLog =================================================================== RCS file: /cvsroot/squid/squid/ChangeLog,v retrieving revision 1.604.2.1 retrieving revision 1.604.2.2 diff -u -r1.604.2.1 -r1.604.2.2 --- squid/ChangeLog 21 Jan 2007 10:26:43 -0000 1.604.2.1 +++ squid/ChangeLog 24 Jan 2007 02:06:04 -0000 1.604.2.2 @@ -1,3 +1,8 @@ +Changes to squid-2.6.STABLE9 (Jan 24 2007) + + - Bug #1878: If-Modified-Since broken in 2.6.STABLE8 + - Bug #1877 diskd bug in storeDiskdIOCallback() + Changes to squid-2.6.STABLE8 (Jan 21 2007) - Bug #1873: authenticateNTLMFixErrorHeader: state 4. Index: squid/configure.in =================================================================== RCS file: /cvsroot/squid/squid/configure.in,v retrieving revision 1.416.2.1 retrieving revision 1.416.2.2 diff -u -r1.416.2.1 -r1.416.2.2 --- squid/configure.in 21 Jan 2007 04:43:22 -0000 1.416.2.1 +++ squid/configure.in 24 Jan 2007 02:06:04 -0000 1.416.2.2 @@ -1,16 +1,16 @@ dnl dnl Configuration input file for Squid dnl -dnl $Id: configure.in,v 1.416.2.1 2007/01/21 04:43:22 hno Exp $ +dnl $Id: configure.in,v 1.416.2.2 2007/01/24 02:06:04 hno Exp $ dnl dnl dnl -AC_INIT(Squid Web Proxy, 2.6.STABLE8-CVS, http://www.squid-cache.org/bugs/, squid) +AC_INIT(Squid Web Proxy, 2.6.STABLE9-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.416.2.1 $)dnl +AC_REVISION($Revision: 1.416.2.2 $)dnl AC_PREFIX_DEFAULT(/usr/local/squid) AM_MAINTAINER_MODE Index: squid/doc/release-notes/release-2.6.html =================================================================== RCS file: /cvsroot/squid/squid/doc/release-notes/release-2.6.html,v retrieving revision 1.44.2.1 retrieving revision 1.44.2.2 diff -u -r1.44.2.1 -r1.44.2.2 --- squid/doc/release-notes/release-2.6.html 21 Jan 2007 10:26:44 -0000 1.44.2.1 +++ squid/doc/release-notes/release-2.6.html 24 Jan 2007 02:06:05 -0000 1.44.2.2 @@ -7,7 +7,7 @@

Squid 2.6.STABLE8 release notes

-

Squid Developers

$Id: release-2.6.html,v 1.44.2.1 2007/01/21 10:26:44 hno Exp $ +

Squid Developers

$Id: release-2.6.html,v 1.44.2.2 2007/01/24 02:06:05 hno Exp $
This document contains the release notes for version 2.6 of Squid. Squid is a WWW Cache application developed by the Web Caching community. @@ -51,6 +51,9 @@

13. Key changes squid-2.6.STABLE7 to 2.6.STABLE8

+

+

14. Key changes squid-2.6.STABLE8 to 2.6.STABLE9

+

1. Key changes from squid 2.5

@@ -580,6 +583,7 @@
  • Bug #1872: Date parsing error causing objects to get unexpectedly cached. Problem introduced in 2.6.STABLE6.
  • Bug #1873: authenticateNTLMFixErrorHeader: state 4. NTLM & Negotiate instability introduced in 2.6.STABLE6.
  • +
  • Primitive support for HTTP/1.1 chunked encoding, working around broken servers sending chunked encoding in response to HTTP/1.0 requests.
  • Bug #1783: STALE: Entry's timestamp greater than check time. Clock going backwards?
  • Don't update object timestamps on a failed revalidation.
  • a number of other minor and cosmetic bugfixes. See the list of @@ -588,5 +592,17 @@

    +

    14. Key changes squid-2.6.STABLE8 to 2.6.STABLE9

    + +

    +

    +

    + Index: squid/doc/release-notes/release-2.6.sgml =================================================================== RCS file: /cvsroot/squid/squid/doc/release-notes/release-2.6.sgml,v retrieving revision 1.52.2.1 retrieving revision 1.52.2.2 diff -u -r1.52.2.1 -r1.52.2.2 --- squid/doc/release-notes/release-2.6.sgml 21 Jan 2007 10:26:44 -0000 1.52.2.1 +++ squid/doc/release-notes/release-2.6.sgml 24 Jan 2007 02:06:05 -0000 1.52.2.2 @@ -2,7 +2,7 @@
    Squid 2.6.STABLE8 release notes Squid Developers -$Id: release-2.6.sgml,v 1.52.2.1 2007/01/21 10:26:44 hno Exp $ +$Id: release-2.6.sgml,v 1.52.2.2 2007/01/24 02:06:05 hno Exp $ This document contains the release notes for version 2.6 of Squid. @@ -498,6 +498,7 @@ Bug #1872: Date parsing error causing objects to get unexpectedly cached. Problem introduced in 2.6.STABLE6. Bug #1873: authenticateNTLMFixErrorHeader: state 4. NTLM & Negotiate instability introduced in 2.6.STABLE6. + Primitive support for HTTP/1.1 chunked encoding, working around broken servers sending chunked encoding in response to HTTP/1.0 requests. Bug #1783: STALE: Entry's timestamp greater than check time. Clock going backwards? Don't update object timestamps on a failed revalidation. a number of other minor and cosmetic bugfixes. See the list of file for details. +Key changes squid-2.6.STABLE8 to 2.6.STABLE9 + +

    + + Bug #1878: If-Modified-Since broken in 2.6.STABLE8 + Bug #1877 diskd bug in storeDiskdIOCallback() + See the list of and the file for details. + +