]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
update
authorwessels <>
Sat, 14 Feb 1998 03:05:16 +0000 (03:05 +0000)
committerwessels <>
Sat, 14 Feb 1998 03:05:16 +0000 (03:05 +0000)
ChangeLog

index 150ca531c6d73095ffae470d56e8c85a2fb54914..4c948a0158cbb490449c3b66bc25b7a4a69ccb5e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,17 @@
 Changes to squid-1.2.beta15 (Feb 13, 1998):
 
+       NOTE: This version has changes which may cause all or part
+             of your cache to be lost.  However, you can problably
+             save most of it by doing a slow restart.  Specifically:
+
+       1. Kill the running squid-1.2.beta14 process; wait for it to
+          fully exit.
+       2. Remove all 'swap.state*' files, either in each cache_dir, or
+          as defined in your squid.conf
+       3. Start squid-1.2.beta15.   The store will be rebuilt from the
+          existing swap files, reading the directories and opening
+          the files.
+
        - Fixed some problems related to disk (and pipe) write error
          handling.  file_close() doesn't always close the file
          immediately; i.e. when there are pending buffers to write.