diff --git a/ChangeLog b/ChangeLog index f4f2914d8..8eb911eaf 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2009-10-16 Robert Millan + + * NEWS: Misc adjustments. + 2009-10-16 Vladimir Serbinenko * NEWS: Mentioned XNU, ACPI, gptsync, password and parttool. diff --git a/NEWS b/NEWS index e4080de94..7c29cc948 100644 --- 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'.