From ceb177ad8bd84f8abea4ae6a5b99fb3438268584 Mon Sep 17 00:00:00 2001 From: Peter Jones Date: Tue, 21 Oct 2014 16:17:27 -0400 Subject: [PATCH] Update version to 0.10 - 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. Signed-off-by: Peter Jones --- Makefile | 2 +- efibootmgr.spec | 7 ++++++- 2 files changed, 7 insertions(+), 2 deletions(-) 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