summaryrefslogtreecommitdiff
path: root/changelog
AgeCommit message (Collapse)AuthorFilesLines
2010-01-17Patch manpage source to build with docbook2xMatthew Johnson1-0/+5
2009-12-06add handleError in callbacks2.7Matthew Johnson1-2/+2
2009-11-01fix tcp timestamp issuesMatthew Johnson1-0/+3
2009-11-01read bus address from /home/mjj29Matthew Johnson1-0/+1
2009-11-01make MessageReader/Writer use buffered streamsMatthew Johnson1-0/+2
2009-11-01fix signal handling bug in DBusDaemonMatthew Johnson1-1/+3
2009-11-01fix lack of recursive deserialization of mapsMatthew Johnson1-2/+4
2009-05-21log entryMatthew Johnson1-0/+2
2009-04-29fix bug in disconnected handlingMatthew Johnson1-0/+5
2009-03-29logMatthew Johnson1-2/+4
2009-03-22add tests for and fix issue around Path/ObjectPathMatthew Johnson1-0/+2
2009-03-15fix dependency on unix.jar even in tcp modeMatthew Johnson1-0/+1
2009-02-20patches from Omair Majid <omajid@redhat.com>Matthew Johnson1-1/+3
2008-11-18PeerSet worksMatthew Johnson1-0/+7
2008-11-16* Fix array mmarshalling bug (Fixes: #13291)Matthew Johnson1-9/+6
2008-11-14 * Make signals with renamed interfaces and member names workMatthew Johnson1-0/+9
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)
2008-08-18logMatthew Johnson1-0/+2
2008-07-21 * Fix for possible NPex in DBusDaemonMatthew Johnson1-0/+5
* Add hexdump.jar to Class-Path for libdbus-java.jar
2008-06-24changelog reorganisationMatthew Johnson1-3/+0
2008-06-24provide a bin target which doesn't build man and docMatthew Johnson1-0/+1
2008-06-23Patch from Omair Majid <omajid -at- redhat -dot- com> toMatthew Johnson1-0/+2
have make all build the manpages.
2008-06-22add to changelogMatthew Johnson1-0/+5
2008-06-07relicenceMatthew Johnson1-0/+1
2008-05-31relicence to LGPLMatthew Johnson1-2/+5
2008-05-31fixesMatthew Johnson1-0/+2
2008-05-14 * Fix dynamic introspection of objects which export the sameMatthew Johnson1-0/+3
interface multiple times (Patch fromSveinung Kvilhaugsvik <sveinung84 -at- users -dot- sourceforge -dot- net>)
2008-04-18fix race conditionMatthew Johnson1-0/+2
2008-04-04+++ b/changelogMatthew Johnson1-0/+1
+ * Fix CreateInterface (Spotted by Tom Walsh <walshtc -at- gmail -dot- com>)
2008-03-09+ * Fix returning DBusSerializables (Spotted by Johannes FeltenMatthew Johnson1-0/+5
+ <johannesfelten -at- googlemail -dot- com>)
2008-02-19aoeuMatthew Johnson1-1/+1
2008-02-05make weakreferences optionalMatthew Johnson1-1/+3
2008-02-05fix warnings when building with gcjMatthew Johnson1-0/+2
2008-02-03ensure buffer patchMatthew Johnson1-0/+2
2008-02-01fix utf8 characters in testMatthew Johnson1-0/+1
2008-01-29aoeuMatthew Johnson1-1/+0
2008-01-29small tweaks in test suiteMatthew Johnson1-0/+1
2008-01-11work on bsdMatthew Johnson1-0/+1
2008-01-10aoueMatthew Johnson1-0/+2
2008-01-10Write multiple byte[] at onceMatthew Johnson1-0/+2
2007-12-21.viewerclasses needs to depend on .binclassesMatthew Johnson1-0/+1
2007-12-11aoeuMatthew Johnson1-1/+3
2007-12-03add gettext localizationMatthew Johnson1-1/+1
2007-12-02add fallback objectsMatthew Johnson1-0/+2
2007-12-02weakreference bug fixesMatthew Johnson1-0/+2
2007-12-02fix or ignore warningsMatthew Johnson1-1/+4
2007-12-02+++ b/changelogMatthew Johnson1-0/+6
+Version 2.4: + + * Add DBusMemberName to force method names or signal names to something + other than the Java name (suggested byaViktar Vauchkevich <vctr -at- + yandex -dot- ru>) +
2007-11-29 * Fix struct type parsing error (spotted by Gunnar Aastrand Grimnesv2.3.2Matthew Johnson1-0/+5
<gunnar -dot- grimnes -at- dfki -dot- de> and Frank Benoit <keinfarbton -at- googlemail -dot- com>) * Fix parsing of serializable classes * Anonymous SASL (needs testing)
2007-10-25profile rate add;Matthew Johnson1-1/+4
* Make Marshalling more verbose and descriptive in the presence of mismatched parameter lists (suggested by Anibal Sanchez <anibal -dot- sanchez -at- sunya -dot- com -dot- ar>)
2007-08-29+++ b/changelogMatthew Johnson1-0/+3
+ * Add licence headers to files missing them + * Fix minor bug in AbstractConnection.java (reported by Frank Benoit + <benoit -at- tionex -dot- de>
2007-07-26+++ b/changelogMatthew Johnson1-1/+9
+Version 2.3.2: + + * Fix empty array/map bug (reported by Jan Kümmel + <freedesktop -at- snorc -dot- org>) + +Version 2.3.1: + + * Fix regression in normal array handling (spotted by Anibal Sanchez + <anibal -dot- sanchez -at- sunya -dot- com -dot- ar>