diff --git a/Makefile b/Makefile index af5f65d..dc11f31 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ SIGNING_KEY := pjones RELEASE_MAJOR := 0 - RELEASE_MINOR := 10 + RELEASE_MINOR := 11 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 7ecbbdd..18aeb99 100644 --- a/efibootmgr.spec +++ b/efibootmgr.spec @@ -1,6 +1,6 @@ Summary: EFI Boot Manager Name: efibootmgr -Version: 0.10.0 +Version: 0.11.0 Release: 1%{?dist} Group: System Environment/Base License: GPLv2+ @@ -53,6 +53,11 @@ rm -rf %{buildroot} %doc README INSTALL COPYING %changelog +* Tue Oct 21 2014 Peter Jones - 0.11.0-1 +- Fix "-n" and friends not being assigned/checked right sometimes from 0.10.0-1 +- Generate more archives to avoid people using github's, because they're just + bad. + * Mon Oct 20 2014 Peter Jones - 0.10.0-1 - Make -o parameter validation work better and be more informative - Better exit values