summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS8
1 files changed, 8 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index d97d381..4f31312 100644
--- a/NEWS
+++ b/NEWS
@@ -40,6 +40,14 @@ Enhancements:
Fixes:
+• Raise ValueError instead of crashing with assertion failure when a
+ Unix fd index number is greater than the number of fds actually attached
+ to the message (firewalld#985; Simon McVittie)
+
+• Raise ValueError instead of crashing with assertion failure when
+ a negative number is passed to the UnixFd constructor
+ (related to firewalld#985; Simon McVittie)
+
• Fix undefined escape sequences in docstrings
(dbus-python#40; Jason A. Yundt)