summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorJoey Hess <joeyh@joeyh.name>2016-10-17 11:49:07 -0400
committerJoey Hess <joeyh@joeyh.name>2016-10-17 11:49:07 -0400
commit53c35a635276bb78f098947755dd072b5b800358 (patch)
tree8dd1d4a33df25d24d624aa6d238e2052231311f4 /debian
parent1173bd9f10d731485f3b63f1c7ff55eb9c58a605 (diff)
downloadmoreutils-53c35a635276bb78f098947755dd072b5b800358.tar.gz
chronic: Flush output more often to better preserve stdout,err ordering.
Particularly when a chunk that is not newline-terminated is read, this makes it be flushed right away. Thanks, Miroslav Šustek
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog7
1 files changed, 7 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 2a44ee4..e23c066 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+moreutils (0.61) UNRELEASED; urgency=medium
+
+ * chronic: Flush output more often to better preserve stdout,err ordering.
+ Thanks, Miroslav Šustek
+
+ -- Joey Hess <id@joeyh.name> Mon, 17 Oct 2016 11:47:32 -0400
+
moreutils (0.60) unstable; urgency=medium
* New implementation of isutf8 by Julien Palard.