]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
1.1.1
authorwessels <>
Sun, 15 Dec 1996 01:53:02 +0000 (01:53 +0000)
committerwessels <>
Sun, 15 Dec 1996 01:53:02 +0000 (01:53 +0000)
ChangeLog
include/version.h

index a0c568ab23eec0d32b758d73aba6bdcd48cd019c..17ac29bb3ba9335a75d34a6bba51b85c4e184e84 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,19 @@
+Changes to squid-1.1.1 ():
+
+       - Fixed announcement bug.  Announcements were always off unless
+         a file was specified.
+       - Fixed wrong number of args to examine_select() debug.
+       - Fixed null-string content-type
+       - Don't cache replies with 'Set-Cookie:' headers.
+       - Fixed bug when client issues IMS, Squid has stale object and
+         Squid's lastmod time is greater than the client IMS time.
+         A 304 reply would be appropriate for Squid, but not the client
+         (diagnosed by Mark Treacy).
+       - Fixed httpBuildRequestHeader() content length bug which breaks for
+         really large POST requests (Takahiro Yugawa).
+       - Fixed 'passthrough_proxy' to pick up port number from list of
+         neighbors.
+
 Changes to squid-1.1.0 (December 6, 1996):
 
        - Fixed inequality bug in neighborUp().
index 0e12c80d16a975660f9b7193c83f9902aa41bde1..aa9cc4fcf154ed2c9fab652900f80d80d7ef7c77 100644 (file)
@@ -1,9 +1,9 @@
-/* $Id: version.h,v 1.68 1996/12/06 21:52:16 wessels Exp $
+/* $Id: version.h,v 1.69 1996/12/14 18:53:03 wessels Exp $
  *
  *  SQUID_VERSION - String for version id of this distribution
  */
 #ifndef SQUID_VERSION
-#define SQUID_VERSION  "1.1.0"
+#define SQUID_VERSION  "1.1.1"
 #endif
 
 #ifndef SQUID_RELEASE_TIME