summaryrefslogtreecommitdiff
path: root/changelog
diff options
context:
space:
mode:
authorMatthew Johnson <mjj29@qadesh.matthew.ath.cx>2008-11-14 13:59:23 +0000
committerMatthew Johnson <mjj29@qadesh.matthew.ath.cx>2008-11-14 13:59:23 +0000
commit1e2aeb7f4289de80599b4187d627bfd6b2abd576 (patch)
tree1be737834872417e170bf2e8802167f6303b1767 /changelog
parent91dea06b41a204e3dbc36c87e5e67ff0ee7df024 (diff)
* Make signals with renamed interfaces and member names work
if they are explicitly listened for (Partially fixes: #18257). Also make the error reporting better when it doesn't work. * Add test for signal with renamed interface. * Fix clearing of string buffer during marshalling (Fixes: #17362)
Diffstat (limited to 'changelog')
-rw-r--r--changelog9
1 files changed, 9 insertions, 0 deletions
diff --git a/changelog b/changelog
index e3568bb..53dec5c 100644
--- a/changelog
+++ b/changelog
@@ -1,3 +1,12 @@
+Version 2.5.2:
+
+ * Make signals with renamed interfaces and member names work
+ if they are explicitly listened for (Partially fixes: #18257).
+ Also make the error reporting better when it doesn't work.
+ * Add test for signal with renamed interface.
+ * Fix clearing of string buffer during marshalling (Fixes: #17362)
+ :
+
Version 2.5.1:
* Fix for possible NPex in DBusDaemon