diff options
author | Matthew Johnson <mjj29@qadesh.matthew.ath.cx> | 2008-11-14 13:59:23 +0000 |
---|---|---|
committer | Matthew Johnson <mjj29@qadesh.matthew.ath.cx> | 2008-11-14 13:59:23 +0000 |
commit | 1e2aeb7f4289de80599b4187d627bfd6b2abd576 (patch) | |
tree | 1be737834872417e170bf2e8802167f6303b1767 /changelog | |
parent | 91dea06b41a204e3dbc36c87e5e67ff0ee7df024 (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-- | changelog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -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 |