Skip to content

v4.1.0

Compare
Choose a tag to compare
@jsouthworth jsouthworth released this 11 Nov 14:12
· 280 commits to master since this release
  • 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.