Skip to content

Commit

Permalink
Release 0.22
Browse files Browse the repository at this point in the history
This has some new things in it:
- various build fixes for several compilers
- hopefully getting SATA PMP IDs right
- Reworked makefiles
- better handling of device node numbers
- devices mounted at more than one path work now
- make -j works better now
- lots of device path fixes
- fixes to efivar -L
- better nvme handling in libefiboot
- efivar (and libefivar) will now work transparently with immutable
  efivarfs files.

Signed-off-by: Peter Jones <pjones@redhat.com>
  • Loading branch information
vathpela committed Feb 10, 2016
1 parent df78c36 commit 81586e0
Showing 1 changed file with 1 addition and 1 deletion.
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 = 21
MINOR_VERSION = 22
VERSION = $(MAJOR_VERSION).$(MINOR_VERSION)

0 comments on commit 81586e0

Please sign in to comment.