X-Git-Url: https://git.ozlabs.org/?a=blobdiff_plain;f=changelog;h=95f14e7a16b0d848d7d40d3a9d0575bda18a7dac;hb=678d83ff8608534ece0f1e912eddedef4f0bb67a;hp=477ca6cc7ac290efd467ee4b1cc40672d13f17c2;hpb=5613f9fab88b71f14259856b390f1cc989b602bf;p=yaboot.git diff --git a/changelog b/changelog index 477ca6c..95f14e7 100644 --- a/changelog +++ b/changelog @@ -1,25 +1,41 @@ -2001-10-12 Ethan Benson +2001-11-21 Ethan Benson - * Version 1.3.4pre3 + * Version 1.3.6pre1 - * ybin: Correct a verbosity message. + * The "IBM needs to test prereleases" release. + + * New IGNORE^H^H^H^H^H^HREADME, thanks to Chris Tillman for + cleaning up the pile of cruft that this thing was. + + * 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: - - Add non-fatal warning when bootstrap partition has wrong type (pmac only). - - Minor code rearrangment. + - Fix device path parsing to support devices containing a comma, + but not including a filename. + - Fix IBM CHRP support. + - Add support for zImage.initrd (Peter Bergner). -2001-10-10 Ethan Benson +2001-10-28 Ethan Benson - * Version 1.3.4pre2 + * Version 1.3.5 + + * Add yaboot-howto, Thanks to Chris Tillman. * yaboot: - - Fix netboot when using the `n' key. - - Make configuration file open error consistent with other file - open errors. - -2001-10-09 Ethan Benson + - 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.4pre1 + * Version 1.3.4 + + * ybin: Correct a verbosity message. * yaboot: - Add SGI XFS filesystem support. @@ -27,16 +43,21 @@ 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 - hacks like image=\\install\\powermac\\vmlinux. + 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.