X-Git-Url: http://git.ozlabs.org/?a=blobdiff_plain;f=ChangeLog;h=54c2c6b9ef3ceaa6c89a1d07c5189baa131d2b3e;hb=d0e5fbe697b5cf916bf70c1bae736c82cbbc876b;hp=a7ee84b4553cc88c439792e68412f46f53311223;hpb=e348755b9f809dd5b83111c8cfd3dc14e641f01a;p=yaboot.git diff --git a/ChangeLog b/ChangeLog index a7ee84b..54c2c6b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,6 +2,57 @@ # tag: automatic-ChangeLog--erbenson@alaska.net--public/yaboot--devel--1.3 # +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: + 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 patch-26 + + Summary: + Bump yabootconfig version + Revision: + yaboot--devel--1.3--patch-26 + + * Bump yabootconfig version number. + + + + modified files: + 0arch-timestamps0 ChangeLog ybin/yabootconfig + + 2002-08-15 07:24:35 GMT Ethan Benson patch-25 Summary: