Blame SOURCES/0019-NEWS-Add-few-missing-entries.patch

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