diff --git a/Makefile b/Makefile index 5f52e5d..0f2f62c 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ SIGNING_KEY := pjones RELEASE_MAJOR := 0 - RELEASE_MINOR := 11 + RELEASE_MINOR := 12 RELEASE_NAME := efibootmgr VERSION := $(RELEASE_MAJOR).$(RELEASE_MINOR) RELEASE_STRING := $(RELEASE_NAME)-$(RELEASE_MAJOR).$(RELEASE_MINOR) diff --git a/doc/TODO b/doc/TODO index 6340ac7..4a33a84 100644 --- a/doc/TODO +++ b/doc/TODO @@ -1,10 +1,13 @@ -For 0.9: - - support for setting hotkeys - support for driver variables, not just boot variables. - support for arbitrary device paths with -c (including guid parsing) -- audit for missing unparse_*_path() types. - - verify/debug NVME code - maintain a list of known GUIDs and print {vendor} instead of the full GUID - accept these for arbitrary paths as well. + - these are done in libefivar, but efibootmgr still needs some work on it - MS-DOS style extended partitions +- lots more network stuff + - IPv6 with various discovery methods + - IPv4 w/o dhcp + - make sure FCoE works + - iscsi +- make sure nvme works diff --git a/efibootmgr.spec.in b/efibootmgr.spec.in index bd75a9e..c794588 100644 --- a/efibootmgr.spec.in +++ b/efibootmgr.spec.in @@ -4,7 +4,7 @@ Version: @@VERSION@@ Release: 1%{?dist} Group: System Environment/Base License: GPLv2+ -URL: http://github.com/vathpela/%{name}/ +URL: http://github.com/rhinstaller/%{name}/ BuildRequires: git BuildRequires: efivar-libs >= 0.19 , efivar-devel >= 0.19 BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXXXX) @@ -15,7 +15,7 @@ ExclusiveArch: %{ix86} x86_64 aarch64 Conflicts: elilo <= 3.6-6 Obsoletes: elilo <= 3.6-6 -Source0: https://github.com/vathpela/%{name}/releases/download/%{name}-%{version}/%{name}-%{version}.tar.bz2 +Source0: https://github.com/rhinstaller/%{name}/releases/download/%{name}-%{version}/%{name}-%{version}.tar.bz2 %description %{name} displays and allows the user to edit the Intel Extensible @@ -55,6 +55,11 @@ rm -rf %{buildroot} %doc README INSTALL COPYING %changelog +* Thu May 28 2015 Peter Jones - 0.12-1 +- Update to 0.12 +- use libefiboot and libefivar to make device paths and load options +- don't depend on -lz or -lpci any more + * Tue Oct 21 2014 Peter Jones - 0.11.0-1 - Fix "-n" and friends not being assigned/checked right sometimes from 0.10.0-1 - Generate more archives to avoid people using github's, because they're just