summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2011-12-29 13:47:47 +0000
committerLars Wirzenius <liw@liw.fi>2011-12-29 13:47:47 +0000
commit0d00f4d37a1c59f70dbabce97a9a3bd44c85dd6e (patch)
tree488270b5d8c65ad247b8170cd97df5e66d061d67 /NEWS
parent0bb1c8aab4c7ca7ed66ab756d10131691a4f235e (diff)
downloadsummain-0d00f4d37a1c59f70dbabce97a9a3bd44c85dd6e.tar.gz
update NEWS about new feature
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
---------------------------------