X-Git-Url: http://git.ozlabs.org/?p=yaboot.git;a=blobdiff_plain;f=ChangeLog;h=d8640635033b565ac1fde64d670541490a2b1247;hp=a3a4c8e3f1a452e5657b779e1fa60c10fb201b05;hb=a63b0cf320e8ad5f0e2c9f4430309cdbbbd770d0;hpb=2ad0d7649e5042cad43a16b4a03bf53f39948316 diff --git a/ChangeLog b/ChangeLog index a3a4c8e..d864063 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,6 +2,66 @@ # tag: automatic-ChangeLog--erbenson@alaska.net--public/yaboot--devel--1.3 # +2002-03-31 05:11:46 GMT Ethan Benson patch-18 + + Summary: + Fix make clean from previous patch + Revision: + yaboot--devel--1.3--patch-18 + + find man page is on crack. Fix find calls my way which appears to work correctly. + + modified files: + ChangeLog Makefile + + +2002-03-31 05:00:26 GMT Ethan Benson patch-17 + + Summary: + Update clean targets + Revision: + yaboot--devel--1.3--patch-17 + + * Remove chmod calls from make clean, arch is supposed to keep track + of permissions correctly so they shouldn't be needed now. + + * Add '-path './{arch}' -prune -o ' to all the find calls so cleaning + doesn't recurse into arch's revision control directories and possibly + corrupt them. + + * Add archclean target which removes all of arch's cruft so release + tarballs won't be ridiculously bloated (arch keeps a complete + duplicate copy of the source making the tarball twice the size it + should be, no good for release tarballs). If people want a `archable' + tree they should just use arch to check one out. + + modified files: + ChangeLog Makefile + + +2002-03-27 14:10:34 GMT Ethan Benson patch-16 + + Summary: + sync with latest yaboot CVS + Revision: + yaboot--devel--1.3--patch-16 + + Add german howto for yaboot-howto. + + Typo fixes/minor updates to yaboot-howto. + + small fixes to elfextract. + + + + new files: + doc/.arch-ids/yaboot-howto.de.sgml.id doc/yaboot-howto.de.sgml + + modified files: + ChangeLog Makefile doc/Makefile doc/yaboot-howto.sgml + util/elfextract.c + + 2002-03-27 13:55:42 GMT Ethan Benson patch-15 Summary: