Imported Upstream version 0.5.0 upstream/0.5.0
authorBdale Garbee <bdale@gag.com>
Tue, 20 May 2008 05:06:19 +0000 (23:06 -0600)
committerBdale Garbee <bdale@gag.com>
Tue, 20 May 2008 05:06:19 +0000 (23:06 -0600)
Makefile
doc/ChangeLog

index b7162d83b59122538d9abd93c2c29b362531cf6d..854277e8389cf1e083e63f0dc99f3c9a6fc07bc9 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,10 +1,10 @@
   default: all
 
-  RELEASE_DATE := "09-Jun-2004"
+  RELEASE_DATE := "26-Aug-2004"
   RELEASE_MAJOR := 0
   RELEASE_MINOR := 5
   RELEASE_SUBLEVEL := 0
-  RELEASE_EXTRALEVEL := -test4
+  RELEASE_EXTRALEVEL :=
   RELEASE_NAME := efibootmgr
   RELEASE_STRING := $(RELEASE_NAME)-$(RELEASE_MAJOR).$(RELEASE_MINOR).$(RELEASE_SUBLEVEL)$(RELEASE_EXTRALEVEL)
 
index 8ba7756904b7f3a1bb6a56bc08491442f402bacd..906bc6f3d7d8cad49539f386977609c6d94e9199 100644 (file)
@@ -1,3 +1,6 @@
+* Thu Aug 26 2004 Matt Domsch <Matt_Domsch@dell.com>
+- v0.5.0-test4 released as v0.5.0 with no code changes
+
 * Wed Jun 07 2004 Matt Domsch <Matt_Domsch@dell.com>
 - Fixed bug where read_boot_order() would wrongly return EFI_NOT_FOUND
   when it needed to create a new BootOrder variable.  Reported by Micah Parrish.