dcavalca / rpms / grub2

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