Skip to content
This repository has been archived by the owner on Aug 27, 2022. It is now read-only.

SimpleDBus v1.1.1

Compare
Choose a tag to compare
@kdewald kdewald released this 20 Feb 22:55
· 143 commits to master since this release
4b6aca4

[1.1.1] - 2021-02-20

Added

  • Implemented move and copy constructors for SimpleDBus::Message.

Changed

  • Pointers to DBus connection and error objects within SimpleDBus::Connection were made private.
  • All library targets are now compiled with maximum optimization options.
  • Changed code formatting settings.

Fixed

  • SimpleDBus::Holder array representation would only print the last element of the array.
  • InterfacesRemoved signal would unnecessarily delete an object.