- Fix a variable reference (#813923) (jkeating)

- Complain about "serial" but don't assume ttyS0 (wwoods)
- Remove double quotes in nvram (hamzy)
- add a dialog while running convertfs (#812144) (bcl)
- mount before resizing live image (#811706) (bcl)
- check for valid mountpoints (#748209) (bcl)
This commit is contained in:
Brian C. Lane 2012-04-18 16:53:42 -07:00
parent 8fb835afdf
commit 7bda48385e
3 changed files with 11 additions and 2 deletions

1
.gitignore vendored
View File

@ -53,3 +53,4 @@ anaconda-15.2.tar.bz2
/anaconda-17.18.tar.bz2
/anaconda-17.19.tar.bz2
/anaconda-17.20.tar.bz2
/anaconda-17.21.tar.bz2

View File

@ -2,7 +2,7 @@
Summary: Graphical system installer
Name: anaconda
Version: 17.20
Version: 17.21
Release: 1%{?dist}
License: GPLv2+
Group: Applications/System
@ -249,6 +249,14 @@ update-desktop-database &> /dev/null || :
/usr/lib/dracut/modules.d/80%{name}/*
%changelog
* Wed Apr 18 2012 Brian C. Lane <bcl@redhat.com> - 17.21-1
- Fix a variable reference (#813923) (jkeating)
- Complain about "serial" but don't assume ttyS0 (wwoods)
- Remove double quotes in nvram (hamzy)
- add a dialog while running convertfs (#812144) (bcl)
- mount before resizing live image (#811706) (bcl)
- check for valid mountpoints (#748209) (bcl)
* Mon Apr 09 2012 Brian C. Lane <bcl@redhat.com> - 17.20-1
- make dev_is_mounted more reliable (wwoods)
- fix failure to run multiple udev-triggered jobs (#811008) (wwoods)

View File

@ -1 +1 @@
61baab5f3888dc40666898629d02e417 anaconda-17.20.tar.bz2
a475398de036b11de2428e248868161d anaconda-17.21.tar.bz2