4fe85b
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
4fe85b
From: Vladimir Serbinenko <phcoder@gmail.com>
4fe85b
Date: Sat, 18 Jan 2014 16:31:10 +0100
4fe85b
Subject: [PATCH] * NEWS: Add few missing entries.
4fe85b
4fe85b
---
4fe85b
 ChangeLog |  4 ++++
4fe85b
 NEWS      | 18 +++++++++++++++---
4fe85b
 2 files changed, 19 insertions(+), 3 deletions(-)
4fe85b
4fe85b
diff --git a/ChangeLog b/ChangeLog
4fe85b
index c8e95a6b98d..6a19f850448 100644
4fe85b
--- a/ChangeLog
4fe85b
+++ b/ChangeLog
4fe85b
@@ -1,3 +1,7 @@
4fe85b
+2014-01-18  Vladimir Serbinenko  <phcoder@gmail.com>
4fe85b
+
4fe85b
+	* NEWS: Add few missing entries.
4fe85b
+
4fe85b
 2014-01-17  Colin Watson  <cjwatson@ubuntu.com>
4fe85b
 
4fe85b
 	* util/grub.d/00_header.in (make_timeout): Use && rather than test
4fe85b
diff --git a/NEWS b/NEWS
4fe85b
index 49a2459b6a0..a61df942a35 100644
4fe85b
--- a/NEWS
4fe85b
+++ b/NEWS
4fe85b
@@ -15,6 +15,8 @@ New in 2.02:
4fe85b
   * GPT PReP.
4fe85b
   * New `progress' module that shows progress information while reading
4fe85b
     files.
4fe85b
+  * ZFS features support.
4fe85b
+  * ZFS LZ4 support.
4fe85b
 
4fe85b
 * New/improved terminal and video support:
4fe85b
   * Monochrome text (matching `hercules' in GRUB Legacy).
4fe85b
@@ -36,6 +38,7 @@ New in 2.02:
4fe85b
   * Enable `linux16' on all x86 platforms, not just BIOS.
4fe85b
   * New TrueCrypt ISO loader.
4fe85b
   * multiboot2 boot-services EFI specification.
4fe85b
+  * multiboot2 EFI memory map specification.
4fe85b
   * multiboot2 full-file specfication.
4fe85b
 
4fe85b
 * New/improved network support:
4fe85b
@@ -51,12 +54,15 @@ New in 2.02:
4fe85b
   * Ability to launch another payload from flash or disk
4fe85b
   * Coreboot framebuffer
4fe85b
   * CBMEMC support (both logging and inspecting logs)
4fe85b
-  * Inspecting coreboot timestamps.
4fe85b
-  * Inspecting coreboot tables.
4fe85b
+  * Command for inspecting coreboot timestamps (`coreboot_boottime').
4fe85b
+  * Command for inspecting coreboot tables (`lscoreboot').
4fe85b
+  * New target default_payload.elf.
4fe85b
+  * Increased maximal core size.
4fe85b
 
4fe85b
 * New/improved platform support:
4fe85b
   * New `efifwsetup' and `lsefi' commands on EFI platforms.
4fe85b
   * New `cmosdump' and `cmosset' commands on platforms with CMOS support.
4fe85b
+  * New command `pcidump' for PCI platforms.
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
@@ -77,6 +83,8 @@ New in 2.02:
4fe85b
   * Support Yeeloong 3A.
4fe85b
   * Add `cpuid --pae' option to detect Physical Address Extension on x86.
4fe85b
   * Support for USB debug dongles.
4fe85b
+  * Support for *-emu on all platforms (previously only i386/x86_64 worked).
4fe85b
+  * Support *-emu on Windows.
4fe85b
 
4fe85b
 * Security:
4fe85b
   * Add optional facility to enforce that all files read by the core image
4fe85b
@@ -88,6 +96,8 @@ New in 2.02:
4fe85b
   * Initialise USB ports in parallel.
4fe85b
   * New `testspeed' command to test file read speed.
4fe85b
   * Speed-up gfxterm by storing intermediate results in more compact format.
4fe85b
+  * Lazy LVM/mdraid scan.
4fe85b
+  * Disk hints.
4fe85b
 
4fe85b
 * Scripting:
4fe85b
   * New `eval' and `tr' commands.
4fe85b
@@ -105,7 +115,8 @@ New in 2.02:
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
-  * Native mingw support, including ability to install on EFI under windows.
4fe85b
+  * Native mingw support.
4fe85b
+  * Ability to install on EFI under windows.
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
@@ -122,6 +133,7 @@ New in 2.02:
4fe85b
   * Partial mingw64 x86_64-efi compile support (highly experimental).
4fe85b
   * Partial mingw32 i386-* (other than already present i386-pc)
4fe85b
     compile support (highly experimental).
4fe85b
+  * Support for grub-mkpasswd on Windows.
4fe85b
   * Eliminate the use of AutoGen.  This allowed some performance
4fe85b
     improvements to the build system.
4fe85b
   * Remove variable length arrays.