New version 31.5-1
- Don't run the storage checker to check autopart (vponcova) - Remove the SnapshotValidateTask class (vponcova) - Validate post-installation snapshot requests with the storage checker (vponcova) - Add a new type of the installation system for the initial setup (vponcova) - Simplify update_storage_ksdata (vponcova) - Don't set anything if the partitioning fails (vponcova) - Reset the bootloader with reset_bootloader (vponcova) - Add support for scanning all devices in the system (vponcova) - Add the ExclusiveDisks property (vponcova) - Move tests for the disk selection module to a new file (vponcova) - Replace initialize_storage with reset_storage (vponcova) - Remove the shutdown method (vponcova) - payload: don't force host-only mode when executing dracut (javierm) - Simplify the code for protected devices (vponcova) - Define the quit message in TUI (#1686116) (vponcova) - efi: don't include the grub2-pc package on EFI installs (javierm) - Small optimization in boot arg parsing method (jkonecny) - Fix bad --addrepo command line parsing (jkonecny) - Raise correct exception on bad addrepo boot param (jkonecny) - payload: migrate TUI software spoke to pep8 (jkonecny) - payload: switch from CamelCase in software spoke (jkonecny) - payload: remove unused radio button (jkonecny) - payload: solve basic pep 8 errors (jkonecny)
This commit is contained in:
parent
164033c397
commit
76587dcd12
1
.gitignore
vendored
1
.gitignore
vendored
@ -184,3 +184,4 @@
|
||||
/anaconda-31.2.tar.bz2
|
||||
/anaconda-31.3.tar.bz2
|
||||
/anaconda-31.4.tar.bz2
|
||||
/anaconda-31.5.tar.bz2
|
||||
|
@ -4,7 +4,7 @@
|
||||
|
||||
Summary: Graphical system installer
|
||||
Name: anaconda
|
||||
Version: 31.4
|
||||
Version: 31.5
|
||||
Release: 1%{?dist}
|
||||
License: GPLv2+ and MIT
|
||||
URL: http://fedoraproject.org/wiki/Anaconda
|
||||
@ -354,6 +354,32 @@ desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{buildroot}%{_d
|
||||
%{_prefix}/libexec/anaconda/dd_*
|
||||
|
||||
%changelog
|
||||
* Tue Mar 12 2019 Martin Kolman <mkolman@redhat.com> - 31.5-1
|
||||
- Don't run the storage checker to check autopart (vponcova)
|
||||
- Remove the SnapshotValidateTask class (vponcova)
|
||||
- Validate post-installation snapshot requests with the storage checker
|
||||
(vponcova)
|
||||
- Add a new type of the installation system for the initial setup (vponcova)
|
||||
- Simplify update_storage_ksdata (vponcova)
|
||||
- Don't set anything if the partitioning fails (vponcova)
|
||||
- Reset the bootloader with reset_bootloader (vponcova)
|
||||
- Add support for scanning all devices in the system (vponcova)
|
||||
- Add the ExclusiveDisks property (vponcova)
|
||||
- Move tests for the disk selection module to a new file (vponcova)
|
||||
- Replace initialize_storage with reset_storage (vponcova)
|
||||
- Remove the shutdown method (vponcova)
|
||||
- payload: don't force host-only mode when executing dracut (javierm)
|
||||
- Simplify the code for protected devices (vponcova)
|
||||
- Define the quit message in TUI (#1686116) (vponcova)
|
||||
- efi: don't include the grub2-pc package on EFI installs (javierm)
|
||||
- Small optimization in boot arg parsing method (jkonecny)
|
||||
- Fix bad --addrepo command line parsing (jkonecny)
|
||||
- Raise correct exception on bad addrepo boot param (jkonecny)
|
||||
- payload: migrate TUI software spoke to pep8 (jkonecny)
|
||||
- payload: switch from CamelCase in software spoke (jkonecny)
|
||||
- payload: remove unused radio button (jkonecny)
|
||||
- payload: solve basic pep 8 errors (jkonecny)
|
||||
|
||||
* Wed Mar 06 2019 Martin Kolman <mkolman@redhat.com> - 31.4-1
|
||||
- Add tests for UnsupportedPartitioningError (vponcova)
|
||||
- Handle missing support for Blivet-GUI in the Storage module (#1685645)
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (anaconda-31.4.tar.bz2) = 355a7cae064eab6c51f3172cdc09931e822a2976d1a900c88e721a77bd8a122a42387e3d57dcec4831938e7e8bf747e888016239a923e802e8c2f338d8fdd737
|
||||
SHA512 (anaconda-31.5.tar.bz2) = ac906a05d765ae37d63b8cfe5f9d34f91b7d94881c5c95c88164fcbdf0a407f975f603e2bd8550c2dbd5aa86796730f939695dcec9746f72e4c9a485dfef0ee3
|
||||
|
Loading…
Reference in New Issue
Block a user