+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.
-+ 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!)
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.