X-Git-Url: https://git.ozlabs.org/?p=yaboot.git;a=blobdiff_plain;f=changelog;h=8166c519b4adb775e853b2d571548f26beafc4da;hp=7eb52a62198e378815b3b2fc61d1b40fb7d55c86;hb=67d317029778e6f068badf7b8e3eec6482ecb00e;hpb=f4ebbd9f7ea23e3f0fcbe098754580c220894628 diff --git a/changelog b/changelog index 7eb52a6..8166c51 100644 --- a/changelog +++ b/changelog @@ -1,3 +1,34 @@ +2001-09-25 Ethan Benson + + * Version 1.3.3 + + * Add --debug option to yabootconfig + + * Fix BSD booting support somewhat. The bsd= option's semantics + have changed, it must now be set to the BSD root partition. ybin + will now install /usr/local/lib/yaboot/ofwboot onto the bootstrap + partition when bsd= is present in /etc/yaboot.conf. The dual boot + menu will then execute "ofwboot ,/bsd" this means + the bsd kernel must be at /bsd on the BSD root partition. + +2001-09-24 Ethan Benson + + * Version 1.3.2 + + * Fix Makefile thinko where make install failed if + /etc/yaboot.conf already existed. + +2001-09-20 Ethan Benson + + * Version 1.3.1 + + * Don't include /etc/yaboot.conf in binary dist, instead put the + example in /usr/local/share/doc. This way extracting the tarball + from / won't blow away existing configs. + + * Move strip commands from install target to strip target, install + now depends on strip. + 2001-09-20 Ethan Benson * Version 1.3