- Only encrypt the TUI user password once (#1015220) (dshea)

- Don't try to collect removed modules (vpodzime)
- Moved the NFS nolock option into Payload._setupNFS (dshea)
- Grab journalctl logs if there is no /tmp/syslog (vpodzime)
- Pass layout and variant in specific format to Gkbd (#1011155) (vpodzime)
- Translate the "Quit" string at the end of liveinst. (dshea)
This commit is contained in:
Brian C. Lane 2013-10-04 14:58:00 -07:00
parent e414fc3014
commit daab292cfb
3 changed files with 11 additions and 2 deletions

1
.gitignore vendored
View File

@ -104,3 +104,4 @@ anaconda-15.2.tar.bz2
/anaconda-20.19.tar.bz2
/anaconda-20.20.tar.bz2
/anaconda-20.21.tar.bz2
/anaconda-20.22.tar.bz2

View File

@ -2,7 +2,7 @@
Summary: Graphical system installer
Name: anaconda
Version: 20.21
Version: 20.22
Release: 1%{?dist}
License: GPLv2+
Group: Applications/System
@ -253,6 +253,14 @@ update-desktop-database &> /dev/null || :
%{_prefix}/libexec/anaconda/dd_*
%changelog
* Fri Oct 04 2013 Brian C. Lane <bcl@redhat.com> - 20.22-1
- Only encrypt the TUI user password once (#1015220) (dshea)
- Don't try to collect removed modules (vpodzime)
- Moved the NFS nolock option into Payload._setupNFS (dshea)
- Grab journalctl logs if there is no /tmp/syslog (vpodzime)
- Pass layout and variant in specific format to Gkbd (#1011155) (vpodzime)
- Translate the "Quit" string at the end of liveinst. (dshea)
* Fri Sep 27 2013 Brian C. Lane <bcl@redhat.com> - 20.21-1
- Remove another reference to log_picker. (clumens)
- Turn spinner back on for configuration (bcl)

View File

@ -1 +1 @@
5d3bbeeb13b443aba2c7dbe8719a3677 anaconda-20.21.tar.bz2
857cd982464efbdea6e051323728eb83 anaconda-20.22.tar.bz2