]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
2009-10-16 Robert Millan <rmh.grub@aybabtu.com>
authorrobertmh <robertmh@localhost>
Fri, 16 Oct 2009 18:46:51 +0000 (18:46 +0000)
committerrobertmh <robertmh@localhost>
Fri, 16 Oct 2009 18:46:51 +0000 (18:46 +0000)
        * NEWS: Misc adjustments.

ChangeLog
NEWS

index f4f2914d8f77ce6ba97bdbd4381577a81fc592c0..8eb911eaf26e03ad2eb4426ab6c7d4d55548cb80 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2009-10-16  Robert Millan  <rmh.grub@aybabtu.com>
+
+       * NEWS: Misc adjustments.
+
 2009-10-16  Vladimir Serbinenko  <phcoder@gmail.com>
 
        * NEWS: Mentioned XNU, ACPI, gptsync, password and parttool.
diff --git a/NEWS b/NEWS
index e4080de94e52862ce5dac635ad9d8b79cbf49dc5..7c29cc9484e6a38302b309df34ecdb49badd8098 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,6 @@
 New in 1.97 - :
 
-* Add support for XNU kernels.
+* Add support for loading XNU (MacOS X kernel).
 
 * ACPI override support.
 
@@ -22,9 +22,7 @@ New in 1.97 - :
 
 * Add support for RAID levels 4,6 and 10.
 
-* Add support for lua scripts.
-
-* update-grub is renamed to grub-mkconfig.
+* update-grub is replaced by grub-mkconfig.
 
 * When booting from PXE, PXE can be used to load files.
 
@@ -36,8 +34,6 @@ New in 1.97 - :
 
 * Add Cygwin support.
 
-* Add grub-pe2elf to convert PE modules to ELF modules.
-
 * Add x86_64 EFI support.
 
 * Use LZMA compression instead of LZO.
@@ -57,13 +53,13 @@ New in 1.97 - :
 * grub-mkconfig supports os-prober to add operating systems to the
   boot menu.
 
-* The ATA driver supports filesystems bigger than 2TB.
+* The ATA driver supports devices bigger than 2 TiB.
 
 * Add support for the UDF, AFS and EXT4 filesystems.
 
 * The ISO9660 filesystem supports the Joliet extension
 
-* Add aout and BSD kernel loaders.
+* Add support for loading kernels of FreeBSD, NetBSD and OpenBSD.
 
 * Add new command `sleep'.