diff --git a/Make.version b/Make.version index 3ed38af5..b32878b1 100644 --- a/Make.version +++ b/Make.version @@ -1 +1 @@ -VERSION = 29 +VERSION = 30 diff --git a/efivar.spec.in b/efivar.spec.in index 7065c0ef..5da1828c 100644 --- a/efivar.spec.in +++ b/efivar.spec.in @@ -69,6 +69,10 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/*.so.* %changelog +* Tue Sep 27 2016 Peter Jones - 30-1 +- Fix efidp_*() functions with __pure__ that break with some optimizations +- Fix NVMe EUI parsing. + * Tue Sep 27 2016 Peter Jones - 29-1 - Use -pie not -PIE in our linker config - Fix some overflow checks for gcc < 5.x