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