- Add a button to refresh the disk list. (dlehman)
- Only try to restart payload in the Anaconda environment (mkolman) - Make current runtime environment identifiers available via flags (mkolman) - Display storage errors that cause no disks to be selected (#1340240) (bcl) - Fix the SourceSwitchHandler pylint errors differently. (clumens) - Fix pylint errors. (clumens) - Update the disk summary on Ctrl-A (dshea) - Revert "Refresh the view of on-disk storage state every 30 seconds." (dlehman) - Refresh the view of on-disk storage state every 30 seconds. (dlehman) - Handle unsupported disklabels. (dlehman) - Use a blivet method to remove everything from a device. (dlehman) - Tighten up ResizeDialog._recursive_remove a bit. (dlehman) - Only look for partitions on partitioned disks. (dlehman) - NFS DDs installation now works correctly (#1269915) (japokorn) - Remove unused on_proxy_ok_clicked from Source spoke (jkonecny) - send all layouts to localed for keymap conversion (#1333998) (awilliam) - Small cleanup (mkolman)
This commit is contained in:
parent
b85c879c7f
commit
348b652d1f
1
.gitignore
vendored
1
.gitignore
vendored
@ -68,3 +68,4 @@
|
|||||||
/anaconda-25.13.tar.bz2
|
/anaconda-25.13.tar.bz2
|
||||||
/anaconda-25.14.tar.bz2
|
/anaconda-25.14.tar.bz2
|
||||||
/anaconda-25.15.tar.bz2
|
/anaconda-25.15.tar.bz2
|
||||||
|
/anaconda-25.16.tar.bz2
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
Summary: Graphical system installer
|
Summary: Graphical system installer
|
||||||
Name: anaconda
|
Name: anaconda
|
||||||
Version: 25.15
|
Version: 25.16
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
License: GPLv2+ and MIT
|
License: GPLv2+ and MIT
|
||||||
Group: Applications/System
|
Group: Applications/System
|
||||||
@ -325,6 +325,26 @@ update-desktop-database &> /dev/null || :
|
|||||||
%{_prefix}/libexec/anaconda/dd_*
|
%{_prefix}/libexec/anaconda/dd_*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Jun 03 2016 Brian C. Lane <bcl@redhat.com> - 25.16-1
|
||||||
|
- Add a button to refresh the disk list. (dlehman)
|
||||||
|
- Only try to restart payload in the Anaconda environment (mkolman)
|
||||||
|
- Make current runtime environment identifiers available via flags (mkolman)
|
||||||
|
- Display storage errors that cause no disks to be selected (#1340240) (bcl)
|
||||||
|
- Fix the SourceSwitchHandler pylint errors differently. (clumens)
|
||||||
|
- Fix pylint errors. (clumens)
|
||||||
|
- Update the disk summary on Ctrl-A (dshea)
|
||||||
|
- Revert "Refresh the view of on-disk storage state every 30 seconds."
|
||||||
|
(dlehman)
|
||||||
|
- Refresh the view of on-disk storage state every 30 seconds. (dlehman)
|
||||||
|
- Handle unsupported disklabels. (dlehman)
|
||||||
|
- Use a blivet method to remove everything from a device. (dlehman)
|
||||||
|
- Tighten up ResizeDialog._recursive_remove a bit. (dlehman)
|
||||||
|
- Only look for partitions on partitioned disks. (dlehman)
|
||||||
|
- NFS DDs installation now works correctly (#1269915) (japokorn)
|
||||||
|
- Remove unused on_proxy_ok_clicked from Source spoke (jkonecny)
|
||||||
|
- send all layouts to localed for keymap conversion (#1333998) (awilliam)
|
||||||
|
- Small cleanup (mkolman)
|
||||||
|
|
||||||
* Fri May 27 2016 Brian C. Lane <bcl@redhat.com> - 25.15-1
|
* Fri May 27 2016 Brian C. Lane <bcl@redhat.com> - 25.15-1
|
||||||
- Resolve shortcut conflict between "Desired Capacity" and "Done" (yaneti)
|
- Resolve shortcut conflict between "Desired Capacity" and "Done" (yaneti)
|
||||||
- network: don't crash on devices with zero MAC address (#1334632) (rvykydal)
|
- network: don't crash on devices with zero MAC address (#1334632) (rvykydal)
|
||||||
|
Loading…
Reference in New Issue
Block a user