Skip to content

Commit

Permalink
Bump version to 30
Browse files Browse the repository at this point in the history
- Fix efidp_*() functions with __pure__ that break with some optimizations
- Fix NVMe EUI parsing.

Signed-off-by: Peter Jones <pjones@redhat.com>
  • Loading branch information
vathpela committed Sep 27, 2016
1 parent 0ebf6f6 commit fa7e428
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Make.version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VERSION = 29
VERSION = 30
4 changes: 4 additions & 0 deletions efivar.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,10 @@ rm -rf $RPM_BUILD_ROOT
%{_libdir}/*.so.*

%changelog
* Tue Sep 27 2016 Peter Jones <pjones@redhat.com> - 30-1
- Fix efidp_*() functions with __pure__ that break with some optimizations
- Fix NVMe EUI parsing.

* Tue Sep 27 2016 Peter Jones <pjones@redhat.com> - 29-1
- Use -pie not -PIE in our linker config
- Fix some overflow checks for gcc < 5.x
Expand Down

0 comments on commit fa7e428

Please sign in to comment.