From 1d10a108318b081f86ad5219ce7670432100226d Mon Sep 17 00:00:00 2001 From: Peter Jones Date: Tue, 2 Jun 2015 14:32:44 -0400 Subject: [PATCH] Bump version to 0.20 Signed-off-by: Peter Jones --- Makefile | 2 +- efivar.spec.in | 9 ++++++++- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index b85b93be..54499123 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ TOPDIR = $(shell echo $$PWD) SUBDIRS := src docs -VERSION := 0.19 +VERSION := 0.20 all : $(SUBDIRS) efivar.spec diff --git a/efivar.spec.in b/efivar.spec.in index a3bad4f0..7eb176b9 100644 --- a/efivar.spec.in +++ b/efivar.spec.in @@ -68,7 +68,14 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/*.so.* %changelog -* Thu May 28 2015 Peter Jones - @@VERSION@@-1 +* Tue Jun 02 2015 Peter Jones - 0.20-1 +- Update to 0.20 +- Make sure tester is build with the right link order for libraries. +- Adjust linker order for pkg-config +- Work around LocateDevicePath() not grokking PcieRoot() devices properly. +- Rectify some missing changelog entries + +* Thu May 28 2015 Peter Jones - 0.19-1 - Update to 0.19 - add API from efibootmgr so fwupdate and other tools can use it.