Skip to content

Commit

Permalink
v1.14.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
fhunleth committed Jul 7, 2024
1 parent 2642c36 commit 20c37f7
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

## v1.14.0

* New features
* Support passing arguments to reboot via the `/run/reboot-param` file. This
is required to support the Raspberry Pi's tryboot feature to implement A/B
partition failback. See the README.md for info.
* In the hostname pattern, support a special printf format specifier for
trimming the left side of the serial number string. `%-0.4s` lets you use
the 4 rightmost characters of the serial number in the hostname.

* Bug fixes
* Disable core dumps before killing programs on shutdowns and reboots. This
saves I/O operations that might impact the saving of important data.
* Sync before killing programs on shutdowns and reboots to reduce the amount
of I/O needed during the graceful part of the shutdown.

## v1.13.0

* New features
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION=1.13.0
VERSION=1.14.0

CFLAGS+=-Wall -Wextra -O2

Expand Down

0 comments on commit 20c37f7

Please sign in to comment.