X-Git-Url: http://git.ozlabs.org/?p=yaboot.git;a=blobdiff_plain;f=ChangeLog;h=3ba16d9ce740607417072626efd46dc390552309;hp=aabb3757b8cd2ba2905c72b6b1d8276b9b3e7562;hb=5e0ecd954d89d9a01178d2673167065665ee899c;hpb=e68362d01834e41a4a0e914c2bddbeabea56a1d6 diff --git a/ChangeLog b/ChangeLog index aabb375..3ba16d9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,6 +2,39 @@ # tag: automatic-ChangeLog--erbenson@alaska.net--public/yaboot--devel--1.3 # +2002-09-08 00:17:53 GMT Ethan Benson patch-29 + + Summary: + update timestamp save file. + Revision: + yaboot--devel--1.3--patch-29 + + * update timestamp save file. + + modified files: + 0arch-timestamps0 ChangeLog + + +2002-09-08 00:13:58 GMT Ethan Benson 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 patch-27 Summary: