]> git.ozlabs.org Git - yaboot.git/blobdiff - changelog
Commit yaboot 1.3.4-pre1
[yaboot.git] / changelog
index 7b393232c50dc2ab031cc10524f79a5975c51371..b4aaafae28832aa8d26a84020f43cef84b07431c 100644 (file)
--- a/changelog
+++ b/changelog
@@ -1,3 +1,47 @@
+2001-10-09  Ethan Benson  <erbenson@alaska.net>
+
+       * Version 1.3.4-pre1
+
+       * 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
+           hacks 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 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').
+         - Add `help' command to yaboot which prints out basic usage information.
+         - General cruft removal and code cleanup.
+
+       * Makefile cleanup, make filesystems configurable.
+       
+2001-09-25  Ethan Benson  <erbenson@alaska.net>
+
+       * 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_root_part>,/bsd" this means
+         the bsd kernel must be at /bsd on the BSD root partition.
+
+2001-09-24  Ethan Benson  <erbenson@alaska.net>
+
+       * Version 1.3.2
+
+       * Fix Makefile thinko where make install failed if
+         /etc/yaboot.conf already existed.
+
 2001-09-20  Ethan Benson  <erbenson@alaska.net>
 
        * Version 1.3.1