summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorSimon McVittie <smcv@collabora.com>2017-11-05 13:58:25 +0000
committerSimon McVittie <smcv@collabora.com>2017-11-05 13:58:25 +0000
commitc943d89ce90a7ea1abc22bcd257159f23aebc9fb (patch)
tree5b0daf83f5fc246bd61cd7a46dc3b73478bfe066 /NEWS
parent71a613348477336df175a45dd46f035def495115 (diff)
Update NEWS
Signed-off-by: Simon McVittie <smcv@collabora.com>
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS9
1 files changed, 6 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index cee6376..e69a913 100644
--- a/NEWS
+++ b/NEWS
@@ -22,13 +22,16 @@ Enhancements:
Fixes:
• Fix a NULL dereference in constructing a Server if the underlying C
- function fails (Simon McVittie)
+ function fails
• Silence compiler warnings triggered by the Python headers under gcc 7
- (Simon McVittie)
• Avoid __gtype__ appearing in documentation, for reproducible builds
- (Simon McVittie)
+
+• Rename _dbus_bindings/ and _dbus_glib_bindings/ source directories to
+ dbus_bindings/ and dbus_glib_bindings/ to avoid an ImportWarning
+ appearing in the API documentation, which made the documentation build
+ non-reproducible
D-Bus Python Bindings 1.2.4 (2016-03-06)
========================================