- Add UI support for encrypted automatic partitioning. (dlehman)

- Add support to the custom spoke for encrypted block devices. (dlehman)
- Add a page for decrypting existing LUKS devices. (dlehman)
- Add a dialog for collecting a passphrase for newly encrypted devices.
  (dlehman)
- Add a property that provides a list of all selectors in the accordion.
  (dlehman)
- Handle luks formats during populate if they have a passphrase set. (dlehman)
- Add encryption support to the device factory classes. (dlehman)
- s/dev/disk in the disk shopping cart. (clumens)
- Set a default payload in InstallOptions1Dialog (#863582). (clumens)
- Pass disks into the SelectedDisksDialog (#863588). (clumens)
This commit is contained in:
Brian C. Lane 2012-10-08 17:02:11 -07:00
parent 0d21ab6932
commit 28a45cc410
3 changed files with 17 additions and 2 deletions

1
.gitignore vendored
View File

@ -1,2 +1,3 @@
anaconda-18.12.tar.bz2
/anaconda-18.13.tar.bz2
/anaconda-18.14.tar.bz2

View File

@ -2,7 +2,7 @@
Summary: Graphical system installer
Name: anaconda
Version: 18.13
Version: 18.14
Release: 1%{?dist}
License: GPLv2+
Group: Applications/System
@ -299,6 +299,20 @@ update-desktop-database &> /dev/null || :
/usr/lib/dracut/modules.d/80%{name}/*
%changelog
* Mon Oct 08 2012 Brian C. Lane <bcl@redhat.com> - 18.14-1
- Add UI support for encrypted automatic partitioning. (dlehman)
- Add support to the custom spoke for encrypted block devices. (dlehman)
- Add a page for decrypting existing LUKS devices. (dlehman)
- Add a dialog for collecting a passphrase for newly encrypted devices.
(dlehman)
- Add a property that provides a list of all selectors in the accordion.
(dlehman)
- Handle luks formats during populate if they have a passphrase set. (dlehman)
- Add encryption support to the device factory classes. (dlehman)
- s/dev/disk in the disk shopping cart. (clumens)
- Set a default payload in InstallOptions1Dialog (#863582). (clumens)
- Pass disks into the SelectedDisksDialog (#863588). (clumens)
* Fri Oct 05 2012 Chris Lumens <clumens@redhat.com> - 18.13-1
- Make sure packages anaconda requires are installed. (clumens)
- Add method returning current activated X layout (vpodzime)

View File

@ -1 +1 @@
214c24cb7e64442d7236b6f7d5662661 anaconda-18.13.tar.bz2
d105e9ca01ecc31994c5c1dc4b6f88aa anaconda-18.14.tar.bz2