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