summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <smcv@collabora.com>2017-06-27 19:26:59 +0100
committerSimon McVittie <smcv@collabora.com>2017-06-27 19:26:59 +0100
commite570dfd9263f942166ca517120b2ea0b50044415 (patch)
treece4b3b72b44dcbde98982883c7f8ea92a3be89d1
parentf74cba267bd1a4b4f892624251fa215a95038476 (diff)
Update NEWS for 1.10.x branch
Signed-off-by: Simon McVittie <smcv@collabora.com>
-rw-r--r--NEWS16
1 files changed, 15 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 1ce395be..5e95a75d 100644
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,21 @@
D-Bus 1.10.20 (UNRELEASED)
==
-...
+Fixes:
+
+• Fix a reference leak when blocking on a pending call on a connection
+ that has been disconnected (fd.o #101481, Shin-ichi MORITA)
+
+• Don't put timestamps in the Doxygen-generated documentation, for
+ closer-to-reproducible builds (fd.o #100692, Simon McVittie)
+
+• Avoid an assertion failure when connecting to a semicolon-separated
+ series of addresses, one of which fails (fd.o #101257, Simon McVittie)
+
+Documentation:
+
+• Update git URIs in HACKING document to sync up with cgit.freedesktop.org
+ (fd.o #100715, Simon McVittie)
D-Bus 1.10.18 (2017-04-05)
==