--------------------- PatchSet 11647 Date: 2007/09/05 22:06:14 Author: hno Branch: SQUID_2_6 Tag: (none) Log: Preparing 2.6.STABLE16 Members: ChangeLog:1.604.2.17->1.604.2.18 configure.in:1.416.2.19->1.416.2.20 doc/release-notes/release-2.6.html:1.44.2.11->1.44.2.12 doc/release-notes/release-2.6.sgml:1.52.2.11->1.52.2.12 Index: squid/ChangeLog =================================================================== RCS file: /cvsroot/squid/squid/ChangeLog,v retrieving revision 1.604.2.17 retrieving revision 1.604.2.18 diff -u -r1.604.2.17 -r1.604.2.18 --- squid/ChangeLog 31 Aug 2007 14:48:33 -0000 1.604.2.17 +++ squid/ChangeLog 5 Sep 2007 22:06:14 -0000 1.604.2.18 @@ -1,3 +1,19 @@ +Changes to squid-2.6.STABLE16 (5 Sep 2007) + + - Test for sys/capability.h linux include file to avoid failing on + linux systems missing libcap + - Release private objects on cache rebuild + - Segfault in clientBuildReplyHeader when http->entry == NULL + - Bug #2072: digest_pw_auth fails when using plaintext passwords + - Bug #2073: assertion failed: client_side.c:4175: "buf != NULL || + !conn->body.request on POST + - Adjust default pconn timeouts to avoid shutting down connection while + child sends request + - Bug #1980: cache_peer monitortimeout not working + - Bug #1882: Parent responses are not cached if sibling returns 504 + - More squid.conf reordering to get the dependencies between options + sorted proper + Changes to squid-2.6.STABLE15 (31 Aug 2007) - The select() I/O loop got broken by the /dev/poll addition Index: squid/configure.in =================================================================== RCS file: /cvsroot/squid/squid/configure.in,v retrieving revision 1.416.2.19 retrieving revision 1.416.2.20 diff -u -r1.416.2.19 -r1.416.2.20 --- squid/configure.in 1 Sep 2007 20:09:50 -0000 1.416.2.19 +++ squid/configure.in 5 Sep 2007 22:06:14 -0000 1.416.2.20 @@ -1,16 +1,16 @@ dnl dnl Configuration input file for Squid dnl -dnl $Id: configure.in,v 1.416.2.19 2007/09/01 20:09:50 hno Exp $ +dnl $Id: configure.in,v 1.416.2.20 2007/09/05 22:06:14 hno Exp $ dnl dnl dnl -AC_INIT(Squid Web Proxy, 2.6.STABLE15-CVS, http://www.squid-cache.org/bugs/, squid) +AC_INIT(Squid Web Proxy, 2.6.STABLE16-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.19 $)dnl +AC_REVISION($Revision: 1.416.2.20 $)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.11 retrieving revision 1.44.2.12 diff -u -r1.44.2.11 -r1.44.2.12 --- squid/doc/release-notes/release-2.6.html 31 Aug 2007 14:53:26 -0000 1.44.2.11 +++ squid/doc/release-notes/release-2.6.html 5 Sep 2007 22:06:14 -0000 1.44.2.12 @@ -7,7 +7,7 @@
+
+