New version 29.16-1
- Add tests for changes in tasks and the install manager (vponcova) - Add a simple installation task in the Baz module (vponcova) - Update the boss classes (vponcova) - Update the base clases for modules (vponcova) - Use the system installation task in the install manager (vponcova) - Add the system installation task (vponcova) - Add methods for running remote DBus tasks (vponcova) - Improved base clases for DBus tasks (vponcova) - Do not manually create LUKSDevice when unlocking a LUKS format (vtrefny) - Fix pylint errors (vponcova) - Skip the pylint check for the bootloader.py (vponcova) - Enable DNF depsolver debugging in debug mode (mkolman) - Don't reset locale of our DBus daemon (vponcova) - Close the DNF base later (#1571299) (vponcova) - Add 10% for storage metadata to the total required space (#1578395) (vponcova) - Add hook to prevent mistake upstream pushes (jkonecny) - Revert "WIP" (vponcova) - WIP (vponcova) - Set locale to en_US.UTF-8 in every module (#1575415) (vponcova) - Move initial module configuration to the init function (vponcova) - Fix the mount command (vponcova) - Use the auto partitioning module in UI (vponcova) - Only check space during a tui kickstart if ksprompt is enabled (bcl) - Fix can't exit TUI storage spoke (jkonecny) - Use PROCESSED_AND_CLOSE and PROCESSED_AND_REDRAW (jkonecny) - Remove not required PROCESSED return (jkonecny) - Remove PROCESSED from refresh method (jkonecny)
This commit is contained in:
parent
ced56f7f29
commit
f3fdea6943
1
.gitignore
vendored
1
.gitignore
vendored
@ -147,3 +147,4 @@
|
||||
/anaconda-29.13.tar.bz2
|
||||
/anaconda-29.14.tar.bz2
|
||||
/anaconda-29.15.tar.bz2
|
||||
/anaconda-29.16.tar.bz2
|
||||
|
@ -6,7 +6,7 @@
|
||||
|
||||
Summary: Graphical system installer
|
||||
Name: anaconda
|
||||
Version: 29.15
|
||||
Version: 29.16
|
||||
Release: 1%{?dist}
|
||||
License: GPLv2+ and MIT
|
||||
Group: Applications/System
|
||||
@ -347,6 +347,36 @@ update-desktop-database &> /dev/null || :
|
||||
%{_prefix}/libexec/anaconda/dd_*
|
||||
|
||||
%changelog
|
||||
* Thu Jun 07 2018 Martin Kolman <mkolman@redhat.com> - 29.16-1
|
||||
- Add tests for changes in tasks and the install manager (vponcova)
|
||||
- Add a simple installation task in the Baz module (vponcova)
|
||||
- Update the boss classes (vponcova)
|
||||
- Update the base clases for modules (vponcova)
|
||||
- Use the system installation task in the install manager (vponcova)
|
||||
- Add the system installation task (vponcova)
|
||||
- Add methods for running remote DBus tasks (vponcova)
|
||||
- Improved base clases for DBus tasks (vponcova)
|
||||
- Do not manually create LUKSDevice when unlocking a LUKS format (vtrefny)
|
||||
- Fix pylint errors (vponcova)
|
||||
- Skip the pylint check for the bootloader.py (vponcova)
|
||||
- Enable DNF depsolver debugging in debug mode (mkolman)
|
||||
- Don't reset locale of our DBus daemon (vponcova)
|
||||
- Close the DNF base later (#1571299) (vponcova)
|
||||
- Add 10%% for storage metadata to the total required space (#1578395)
|
||||
(vponcova)
|
||||
- Add hook to prevent mistake upstream pushes (jkonecny)
|
||||
- Revert "WIP" (vponcova)
|
||||
- WIP (vponcova)
|
||||
- Set locale to en_US.UTF-8 in every module (#1575415) (vponcova)
|
||||
- Move initial module configuration to the init function (vponcova)
|
||||
- Fix the mount command (vponcova)
|
||||
- Use the auto partitioning module in UI (vponcova)
|
||||
- Only check space during a tui kickstart if ksprompt is enabled (bcl)
|
||||
- Fix can't exit TUI storage spoke (jkonecny)
|
||||
- Use PROCESSED_AND_CLOSE and PROCESSED_AND_REDRAW (jkonecny)
|
||||
- Remove not required PROCESSED return (jkonecny)
|
||||
- Remove PROCESSED from refresh method (jkonecny)
|
||||
|
||||
* Wed May 16 2018 Martin Kolman <mkolman@redhat.com> - 29.15-1
|
||||
- nvdimm: make debug messages more clear (rvykydal)
|
||||
- nvdimm: use libblockdev enum to check namespace mode (rvykydal)
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (anaconda-29.15.tar.bz2) = 13036274c600ef33a6644c51870399051088d3bab07174e3c3f7049ee04943ac7daa8546cdbb85024cdf9580fbe614b9ebd8472388f0ab05778cf07422638990
|
||||
SHA512 (anaconda-29.16.tar.bz2) = 298cd095ae206a444b3c8d36e08ca0717ccc7bcf32071a41262d65900166a3241e9c38a5cf9b0fc66018f6808717fc8d144f2b9d881098bcf11d32d6e43a103a
|
||||
|
Loading…
Reference in New Issue
Block a user