Skip to content

Commit

Permalink
Release 0.21
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Jones <pjones@redhat.com>
  • Loading branch information
vathpela committed Jul 13, 2015
1 parent 904ffda commit aab6c2a
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Make.version
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
MAJOR_VERSION = 0
MINOR_VERSION = 20
MINOR_VERSION = 21
VERSION = $(MAJOR_VERSION).$(MINOR_VERSION)
13 changes: 12 additions & 1 deletion efivar.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -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/*

Expand All @@ -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.
Expand Down

0 comments on commit aab6c2a

Please sign in to comment.