diff options
author | Matthew Johnson <mjj29@khnemu.(none)> | 2009-05-21 17:18:05 +0100 |
---|---|---|
committer | Matthew Johnson <mjj29@khnemu.(none)> | 2009-05-21 17:18:05 +0100 |
commit | 88467b0d6baed3f10ea8549ce2fb30d2d538ea77 (patch) | |
tree | a3959b5bea0dfde0774e962f2eedb7170ebd148e /changelog | |
parent | 7d6099ae891c9018c2d5072bc057bb00f6d9d6e4 (diff) | |
parent | 21d7a2cce11b24153932d6c24e2f80c82d75eafb (diff) |
Merge branch 'master' of git+ssh://ianthe.matthew.ath.cx/home/mjj29/scm/dbus-java
Conflicts:
org/freedesktop/dbus/test/test.java
Diffstat (limited to 'changelog')
-rw-r--r-- | changelog | 14 |
1 files changed, 13 insertions, 1 deletions
@@ -1,16 +1,28 @@ +Version 2.6.1: + + * Fix bug in disconnected signal/exception handling (Spotted by Serkan Kaba + <serkan_kaba -at- yahoo -dot- com>) + Version 2.6: * Add DBusConnection.releaseBusName API * Add DBusConnection.PeerSet for tracking peer lifetimes * Fix bug where DBusDaemon never sends NameOwnerChanged/NameLost signals + * Patches from Omair Majid <omajid -at- redhat -dot- com> to fix + DBusCall manpage and allow alternative docbook-to-man implementations. + * Fix dependency on unix.jar even in tcp mode + * Fix Path/ObjectPath cast issues (reported by Greg DeAngelis + <gdeangel -at- gmail -dot- com>) + * Fix behavior when disconnected (spotted by Christopher + Armstrong <carmstrong -at- fastmail -dot- com -dot- au>) 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>) + Sveinung Kvilhaugsvik <sveinung84 -at- users -dot- sourceforge -dot- 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. |