From: Amos Jeffries Date: Mon, 31 Aug 2009 10:02:23 +0000 (+1200) Subject: Author: Tim Starling X-Git-Tag: SQUID_3_2_0_1~754 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=17fde51369532ac873ac95221b4a05a3e52a4363;p=thirdparty%2Fsquid.git Author: Tim Starling Port 2.7: Unique sequence number per log line Create and enable logging of a unique sequence number per log entry. Adjusted to 64-bit to handle long Squid up times with very large logged line counts. NP: not quite sure about the incrementation. Write appears to be called once per log entry but this is not tested under enough conditions to be certain yet. The old lineEnd call from Squid-2 is not present in Squid-3. --- diff --git a/doc/release-notes/release-3.2.sgml b/doc/release-notes/release-3.2.sgml index df4d4992a7..cfd974717a 100644 --- a/doc/release-notes/release-3.2.sgml +++ b/doc/release-notes/release-3.2.sgml @@ -268,6 +268,9 @@ This section gives a thorough account of those changes in three categories: Changes to existing tags