dbus v4.1.0 Release Notes

Release Date: 2017-11-11 // over 6 years ago
    • ๐Ÿ”ฆ Expose the default handlers
    • ๐Ÿ‘ Allow implementations to decide when to make signal handling asynchronous.
    • ๐Ÿ›  Fix Object.Call blocking
    • introduce MakeVariantWithSignature
    • โšก๏ธ Update README.markdown
    • ๐Ÿ‘‰ make transport endian aware
    • โž• add a bluetooth example
    • system bus adress lookup was not system specific
    • โœ… Ensure dbus-launch is always installed in the test environment
    • ๐Ÿ‘ Rework support for more go types.
    • ๐Ÿ›  Fix a few bugs related to storing values.
    • โž• Add support for more of go's basic types
    • ๐Ÿ”„ Change the DBusError interface
    • ๐Ÿ›  Fix generic error handling
    • โž• Add support for mapping the empty interface to Variants where appropriate.
    • โž• Add integration for travis-ci
    • MAINTAINERS: add John Southworth
    • ๐Ÿ›  Fixed typo in docstring
    • dbus: Only dereference dest in store if Kind is Interface or Ptr.
    • ๐Ÿ›  fix comments for FreeBSD
    • ๐Ÿ”จ Refactor connection implementation details
    • โž• added bool to indicate when the signal channels have been closed This fixes #45 - panic after Close() with send on closed channel.
    • ๐Ÿ›  fix TestTcpConnection on OpenBSD
    • SendNullByte implementation for OpenBSD
    • โž• add a FreeBSD unixcred.