33 lines
961 B
Diff
33 lines
961 B
Diff
From ecd7e9e84a63582c7a9b78cce5a2a1cfe5eb1f4b Mon Sep 17 00:00:00 2001
|
|
From: Peter Jones <pjones@redhat.com>
|
|
Date: Fri, 1 Aug 2014 08:44:46 -0400
|
|
Subject: [PATCH 21/22] Move TODO stuff to 0.9
|
|
|
|
Wound up doing some work that's more important than the stuff in the
|
|
TODO, so it's all getting moved out to 0.9
|
|
|
|
Signed-off-by: Peter Jones <pjones@redhat.com>
|
|
---
|
|
doc/TODO | 3 ++-
|
|
1 file changed, 2 insertions(+), 1 deletion(-)
|
|
|
|
diff --git a/doc/TODO b/doc/TODO
|
|
index 8767c78..6340ac7 100644
|
|
--- a/doc/TODO
|
|
+++ b/doc/TODO
|
|
@@ -1,9 +1,10 @@
|
|
-For 0.8:
|
|
+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.
|
|
- MS-DOS style extended partitions
|
|
--
|
|
1.9.3
|
|
|