Fix a syntax error from the previous translation commit. (clumens)

crypttab should not be world-readable (#692254). (clumens)
Improve the translatability of strings with more than one format specifier.
(clumens)
Stop user if we have no /boot and / is an LV (dcantrell)
Prevent singlePV lv requests from being > the size of any pv (dcantrell)
Do not print out traceback when localedef is not present (msivak)
Update our storage/crypto interface to use new cryptsetup API (msivak)
Fix the logic surrounding use of the filterfunc for get_file_list (#691880).
(clumens)
mount needs to be told "nfs" or it assumes any argument is a device
(#678414). (clumens)
Fix rebooting after a kickstart error is detected. (akozumpl)
This commit is contained in:
Chris Lumens 2011-03-31 11:03:30 -04:00
parent 6f90962b91
commit d4c9cb8fef
3 changed files with 18 additions and 2 deletions

1
.gitignore vendored
View File

@ -21,3 +21,4 @@ anaconda-15.2.tar.bz2
/anaconda-16.1.tar.bz2
/anaconda-16.2.tar.bz2
/anaconda-16.3.tar.bz2
/anaconda-16.4.tar.bz2

View File

@ -2,7 +2,7 @@
Summary: Graphical system installer
Name: anaconda
Version: 16.3
Version: 16.4
Release: 1%{?dist}
License: GPLv2+
Group: Applications/System
@ -231,6 +231,21 @@ update-desktop-database &> /dev/null || :
%endif
%changelog
* Thu Mar 31 2011 Chris Lumens <clumens@redhat.com> - 16.4-1
- Fix a syntax error from the previous translation commit. (clumens)
- crypttab should not be world-readable (#692254). (clumens)
- Improve the translatability of strings with more than one format specifier.
(clumens)
- Stop user if we have no /boot and / is an LV (dcantrell)
- Prevent singlePV lv requests from being > the size of any pv (dcantrell)
- Do not print out traceback when localedef is not present (msivak)
- Update our storage/crypto interface to use new cryptsetup API (msivak)
- Fix the logic surrounding use of the filterfunc for get_file_list (#691880).
(clumens)
- mount needs to be told "nfs" or it assumes any argument is a device
(#678414). (clumens)
- Fix rebooting after a kickstart error is detected. (akozumpl)
* Mon Mar 28 2011 Chris Lumens <clumens@redhat.com> - 16.3-1
- Use a more general EnvironmentError to catch timezone-file errors. (akozumpl)
- Add shell command to upd-bootiso (bcl)

View File

@ -1 +1 @@
eec325477f4c27245a57346ec974d9a9 anaconda-16.3.tar.bz2
8d69a6483845eebcf82d34b3464e4496 anaconda-16.4.tar.bz2