From: wessels <> Date: Tue, 21 Oct 1997 04:58:53 +0000 (+0000) Subject: update X-Git-Tag: SQUID_3_0_PRE1~4758 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=871f0b8aacdc955229416ba3a54717db1b026faa;p=thirdparty%2Fsquid.git update --- diff --git a/ChangeLog b/ChangeLog index 7c07ef908f..5c87135311 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +Changes to squid-1.2.beta1 (): + + - Reworked storage manager to not keep objects in memory during + transit. In other words, no separate NOVM distribution. + - Lots of cleanup and debugging for beta release. + - Use snprintf() everywhere instead of sprintf(). + - The 'in_memory' hash table has been replaced with a + doubly-linked list. New objects are added to the head of + the list. When memory space is needed, old objects are + purged from the tail of the list. + Changes to squid-1.2.alpha7 (): - fixes fixes fixes. diff --git a/TODO b/TODO index 6efb61e709..95840188f5 100644 --- a/TODO +++ b/TODO @@ -1,6 +1,4 @@ -+ fix all the assert(!ERR_FOO) placeholders -+ Finish hacking at storeCopy() to achieve in-memory sliding window - for objects being retrieved. ++ copy over new -z semantics; don't automatically wipeout cache + we don't properly handle the HTTP/1.1 'Connection' header + ETag support (makes metadata bigger--ack!) @@ -32,3 +30,6 @@ DONE: + s/sprintf/snprintf/g + Write the text for all the error message files ++ fix all the assert(!ERR_FOO) placeholders ++ Finish hacking at storeCopy() to achieve in-memory sliding window + for objects being retrieved.