Skip to content

Commit

Permalink
New version - 41.28
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Aug 6, 2024
1 parent 480135b commit b2494f1
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions anaconda.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -480,6 +480,17 @@ rm -rf \
%{_prefix}/libexec/anaconda/dd_*

%changelog
* Tue Aug 06 2024 github-actions <github-actions@github.com> - 41.28-1
- Adjust custom partitioning and storage spokes to the device ID API (vtrefny)
- Adjust resize module to the device ID API (vtrefny)
- Add a custom function for recreating btrfs subvolumes (vtrefny)
- Use blivet's "device ID" as a unique device identifier (vtrefny)
- Fix mock LUKS devices logic in tests (vtrefny)
- Fix checking for locked LUKS devices (vtrefny)
- util: Add additional information for EFI systems (riehecky)
- Add release note for network port devices' default configuration profiles
(rvykydal)

* Tue Jul 30 2024 github-actions <github-actions@github.com> - 41.27-1
- Remove threading compatibility layer (kkoukiou)

Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
m4_define(python_required_version, 3.4)

AC_PREREQ([2.63])
AC_INIT([anaconda], [41.27], [anaconda-devel@lists.fedoraproject.org])
AC_INIT([anaconda], [41.28], [anaconda-devel@lists.fedoraproject.org])

# make it possible to set build info at build time
# (patch only builds, modular builds, mass-rebuilds, etc.)
Expand Down

0 comments on commit b2494f1

Please sign in to comment.