Skip to content

Commit

Permalink
Bump version to 0.20
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Jones <pjones@redhat.com>
  • Loading branch information
vathpela committed Jun 2, 2015
1 parent 624237e commit 1d10a10
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
TOPDIR = $(shell echo $$PWD)

SUBDIRS := src docs
VERSION := 0.19
VERSION := 0.20

all : $(SUBDIRS) efivar.spec

Expand Down
9 changes: 8 additions & 1 deletion efivar.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,14 @@ rm -rf $RPM_BUILD_ROOT
%{_libdir}/*.so.*

%changelog
* Thu May 28 2015 Peter Jones <pjones@redhat.com> - @@VERSION@@-1
* Tue Jun 02 2015 Peter Jones <pjones@redhat.com> - 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 <pjones@redhat.com> - 0.19-1
- Update to 0.19
- add API from efibootmgr so fwupdate and other tools can use it.

Expand Down

0 comments on commit 1d10a10

Please sign in to comment.