new release 8.4

This commit is contained in:
Adam Williamson 2011-12-08 12:46:26 -08:00 committed by Peter Jones
parent 053492ccd5
commit b4d13870fe
3 changed files with 17 additions and 3 deletions

1
.gitignore vendored
View File

@ -1 +1,2 @@
/grubby-8.3.tar.bz2
/grubby-8.4.tar.bz2

View File

@ -1,6 +1,6 @@
Name: grubby
Version: 8.3
Release: 2%{?dist}
Version: 8.4
Release: 1%{?dist}
Summary: Command line tool for updating bootloader configs
Group: System Environment/Base
License: GPLv2+
@ -58,6 +58,19 @@ rm -rf $RPM_BUILD_ROOT
%changelog
* Thu Dec 08 2011 Adam Williamson <awilliam@redhat.com> - 8.4-1
- Update to 8.4:
+ fix Loading... line for updated kernels
+ Add new '--default-title' feature
+ Add new '--default-index' feature
+ add feature for testing the output of a grubby command
+ Fix detection when comparing stage1 to MBR
+ do not link against glib-2.0
+ Don't crash if grubConfig not found
+ Adding extlinux support for new-kernel-pkg
+ Look for Debian / Ubuntu grub config files (#703260)
+ Make grubby recognize Ubuntu's spin of Grub2 (#703260)
* Thu Dec 08 2011 Adam Williamson <awilliam@redhat.com> - 8.3-2
- fix the Loading... message when installing a new kernel
Resolves: rhbz#732654

View File

@ -1 +1 @@
b8ca2090b1ef8c107f0e5f5caa26f2f1 grubby-8.3.tar.bz2
9ac69e8d4937fdd3b4b4c7b3880958e9 grubby-8.4.tar.bz2