]> git.proxmox.com Git - grub2.git/blobdiff - NEWS
bump version
[grub2.git] / NEWS
diff --git a/NEWS b/NEWS
index 1c6f5570fe6b50777ece017f7d207a7ba2fe2cde..1e3334f1871b0bd46cc844d19711c5e38c5ae304 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,51 @@
-New in 1.97 - :
+New in 1.98 - 2010-03-06:
+
+* Multiboot on EFI support.
+
+* Graphical menu support.
+
+* MIPS support.
+
+* Saved default menu entry support, with new utilities `grub-reboot' and
+  `grub-set-default'.
+
+* Unit testing framework.
+
+* Support for multiple terminals.
+
+* Encrypted password support, with a new utility `grub-mkpasswd-pbkdf2'.
+
+* `grub-mkfloppy' removed; use `grub-mkrescue' to create floppy images.
+
+* Add grub-probe support for GNU/Hurd.
+
+* Add support for gettext.
+
+New in 1.97:
+
+* Add support for loading XNU (MacOS X kernel).
+
+* ACPI override support.
+
+* Integrated gptsync.
+
+* Password protection support.
+
+* Partition manipulation tool.
+
+* Add `keystatus' command.
+
+* Unicode fonts are now used by default.
+
+* Add `hdparm' command.
+
+* Add support for getting the current date and time from CMOS as variables.
+
+* Add `drivemap' command.
+
+* Add support for RAID levels 4,6 and 10.
+
+* update-grub is replaced by grub-mkconfig.
 
 * When booting from PXE, PXE can be used to load files.
 
@@ -10,11 +57,9 @@ New in 1.97 - :
 
 * Add Cygwin support.
 
-* Add grub-pe2elf to convert PE modules to ELF modules.
-
 * Add x86_64 EFI support.
 
-* Add support for LZMA compression.
+* Use LZMA compression instead of LZO.
 
 * Support for saving the environment from and loading the environment
   from a file.
@@ -28,16 +73,16 @@ New in 1.97 - :
 * Create partmap.lst and use it to automatically load partition map
   modules.
 
-* update-grub supports os-prober to add operating systems to the
+* 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'.