OSDN Git Service

Release 0.21
authorPeter Jones <pjones@redhat.com>
Mon, 13 Jul 2015 17:17:08 +0000 (13:17 -0400)
committerPeter Jones <pjones@redhat.com>
Mon, 13 Jul 2015 20:00:06 +0000 (16:00 -0400)
Signed-off-by: Peter Jones <pjones@redhat.com>
Make.version
efivar.spec.in

index f0c75ed..d4003c9 100644 (file)
@@ -1,3 +1,3 @@
 MAJOR_VERSION = 0
-MINOR_VERSION = 20
+MINOR_VERSION = 21
 VERSION = $(MAJOR_VERSION).$(MINOR_VERSION)
index 7eb176b..02f7936 100644 (file)
@@ -54,7 +54,7 @@ rm -rf $RPM_BUILD_ROOT
 %files
 %{!?_licensedir:%global license %%doc}
 %license COPYING
-%doc README
+%doc README.md
 %{_bindir}/efivar
 %{_mandir}/man1/*
 
@@ -68,6 +68,17 @@ rm -rf $RPM_BUILD_ROOT
 %{_libdir}/*.so.*
 
 %changelog
+* Mon Jul 13 2015 Peter Jones <pjones@redhat.com> - 0.21-1
+- Rename "make test" so packagers don't think it's a good idea to run it
+  during builds.
+- Error check sizes in vars_get_variable()
+- Fix some file size comparisons
+- make SONAME reflect the correct values.
+- Fix some uses of "const"
+- Compile with -O2 by default
+- Fix some strict-aliasing violations
+- Fix some of the .pc files and how we do linking to work better.
+
 * 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.