diff --git a/ChangeLog b/ChangeLog index 347e1f60868895355cca057201a0ea39fd5ce5b4..5cbd681d517fbbc51d905d4ea1ea97381dd011c2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2009-11-11 Derek R. Price <derek@ximbiot.com> + + * NEWS: Note default taginfo format string fix. + 2009-08-29 Derek R. Price <derek@ximbiot.com> * NEWS: Note more accurate warnings about duplicate LogHistory diff --git a/NEWS b/NEWS index 03c908a5cecb6c607b4963225a50e2a7c415ada2..6da2e128f2c4a67e959b10cdae4504c5ce9730f0 100644 --- a/NEWS +++ b/NEWS @@ -56,6 +56,10 @@ NEW FEATURES BUG FIXES +* The default taginfo string expansion now matches what 1.11.x does. This can + be important when running a 1.11.x and a 1.12.x server against the same + repository. + * Time stamps are set correctly on systems where time() and gettimeofday() return times with different values for the current second.