From 1fbc5e66817338035e4a6bc8e6048fc9ff85e188 Mon Sep 17 00:00:00 2001 From: marco_g Date: Thu, 7 Aug 2008 22:43:03 +0000 Subject: [PATCH] 2008-08-08 Marco Gerards * NEWS: Update. --- ChangeLog | 4 ++++ NEWS | 44 ++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 48 insertions(+) diff --git a/ChangeLog b/ChangeLog index 06543e76a..7599c0f6b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2008-08-08 Marco Gerards + + * NEWS: Update. + 2008-08-07 Bean * include/grub/x86_64/pci.h: New file. diff --git a/NEWS b/NEWS index f0edaada4..f243052a2 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,47 @@ +New in 1.97 - : + +* When booting from PXE, PXE can be used to load files. + +* High resolution timer support. + +* Image loaders now support IO buffering. + +* Add `crc' command. + +* Add grub-pe2elf to convert PE modules to ELF modules. + +* Add x86_64 EFI support. + +* Add support for LZMA compression. + +* Support for saving the environment from and loading the environment + from a file. + +* Allow the UUID to be used as device name. + +* The `search' command can use UUIDs now. + +* Add support for IEEE 1275 on i386. + +* Create partmap.lst and use it to automatically load partition map + modules. + +* Add os-prober that can add operating systems to the boot menu. + +* The ATA driver supports filesystems bigger than 2TB. + +* Add support for the UDF, AFS filesystem. + +* The ISO9660 filesystem supports the Juliet extension + +* Add aout and BSD kernel loaders. + +* Add new command `sleep'. + +* Support for direct access to AT keyboards. + +* New utility `grub-fstest'. + New in 1.96 - 2008-02-03: * The license term is changed to GNU General Public License Version 3.