summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDavid Schleef <ds@schleef.org>2007-03-22 22:36:34 +0000
committerDavid Schleef <ds@schleef.org>2007-03-22 22:36:34 +0000
commitb752ae9129851ded173c7851f64f6731db9bd784 (patch)
treef3ef51abc4cf909ea91f8565195add7acc290fe5 /ChangeLog
parent0e0d3ae40bd2bddb3354bb1a9e0092028a0f62d4 (diff)
* liboil/liboilcpu.c:
Restore the signal mask if we caught a signal. Fixes #10247
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index cfe9e64..720971a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2007-03-22 David Schleef <ds@schleef.org>
+
+ * liboil/liboilcpu.c:
+ Restore the signal mask if we caught a signal. Fixes #10247
+
2007-03-21 David Schleef <ds@schleef.org>
* examples/jpeg/jpeg.c: