This repository has been archived by the owner on Aug 27, 2022. It is now read-only.
SimpleDBus v1.1.1
[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.