Skip to content

Commit

Permalink
Merge pull request #46 from smooge/v0.99
Browse files Browse the repository at this point in the history
- Update to 0.99 release.
  • Loading branch information
ericcurtin authored Dec 14, 2023
2 parents 4495423 + 78a02ce commit c42f043
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build-scripts/version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# SPDX-License-Identifier: LGPL-2.1-or-later

# Current version of initoverlayfs
VERSION=0.98
VERSION=0.99
# Specify if build is a official release or a snapshot build
IS_RELEASE=false
# Used for official releases. Increment if necessary
Expand Down
8 changes: 8 additions & 0 deletions initoverlayfs.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,14 @@ install -D -m755 lib/dracut/modules.d/81initoverlayfs/module-setup.sh $RPM_BUILD
%{_prefix}/lib/dracut/modules.d/81initoverlayfs/

%changelog
* Thu Dec 14 2023 Stephen Smoogen <[email protected]> - 0.99-1
- Update to 0.99 release.
- shellcheck corrections (Yariv)
- install: detect where the initramfs exists (Douglas)
- fix bootfs wait (Eric)
- Add code for packit
- Add autotools items for building.

* Thu Dec 7 2023 Stephen Smoogen <[email protected]> - 0.98-1
- Release 0.98
- Improve documentation (PR31 and ecurtin)
Expand Down

0 comments on commit c42f043

Please sign in to comment.