summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS9
1 files changed, 9 insertions, 0 deletions
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
---------------------------------