summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorChristos Zoulas <christos@zoulas.com>2019-05-07 02:29:04 +0000
committerChristos Zoulas <christos@zoulas.com>2019-05-07 02:29:04 +0000
commit09e4e370538bcb52ebfd74b32e09fc85aec1f4b0 (patch)
treecaee5c43d7c96bd20bb72a4c99e64980027acdc1 /ChangeLog
parent190362ab37c6b6c2bdb331df430aea23a3734591 (diff)
downloadfile-git-09e4e370538bcb52ebfd74b32e09fc85aec1f4b0.tar.gz
Document recent changes.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a6bb8c59..af50e0ee 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2019-05-06 22:27 Christos Zoulas <christos@zoulas.com>
+
+ * Change SIGPIPE saving and restoring during compression to use
+ sigaction(2) instead of signal(3) and cache it. (Denys Vlasenko)
+ * Cache stat(2) calls more to reduce number of calls (Denys Vlasenko)
+
2019-05-06 17:25 Christos Zoulas <christos@zoulas.com>
* PR/77: Handle --mime-type and -k correctly.