]> git.ozlabs.org Git - yaboot.git/blobdiff - ChangeLog
Fix partition file search
[yaboot.git] / ChangeLog
index 375d8d88758488c730ad2f68f2e744487c8702d5..54c2c6b9ef3ceaa6c89a1d07c5189baa131d2b3e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,42 @@
 # tag: automatic-ChangeLog--erbenson@alaska.net--public/yaboot--devel--1.3
 #
 
+2002-09-08 00:13:58 GMT        Ethan Benson <erbenson@alaska.net>      patch-28
+
+    Summary:
+      Fix partition file search
+    Revision:
+      yaboot--devel--1.3--patch-28
+
+    * Change file_block_open() to check for FILE_OK rather then NULL
+    return from fs_open().  When no partition is specified in a file open
+    call yaboot will loop through all known partitions until the file is
+    found, or no more partitions are left.  In older versions fs_open()
+    would check for FILE_OK, so checking for NULL return from fs_open()
+    worked, in current versions fs_open() checks for BADFS so proper
+    errors can be reported.  This only really affects IBM CHRP.
+    
+
+    modified files:
+     ChangeLog second/file.c
+
+
+2002-08-18 22:33:31 GMT        Ethan Benson <erbenson@alaska.net>      patch-27
+
+    Summary:
+      make version numbers loudly unsupported due to dumb dist maintainers
+    Revision:
+      yaboot--devel--1.3--patch-27
+
+    * make version numbers loudly unsupported due to dumb dist
+      maintainers, real versions not in place till release time.  UNRELEASED
+      SOFTWARE SHOULD NOT BE PACKAGED.
+
+    modified files:
+     0arch-timestamps0 ChangeLog Makefile ybin/yabootconfig
+     ybin/ybin
+
+
 2002-08-15 07:26:38 GMT        Ethan Benson <erbenson@alaska.net>      patch-26
 
     Summary: