diff --git a/build-scripts/version.sh b/build-scripts/version.sh index 59e1570..c44fc58 100755 --- a/build-scripts/version.sh +++ b/build-scripts/version.sh @@ -2,7 +2,7 @@ # SPDX-License-Identifier: LGPL-2.1-or-later # Current version of initoverlayfs -VERSION=0.99 +VERSION=0.991 # Specify if build is a official release or a snapshot build IS_RELEASE=false # Used for official releases. Increment if necessary diff --git a/initoverlayfs.spec.in b/initoverlayfs.spec.in index 87fc3a2..d8d0f6f 100644 --- a/initoverlayfs.spec.in +++ b/initoverlayfs.spec.in @@ -44,6 +44,11 @@ install -D -m644 lib/systemd/system/pre-initoverlayfs-switch-root.service ${RPM_ %{_prefix}/lib/systemd/system/pre-initoverlayfs-switch-root.service %changelog +* Wed Jan 17 2024 Stephen Smoogen - 0.991-1 +- Update to 0.991 release. +- fork storage-init as a systemd unit (ecurtin) +- shell-less initrd work (ecurtin) + * Thu Dec 14 2023 Stephen Smoogen - 0.99-1 - Update to 0.99 release. - shellcheck corrections (Yariv)