dcavalca / rpms / grub2

Forked from rpms/grub2 3 years ago
Clone

Blame SOURCES/0004-NEWS-First-draft-of-2.02-entry.patch

4fe85b
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
4fe85b
From: Colin Watson <cjwatson@ubuntu.com>
4fe85b
Date: Fri, 27 Dec 2013 03:05:38 +0000
4fe85b
Subject: [PATCH] * NEWS: First draft of 2.02 entry.
4fe85b
4fe85b
---
4fe85b
 ChangeLog |   4 +++
4fe85b
 NEWS      | 119 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
4fe85b
 2 files changed, 123 insertions(+)
4fe85b
4fe85b
diff --git a/ChangeLog b/ChangeLog
4fe85b
index bbb0f31532d..82dc61d24c9 100644
4fe85b
--- a/ChangeLog
4fe85b
+++ b/ChangeLog
4fe85b
@@ -1,3 +1,7 @@
4fe85b
+2013-12-27  Colin Watson  <cjwatson@ubuntu.com>
4fe85b
+
4fe85b
+	* NEWS: First draft of 2.02 entry.
4fe85b
+
4fe85b
 2013-12-27  Colin Watson  <cjwatson@ubuntu.com>
4fe85b
 
4fe85b
 	* INSTALL (Cross-compiling the GRUB): Fix some spelling mistakes.
4fe85b
diff --git a/NEWS b/NEWS
4fe85b
index 4bb5f98010d..577d9fd7323 100644
4fe85b
--- a/NEWS
4fe85b
+++ b/NEWS
4fe85b
@@ -1,3 +1,122 @@
4fe85b
+New in 2.02:
4fe85b
+
4fe85b
+* New/improved filesystem and disk support:
4fe85b
+  * Big-endian UFS1.
4fe85b
+  * Experimental 64-bit ext2 support.
4fe85b
+  * Various fixes for non-512-byte sector devices.
4fe85b
+  * New `proc' filesystem framework, used by LUKS disks.
4fe85b
+  * Fix DM-RAID partition handling.
4fe85b
+  * New `nativedisk' command to switch from firmware to native disk drivers.
4fe85b
+  * Compressed HFS+.
4fe85b
+  * DragonFly BSD labels.
4fe85b
+  * CBFS (coreboot).
4fe85b
+  * Handle partitioned LVM properly.
4fe85b
+  * Use LVM UUIDs whenever possible.
4fe85b
+  * GPT PReP.
4fe85b
+  * New `progress' module that shows progress information while reading
4fe85b
+    files.
4fe85b
+
4fe85b
+* New/improved terminal and video support:
4fe85b
+  * Monochrome text (matching `hercules' in GRUB Legacy).
4fe85b
+  * Morse code output using system speaker.
4fe85b
+  * `spkmodem' output (simple data protocol using system speaker).
4fe85b
+  * Handle Japanese special keys.
4fe85b
+  * coreboot framebuffer.
4fe85b
+  * Serial on ARC.
4fe85b
+  * Native vt100 handling for grub-emu, replacing the use of the curses
4fe85b
+    library.
4fe85b
+  * New gfxmenu options for terminal window positioning, theme background
4fe85b
+    image handling, and scrollbar padding, plus `item_pixmap_style' and
4fe85b
+    `highlight_overlay'.
4fe85b
+  * Support several more image types (paletted and greyscale).
4fe85b
+
4fe85b
+* Boot protocol improvements:
4fe85b
+  * Support Apple FAT binaries on non-Apple platforms.
4fe85b
+  * Improve FreeDOS direct loading support compatibility.
4fe85b
+  * Enable `linux16' on all x86 platforms, not just BIOS.
4fe85b
+  * New TrueCrypt ISO loader.
4fe85b
+
4fe85b
+* New/improved network support:
4fe85b
+  * New variables `net_default_*' containing properties of the default
4fe85b
+    interface.
4fe85b
+  * Autoload `http' and `tftp' modules if necessary.
4fe85b
+  * Improve TFTP robustness.
4fe85b
+  * Parse `nd' disk names in GRUB Legacy configuration files.
4fe85b
+  * Issue separate DNS queries for IPv4 and IPv6.
4fe85b
+
4fe85b
+* New/improved platform support:
4fe85b
+  * New `efifwsetup' and `lsefi' commands on EFI platforms.
4fe85b
+  * New `cmosclean', `cmosdump', and `cmosset' commands on platforms with
4fe85b
+    CMOS support.
4fe85b
+  * New `cbmemc', `coreboot_boottime', and `lscoreboot' commands on
4fe85b
+    coreboot.
4fe85b
+  * Improve opcode parsing in ACPI halt implementation.
4fe85b
+  * Use the TSC as a possible time source on i386-ieee1275.
4fe85b
+  * Merge PowerPC grub-mkrescue implementation with the common one.
4fe85b
+  * Support grub-mkrescue on i386-ieee1275, sparc64, bootinfo machines such
4fe85b
+    as pSeries, and mips-arc.
4fe85b
+  * Make grub-mkrescue better support Apple Intel Macs on CD.
4fe85b
+  * Enable GRUB Legacy configuration file parsing on EFI.
4fe85b
+  * Support halt for Loongson 2E.
4fe85b
+  * ARM U-Boot and EFI ports.
4fe85b
+  * Reorganise platform-dependent code in utilities to avoid #ifdef mess.
4fe85b
+  * AROS and Haiku support for userspace utilities.
4fe85b
+  * Xen PV port.
4fe85b
+  * Fix EFI stack alignment.
4fe85b
+  * ARM64 EFI port.
4fe85b
+  * On Linux, read partition start offsets from sysfs if possible.
4fe85b
+  * New grub-macbless utility, and better integration with Mac firmware in
4fe85b
+    grub-install.
4fe85b
+  * Support Yeeloong 3A.
4fe85b
+  * Add `cpuid --pae' option to detect Physical Address Extension on x86.
4fe85b
+
4fe85b
+* Security:
4fe85b
+  * Add optional facility to enforce that all files read by the core image
4fe85b
+    from disk have a valid detached digital signature.
4fe85b
+
4fe85b
+* Performance:
4fe85b
+  * Avoid costly division operations in many places.
4fe85b
+  * New boot time analysis framework (`./configure --enable-boot-time').
4fe85b
+  * Initialise USB ports in parallel.
4fe85b
+  * New `testspeed' command to test file read speed.
4fe85b
+
4fe85b
+* Scripting:
4fe85b
+  * New `eval' and `tr' commands.
4fe85b
+  * grub-script-check fails on scripts containing no commands.
4fe85b
+
4fe85b
+* Installation and other utility improvements:
4fe85b
+  * Add option to compress files on installation or image creation.
4fe85b
+  * Using grub-reboot no longer requires setting `GRUB_DEFAULT=saved'.
4fe85b
+  * Support probing EFI System Partition (requires os-prober >= 1.58).
4fe85b
+  * Fix inconsistent use of `GRUB_CRYPTODISK_ENABLE' and
4fe85b
+    `GRUB_ENABLE_CRYPTODISK'; the latter is now used consistently.
4fe85b
+  * grub-mount handles symbolic links to directories.
4fe85b
+  * Support disabling submenus with `GRUB_DISABLE_SUBMENU' configuration key
4fe85b
+    for grub-mkconfig.
4fe85b
+  * grub-install, grub-mknetdir, grub-mkrescue, and grub-mkstandalone
4fe85b
+    rewritten in C.  They should now work in supported non-Unix-like
4fe85b
+    environments.
4fe85b
+  * Reorganise timeout handling using new `timeout_style' environment
4fe85b
+    variable and `GRUB_TIMEOUT_STYLE' configuration key for grub-mkconfig.
4fe85b
+    Menu hotkeys pressed during a hidden timeout now boot the corresponding
4fe85b
+    menu entry immediately.
4fe85b
+  * New `file' command and grub-file utility to check file types.
4fe85b
+  * New syslinux configuration file parser.
4fe85b
+
4fe85b
+* Build system:
4fe85b
+  * Remove all uses of nested functions; GRUB no longer requires an
4fe85b
+    executable stack.
4fe85b
+  * Fix documentation build with Texinfo >= 5.1.
4fe85b
+  * More robust and documented cross-compiling support.
4fe85b
+  * Partial clang support for some platforms.
4fe85b
+  * Eliminate the use of AutoGen.  This allowed some performance
4fe85b
+    improvements to the build system.
4fe85b
+  * Fix build with FreeType >= 2.5.1.
4fe85b
+  * Make gentpl.py compatible with Python 3.  It now requires at least
4fe85b
+    Python 2.6.
4fe85b
+
4fe85b
+* Revision control moved to git.
4fe85b
+
4fe85b
 New in 2.00:
4fe85b
 
4fe85b
 * Appearance: