aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog.rst
diff options
context:
space:
mode:
authorGravatar Nikolaus Rath <Nikolaus@rath.org>2017-05-24 15:56:41 -0700
committerGravatar Nikolaus Rath <Nikolaus@rath.org>2017-05-24 15:58:30 -0700
commit9b6e15406bd83a722cb07ed37709d94308d9e22e (patch)
treeadecf1f1ce24121cfbbf7bff929febfaf2e99013 /ChangeLog.rst
parente90bb40f9cddd3dfc403328de21f538b77f814b3 (diff)
fuse_signals.c: use new do_nothing function instead of SIG_IGN
Fixes: #160.
Diffstat (limited to 'ChangeLog.rst')
-rw-r--r--ChangeLog.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog.rst b/ChangeLog.rst
index 2b119a9..3bf56b7 100644
--- a/ChangeLog.rst
+++ b/ChangeLog.rst
@@ -1,3 +1,9 @@
+Unreleased Changes
+==================
+
+* `fuse_main()` / `fuse_remove_signal_handlers()`: do not reset
+ `SIGPIPE` handler to `SIG_DFL` it was not set by us.
+
libfuse 3.0.2 (2017-05-24)
==========================