Skip to content

Commit

Permalink
prepare for 1.11.2 release
Browse files Browse the repository at this point in the history
Signed-off-by: Jan Luebbe <jlu@pengutronix.de>
  • Loading branch information
jluebbe committed Feb 28, 2024
1 parent 110cde1 commit d8ce080
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
Release 1.11.2 (released Feb 28, 2024)
--------------------------------------

.. rubric:: Bug fixes

* Fix 'rauc info' when used with streaming.
* Fix streaming helper shutdown when used with 'rauc info'.
This avoids a 'nbd server failed' message.
* Fix handling of streaming request retries.
* Remove a redundant event log message when trying to install an encrypted
bundle with an unencrypted manifest.

Contributions from: Enrico Jörns

Release 1.11.1 (released Jan 15, 2024)
--------------------------------------

Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
project(
'rauc',
'c',
version : '1.11.1',
version : '1.11.2',
meson_version : '>=0.51',
default_options: [
'c_std=gnu11',
Expand Down

0 comments on commit d8ce080

Please sign in to comment.