]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
1.0.alpha16
authorwessels <>
Mon, 15 Apr 1996 10:09:43 +0000 (10:09 +0000)
committerwessels <>
Mon, 15 Apr 1996 10:09:43 +0000 (10:09 +0000)
ChangeLog
include/version.h

index d001c75847f2ae0aa02aabd424851ee532536a50..81a62748892ec73c4169c4ae6e70a8a5579cb1d4 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -67,3 +67,4 @@
        - Fixed reqnum bug (was using ntohs instead of ntohl).
        - Fixed double free() bug caused by setting flag=0 in
          storeAddFromDisk().
+       - Fixed memory leaks.
index e9326042892a232cb990e03e9a3732751ad17e2c..a3ad78c8ab12a1109fe364bc3836dc1f4a4392fb 100644 (file)
@@ -1,7 +1,7 @@
-/* $Id: version.h,v 1.15 1996/04/14 03:29:36 wessels Exp $
+/* $Id: version.h,v 1.16 1996/04/15 04:09:43 wessels Exp $
  *
  *  SQUID_VERSION - String for version id of this distribution
  */
 #ifndef SQUID_VERSION
-#define SQUID_VERSION  "1.0.alpha15"
+#define SQUID_VERSION  "1.0.alpha16"
 #endif