- Show device size with full precision to avoid spurious resize. (#951276) (dlehman)

- Fix another typo (old_fstype->old_fs_type). (#951593) (dlehman)
- Fix typo encryption_changed->changed_encryption. (#950700) (dlehman)
- Remove some remnants of old multipath code. (#951259) (dlehman)
- Protect the block device containing the stage2 image. (dlehman)
- Clarify code for iutil.get_active_console() etc. (wwoods)
This commit is contained in:
Brian C. Lane 2013-04-15 13:44:44 -07:00
parent d8841c3ef2
commit bfba8ab8af
3 changed files with 12 additions and 2 deletions

1
.gitignore vendored
View File

@ -71,3 +71,4 @@ anaconda-15.2.tar.bz2
/anaconda-19.16.tar.bz2
/anaconda-19.17.tar.bz2
/anaconda-19.18.tar.bz2
/anaconda-19.19.tar.bz2

View File

@ -2,7 +2,7 @@
Summary: Graphical system installer
Name: anaconda
Version: 19.18
Version: 19.19
Release: 1%{?dist}
License: GPLv2+
Group: Applications/System
@ -245,6 +245,15 @@ update-desktop-database &> /dev/null || :
%{_prefix}/lib/dracut/modules.d/80%{name}/*
%changelog
* Mon Apr 15 2013 Brian C. Lane <bcl@redhat.com> - 19.19-1
- Show device size with full precision to avoid spurious resize. (#951276)
(dlehman)
- Fix another typo (old_fstype->old_fs_type). (#951593) (dlehman)
- Fix typo encryption_changed->changed_encryption. (#950700) (dlehman)
- Remove some remnants of old multipath code. (#951259) (dlehman)
- Protect the block device containing the stage2 image. (dlehman)
- Clarify code for iutil.get_active_console() etc. (wwoods)
* Thu Apr 11 2013 Brian C. Lane <bcl@redhat.com> - 19.18-1
- Revert "Revert "Don't emit "gfxterm" in grub2 configs (#821355)"" (pjones)
- Make "s" a hotkey for "Save Changes" on Advanced User Configuration. (pjones)

View File

@ -1 +1 @@
a7219c06cb7329b16106f769d04a1832 anaconda-19.18.tar.bz2
e3fc6ea1781137b071b829c8fac7a5dc anaconda-19.19.tar.bz2