-
Notifications
You must be signed in to change notification settings - Fork 359
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
26 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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.) | ||
|