diff --git a/Makefile b/Makefile index 1a9fe6a..4d52f0f 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ SIGNING_KEY := pjones RELEASE_MAJOR := 0 - RELEASE_MINOR := 9 + RELEASE_MINOR := 10 RELEASE_SUBLEVEL := 0 RELEASE_NAME := efibootmgr RELEASE_STRING := $(RELEASE_NAME)-$(RELEASE_MAJOR).$(RELEASE_MINOR).$(RELEASE_SUBLEVEL) diff --git a/efibootmgr.spec b/efibootmgr.spec index 6a184d2..7ecbbdd 100644 --- a/efibootmgr.spec +++ b/efibootmgr.spec @@ -1,6 +1,6 @@ Summary: EFI Boot Manager Name: efibootmgr -Version: 0.8.0 +Version: 0.10.0 Release: 1%{?dist} Group: System Environment/Base License: GPLv2+ @@ -53,6 +53,11 @@ rm -rf %{buildroot} %doc README INSTALL COPYING %changelog +* Mon Oct 20 2014 Peter Jones - 0.10.0-1 +- Make -o parameter validation work better and be more informative +- Better exit values +- Fix a segfault with appending ascii arguments. + * Tue Sep 09 2014 Peter Jones - 0.8.0-1 - Release 0.8.0