--------------------- PatchSet 2977 Date: 2001/09/09 08:28:48 Author: serassio Branch: nt-2_3-tolsty Tag: (none) Log: Fixed indent problems Members: CONTRIBUTORS:1.1.1.3.22.1.2.1->1.1.1.3.22.1.2.2 ChangeLog:1.1.1.3.4.4.2.1.2.1->1.1.1.3.4.4.2.1.2.2 configure.in:1.1.1.3.4.5.2.2.2.1->1.1.1.3.4.5.2.2.2.2 Index: squid/CONTRIBUTORS =================================================================== RCS file: /cvsroot/squid-sf//squid/CONTRIBUTORS,v retrieving revision 1.1.1.3.22.1.2.1 retrieving revision 1.1.1.3.22.1.2.2 diff -u -r1.1.1.3.22.1.2.1 -r1.1.1.3.22.1.2.2 --- squid/CONTRIBUTORS 27 Aug 2001 21:48:15 -0000 1.1.1.3.22.1.2.1 +++ squid/CONTRIBUTORS 9 Sep 2001 08:28:48 -0000 1.1.1.3.22.1.2.2 @@ -70,6 +70,9 @@ Niall Doherty Pedro Ribeiro John Dilley + Romeo Anghelache + Guido Serassio + Andrey Shorin Development of this caching software is funded by the National Science Foundation (grants NCR-9616602 and NCR-9521745). Paid staff members on Index: squid/ChangeLog =================================================================== RCS file: /cvsroot/squid-sf//squid/ChangeLog,v retrieving revision 1.1.1.3.4.4.2.1.2.1 retrieving revision 1.1.1.3.4.4.2.1.2.2 diff -u -r1.1.1.3.4.4.2.1.2.1 -r1.1.1.3.4.4.2.1.2.2 --- squid/ChangeLog 27 Aug 2001 21:48:15 -0000 1.1.1.3.4.4.2.1.2.1 +++ squid/ChangeLog 9 Sep 2001 08:28:48 -0000 1.1.1.3.4.4.2.1.2.2 @@ -1,4 +1,4 @@ -Changes to Squid-2.3: +Changes to Squid-2.3.STABLE5 (Jul 13, 2001): - Fixed more domain-matching bugs, this time relating to the '-' character. Copied the improved aclDomainCompare @@ -18,6 +18,8 @@ (www....squid-cache....org), which can fool some access controls. Changed URL parsing in url.c to collapse these multiple dots. + - clientAccessCheck() was incorrectly allowing all proxy + requests in accel_only mode. Changes to Squid-2.3.STABLE4 (July 18, 2000): Index: squid/configure.in =================================================================== RCS file: /cvsroot/squid-sf//squid/configure.in,v retrieving revision 1.1.1.3.4.5.2.2.2.1 retrieving revision 1.1.1.3.4.5.2.2.2.2 diff -u -r1.1.1.3.4.5.2.2.2.1 -r1.1.1.3.4.5.2.2.2.2 --- squid/configure.in 27 Aug 2001 21:48:15 -0000 1.1.1.3.4.5.2.2.2.1 +++ squid/configure.in 9 Sep 2001 08:28:48 -0000 1.1.1.3.4.5.2.2.2.2 @@ -3,13 +3,13 @@ dnl dnl Duane Wessels, wessels@nlanr.net, February 1996 (autoconf v2.9) dnl -dnl $Id: configure.in,v 1.1.1.3.4.5.2.2.2.1 2001/08/27 21:48:15 tolsty Exp $ +dnl $Id: configure.in,v 1.1.1.3.4.5.2.2.2.2 2001/09/09 08:28:48 serassio Exp $ dnl dnl dnl AC_INIT(src/main.c) AC_CONFIG_HEADER(include/autoconf.h) -AC_REVISION($Revision: 1.1.1.3.4.5.2.2.2.1 $)dnl +AC_REVISION($Revision: 1.1.1.3.4.5.2.2.2.2 $)dnl AC_PREFIX_DEFAULT(/usr/local/squid) AC_CONFIG_AUX_DIR(cfgaux) @@ -303,7 +303,7 @@ ]) AC_ARG_ENABLE(delay_pools, -[ --enable-delay-pools Enable delay pools to limit bandwith usage], +[ --enable-delay-pools Enable delay pools to limit bandwidth usage], [ if test "$enableval" = "yes" ; then echo "Delay pools enabled" DELAY_OBJS='$(DELAY_OBJS)' @@ -548,7 +548,7 @@ dnl Enable underscore in hostnames AC_ARG_ENABLE(underscores, [ --enable-underscores Squid by default rejects any host names with _ - in their name to conform with internet standars. + in their name to conform with internet standards. If you disagree with this you may allow _ in hostnames by using this switch, provided that the resolver library on the host where Squid runs