]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
update
authorwessels <>
Tue, 25 Nov 1997 06:03:38 +0000 (06:03 +0000)
committerwessels <>
Tue, 25 Nov 1997 06:03:38 +0000 (06:03 +0000)
ChangeLog
include/version.h

index 8b496a62eebd05e517fcb7bb50049fd0e048c930..ad36dbc9e4697fcee1745be12d8234254e250b8d 100644 (file)
--- 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):
 
index c67c2d7341bde4f284458395589989caa625cfac..3034faf43d6dcf8a6feb426df6e6f53ea1cd5cdf 100644 (file)
@@ -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