From 0d00f4d37a1c59f70dbabce97a9a3bd44c85dd6e Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Thu, 29 Dec 2011 13:47:47 +0000 Subject: update NEWS about new feature --- NEWS | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index 3396f6b..fc1be15 100644 --- a/NEWS +++ b/NEWS @@ -2,6 +2,15 @@ NEWS file for summain ===================== +Version 0.11, released UNRELEASED +--------------------------------- + +* Now properly supports sub-second timestamps. Previously, the timestamps + were limited by the Python standard library's use of floating point + values for timestamps, which didn't give the full nanosecond precision. + Summain now uses a C extension to call the `lstat`(2) system call + directly, to get the full precision. + Version 0.10, released 2011-08-09 --------------------------------- -- cgit v1.2.1