summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <smcv@collabora.com>2022-09-06 18:27:59 +0100
committerSimon McVittie <smcv@collabora.com>2022-09-06 18:27:59 +0100
commitec04e0630abb1adbd34fc84279fb8ab3e98d7f97 (patch)
treee96628c161cc583d50dfb6bea09cfa2d5f490baa
parentdce0ae8f9d4b88c9b49b580d39c629fc689392c0 (diff)
downloaddbus-python-ec04e0630abb1adbd34fc84279fb8ab3e98d7f97.tar.gz
Update NEWS
Signed-off-by: Simon McVittie <smcv@collabora.com>
-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)