From: wessels <> Date: Tue, 25 Nov 1997 06:03:38 +0000 (+0000) Subject: update X-Git-Tag: SQUID_3_0_PRE1~4475 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=99077fe60282f7bb7edf82ff9242fcd070b51a91;p=thirdparty%2Fsquid.git update --- diff --git a/ChangeLog b/ChangeLog index 8b496a62ee..ad36dbc9e4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -13,6 +13,7 @@ Changes to squid-1.2.beta7 (Nov 24, 1997): - Fixed some pipelined request bugs. storeClientCopy() was being given the wrong StoreEntry, and we had a race condition which is now handled by storeClientCopyPending(). + - Added initial SNMP support. Changes to squid-1.2.beta6 (Nov 13, 1997): diff --git a/include/version.h b/include/version.h index c67c2d7341..3034faf43d 100644 --- a/include/version.h +++ b/include/version.h @@ -1,9 +1,9 @@ -/* $Id: version.h,v 1.91 1997/11/13 17:38:14 wessels Exp $ +/* $Id: version.h,v 1.92 1997/11/24 23:03:38 wessels Exp $ * * SQUID_VERSION - String for version id of this distribution */ #ifndef SQUID_VERSION -#define SQUID_VERSION "1.2.beta6" +#define SQUID_VERSION "1.2.beta7" #endif #ifndef SQUID_RELEASE_TIME