summaryrefslogtreecommitdiff
path: root/changelog
diff options
context:
space:
mode:
authorMatthew Johnson <mjj29@qadesh.matthew.ath.cx>2008-11-16 12:47:38 +0000
committerMatthew Johnson <mjj29@qadesh.matthew.ath.cx>2008-11-16 12:47:38 +0000
commit4e3a820a8d75baa68d6e4de844a10612e95fd0ec (patch)
tree1490aca75bcb803ba9f726d725a04511ec0fd530 /changelog
parent1e2aeb7f4289de80599b4187d627bfd6b2abd576 (diff)
* Fix array mmarshalling bug (Fixes: #13291)
Diffstat (limited to 'changelog')
-rw-r--r--changelog15
1 files changed, 6 insertions, 9 deletions
diff --git a/changelog b/changelog
index 53dec5c..bc5a0e7 100644
--- a/changelog
+++ b/changelog
@@ -1,18 +1,15 @@
-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
* Add hexdump.jar to Class-Path for libdbus-java.jar
* Add GetAll to properties interface (Patch from
Sveinung Kvilhaugsvik <sveinung84@users.sourceforge.net>)
+ * 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)
+ * Fix array marshalling bug (Fixes: #13291)
Version 2.5: