X-Git-Url: http://git.ozlabs.org/?p=yaboot.git;a=blobdiff_plain;f=changelog;h=92d312884567c2f89f1997e3db863cdc8837440b;hp=2448b2db83ea580d8189f83c95c2564b8f04de1b;hb=1f0aaa620e99229cb0777c0e438e89f3d7b6e082;hpb=9323f7c29a886304325b1562450729a12e0ccbea diff --git a/changelog b/changelog index 2448b2d..92d3128 100644 --- a/changelog +++ b/changelog @@ -1,3 +1,85 @@ +2003-02-26 Ethan Benson + + * Version 1.3.10 + + * ofpath: Apple apparently can't decide whether its called `ata' + or `ide'; fix support for early iMac models. + +2003-02-12 Ethan Benson + + * Version 1.3.9 + + * Mark first stage bootloader as compatible with new MacOS9 + incompatible PowerMacs. + + * Really fix file search so IBM CHRP will work if there is more than + one type 0x83 partition. + +2002-12-09 Ethan Benson + + * Version 1.3.8 + + * ofpath: Support new Xserve and Windtunnel PowerMacs. + - NOTE: For this to fully work it requires a sufficiently recent + kernel. + + * Prefer $PATH_PREFIX/usr/sbin/ofpath if it exists. + + * yabootconfig: Add append="video=ofonly" if the running kernel + was booted with it, only if user does not specify --kernel-args. + +2002-9-28 Ethan Benson + + * Version 1.3.7 + + * Documentation: + - Add German translation of yaboot-howto. + - Small updates to yaboot-howto. + - No longer tell people to send bugs to benh in yabootconfig(8). + + * yaboot: + - Fix file search so IBM CHRP will work if there is more than + one type 0x83 partition. + - Fix possible reiserfs symlink resolution failure. + + * yabootconfig: + - Fix corner case /etc/fstab parsing failure. (Debian bug#156742). + + * Small build system modifications (mostly to accommodate the use of + the arch revision control system. + + * yaboot now includes two changelogs: "ChangeLog" which is a + detailed automatically generated list of changes, and "changelog" + (this file) which is a hand written understandable summary of + changes between releases. + +2001-12-01 Ethan Benson + + * Version 1.3.6 + + * The "IBM needs to test prereleases" release. + + * Documentation: + - New IGNORE^H^H^H^H^H^HREADME, thanks to Chris Tillman for + cleaning up the pile of cruft that this thing was. + - yabootconfig man page was missing --kernel-args from SYNOPSIS. + - Include README.rs6000 in the binary dist. + + * ybin: + - Automatically use fstype=raw on IBM CHRP, it no longer needs + to be explicitly set in /etc/yaboot.conf. + - Deprecate ybin's yaboot.conf auto-generation, use yabootconfig + instead. + + * yaboot: + - Fix IBM CHRP support. + - Fix device path parsing to support devices containing a comma, + but not including a filename. + - Add support for zImage.initrd (Peter Bergner). + - help output no longer claims device=NULL if yaboot.conf does not define it. + - Make password prompting a bit nicer looking. + - Short penalty delay on incorrect passwords. + 2001-10-28 Ethan Benson * Version 1.3.5