Skip to content

Commit

Permalink
Merge pull request #135 from ejoerns/topic/prepare-1.2
Browse files Browse the repository at this point in the history
CHANGES: prepare for v1.2 release
  • Loading branch information
Bastian-Krause authored Jul 1, 2022
2 parents afc3d4b + 0eb833c commit 2661e3e
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,6 +1,35 @@
Release 1.2 (in development)
----------------------------

.. rubric:: Enhancements

* Let rauc-hawkbit-updater use the recent InstallBundle() DBus method instead of
legacy Install() method. [#129]

.. rubric:: Bug Fixes

* Fixed NULL pointer dereference if build_api_url() is called for base
deployment URL without having GLIB_USING_SYSTEM_PRINTF defined [#115]
* Fixed compilation against musl by not including glibc-specific
bits/types/struct_tm.h [#123] (by Zygmunt Krynicki)

.. rubric:: Code

* Drop some unused variables [#126]

.. rubric:: 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]

.. rubric:: Documentation

* Corrected retry_wait default value in reference [#118]
* Suggest using systemd-tmpfiles for creating and managing tmp directories
as storage location for plain bundles [#124] (by Jonas Licht)
* Update and clarify python3 venv usage and dependencies for testing [#125]

Release 1.1 (released Nov 15, 2021)
-----------------------------------

Expand Down

0 comments on commit 2661e3e

Please sign in to comment.