summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoey Hess <joeyh@joeyh.name>2017-10-30 12:49:36 -0400
committerJoey Hess <joeyh@joeyh.name>2017-10-30 12:49:36 -0400
commit12845e32adcaa18b83cd8f3f01fddf9189c7ebda (patch)
tree8b1ced5d690d02bd3529fbb9f6560997dcde623e
parent5b628493242860cdbec41a23e23bb561c96e4b40 (diff)
downloadmoreutils-12845e32adcaa18b83cd8f3f01fddf9189c7ebda.tar.gz
ts: Add -m option to use monotonic clock. Thanks, Ben Leinweber
-rw-r--r--debian/changelog7
1 files changed, 7 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 5969157..bf80599 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+moreutils (0.62) UNRELEASED; urgency=medium
+
+ * ts: Add -m option to use monotonic clock.
+ Thanks, Ben Leinweber
+
+ -- Joey Hess <id@joeyh.name> Mon, 30 Oct 2017 12:49:18 -0400
+
moreutils (0.61) unstable; urgency=medium
* chronic: Flush output more often to better preserve stdout,err ordering.