X-Git-Url: http://git.ozlabs.org/?p=yaboot.git;a=blobdiff_plain;f=changelog;h=7ddea3a97886706cc0ab698f83d2ce8d36504ab1;hp=8166c519b4adb775e853b2d571548f26beafc4da;hb=63162c5eb23b6ba4a00b4b4e18ffbcdba52b1e2e;hpb=67d317029778e6f068badf7b8e3eec6482ecb00e diff --git a/changelog b/changelog index 8166c51..7ddea3a 100644 --- a/changelog +++ b/changelog @@ -1,3 +1,44 @@ +2001-10-25 Ethan Benson + + * Version 1.3.5pre2 + + * yaboot: + - XFS fixes for large partitions (Brendan O'Dea) + - Upgrade libext2fs to 1.25, this adds full ext3 support to yaboot. + - Reiserfs fixes (Jeff Mahoney) + - Implement the message= configuration option (see yaboot.conf man page). + +2001-10-13 Ethan Benson + + * Version 1.3.4 + + * ybin: Correct a verbosity message. + + * yaboot: + - Add SGI XFS filesystem support. + - Rewrite OpenFirmware device path parsing code. This fixes + many bugs and inconsistencies in yaboot's file loading. + - Fix OpenFirmware filesystem support to automatically convert + path separator from / to \. CDROM authors no longer need to use + kludges like image=\\install\\powermac\\vmlinux. + - Fix kernel loading on some systems. + - Allow for getting files from tftp server that does not run a + bootpd/dhcpd. + - Fix netboot when using the `n' key. + - Fix a great deal of incorrect format strings which could cause + yaboot crashes. + - Fix all filesystems to properly return error conditions, and + report those error conditions (instead of just saying `image not + found'). + - Make configuration file open error consistent with other file + open errors. + - Add `help' command to yaboot which prints out basic usage information. + - Add non-fatal warning when bootstrap partition has wrong type (pmac only). + - Minor code rearrangement. + - General cruft removal and code cleanup. + + * Makefile cleanup, make filesystems configurable. + 2001-09-25 Ethan Benson * Version 1.3.3