- Fix selector device matching for unallocated partitions. (#1039292) (dlehman)

- Do not schedule resize actions for non-resizing requests (#1039491)
  (vpodzime)
- Use ceil for minSize in resize dialog (#1040012) (bcl)
- Use integer numbers of megabytes in the Reclaim dialog (#1040012) (vpodzime)
- Don't encrypt device if container is encrypted (bcl)
- Disable tmpfs in the GUI (#1039511) (mkolman)
- Don't crash on NTP lookup without network (#1026079) (mkolman)
- Make sure url and mirrorlist are not set at once (#1026834) (mkolman)
- if rootfs is btrfs, add rootflags=subvol to kernel parameters (gene)
This commit is contained in:
Brian C. Lane 2013-12-11 14:27:12 -08:00
parent cea90575d3
commit df8d12243c
3 changed files with 15 additions and 2 deletions

1
.gitignore vendored
View File

@ -122,3 +122,4 @@ anaconda-15.2.tar.bz2
/anaconda-20.25.12.tar.bz2
/anaconda-20.25.13.tar.bz2
/anaconda-20.25.14.tar.bz2
/anaconda-20.25.15.tar.bz2

View File

@ -2,7 +2,7 @@
Summary: Graphical system installer
Name: anaconda
Version: 20.25.14
Version: 20.25.15
Release: 1%{?dist}
License: GPLv2+
Group: Applications/System
@ -251,6 +251,18 @@ update-desktop-database &> /dev/null || :
%{_prefix}/libexec/anaconda/dd_*
%changelog
* Wed Dec 11 2013 Brian C. Lane <bcl@redhat.com> - 20.25.15-1
- Fix selector device matching for unallocated partitions. (#1039292) (dlehman)
- Do not schedule resize actions for non-resizing requests (#1039491)
(vpodzime)
- Use ceil for minSize in resize dialog (#1040012) (bcl)
- Use integer numbers of megabytes in the Reclaim dialog (#1040012) (vpodzime)
- Don't encrypt device if container is encrypted (bcl)
- Disable tmpfs in the GUI (#1039511) (mkolman)
- Don't crash on NTP lookup without network (#1026079) (mkolman)
- Make sure url and mirrorlist are not set at once (#1026834) (mkolman)
- if rootfs is btrfs, add rootflags=subvol to kernel parameters (gene)
* Wed Dec 04 2013 Brian C. Lane <bcl@redhat.com> - 20.25.14-1
- Handle cancelation of device resize in the custom spoke. (#1027947) (dlehman)
- Disallow /boot on lvm until grub2 fully supports it. (#1036705) (dlehman)

View File

@ -1 +1 @@
f5b3c11ebdd2389553d7f3cb1a2b9696 anaconda-20.25.14.tar.bz2
5ebf165c375aac5e19cf77eb42c3d4c4 anaconda-20.25.15.tar.bz2