Skip to content

Commit

Permalink
New version - 38.3
Browse files Browse the repository at this point in the history
  • Loading branch information
M4rtinK committed Aug 30, 2022
1 parent e8c6469 commit aa8837c
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 1 deletion.
25 changes: 25 additions & 0 deletions anaconda.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -490,6 +490,31 @@ rm -rf \
%{_prefix}/libexec/anaconda/dd_*

%changelog
* Tue Aug 30 2022 Martin Kolman <[email protected]> - 38.3-1
- Add --hibernation option for Kickstart autopart (ozobal)
- Docs: How to run non-unit tests in CI standalone (#docs) (vslavik)
- Define more macros for cppcheck (vslavik)
- Infra templating script improvements (vslavik)
- infra: bump (49699333+dependabot[bot])
- webui: clean up prepare-updates-img (allison.karlitskaya)
- Adjust dependencies of the anaconda-webui package (mkolman)
- test: Update to cockpit 275 (allison.karlitskaya)
- Add test for dracut_eject (vslavik)
- Add test for ipmi_abort (vslavik)
- Add test for ipmi_report (vslavik)
- Simplify test_detect_virtualized_platform (vslavik)
- Rewrite test_vt_activate to use patch (vslavik)
- webui: build RPMs inside the fedora-37 image (allison.karlitskaya)
- Web UI: update target name in test documentation (rvykydal)
- Verify a biosboot partition on all installation targets (vponcova)
- Define the install_targets property for all bootloader classes (vponcova)
- Test the InstallerStorage.copy method (vponcova)
- Show multiple bootloader devices on the Manual Partitioning screen (vponcova)
- Implement the Root.copy method (vponcova)
- Redefine the Blivet.roots attribute (vponcova)
- Redefine the Blivet.copy method (vponcova)
- Add infrastructure templating tools (ozobal)

* Fri Aug 19 2022 Martin Kolman <[email protected]> - 38.2-1
- Fix building for RHEL/ELN without live installer (sgallagh)
- Remove the SimpleConfigFile class (vponcova)
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], [38.2], [[email protected]])
AC_INIT([anaconda], [38.3], [[email protected]])

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

0 comments on commit aa8837c

Please sign in to comment.