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