v1.2
Enhancements
- Let rauc-hawkbit-updater use the recent
InstallBundle()DBus method instead of legacyInstall()method. [#129]
Bug Fixes
- Fixed NULL pointer dereference if
build_api_url()is called for base deployment URL without havingGLIB_USING_SYSTEM_PRINTF
defined [#115] - Fixed compilation against musl by not including glibc-specific
bits/types/struct_tm.h[#123] (by Zygmunt Krynicki)
Code
- Drop some unused variables [#126]
Testing
- Enable and fix testing for IPv6 addresses [#116]
- Enhance test output by not aborting too early on process termination [#128]
- Set proper names for python logger [#127]
Documentation