Blame SOURCES/0009-NEWS-Add-few-missing-entries.-Correct-existing-ones.patch

0dc71c
From 3eff91e86e4df2cf8a5e1b26f98e96bf4731f526 Mon Sep 17 00:00:00 2001
0dc71c
From: Vladimir Serbinenko <phcoder@gmail.com>
0dc71c
Date: Mon, 30 Dec 2013 06:49:15 +0100
0dc71c
Subject: [PATCH 009/143] 	* NEWS: Add few missing entries. Correct
0dc71c
 existing ones.
0dc71c
0dc71c
---
0dc71c
 ChangeLog |  4 ++++
0dc71c
 NEWS      | 27 ++++++++++++++++++++++-----
0dc71c
 2 files changed, 26 insertions(+), 5 deletions(-)
0dc71c
0dc71c
diff --git a/ChangeLog b/ChangeLog
0dc71c
index ed6d77c..db84300 100644
0dc71c
--- a/ChangeLog
0dc71c
+++ b/ChangeLog
0dc71c
@@ -1,3 +1,7 @@
0dc71c
+2013-12-30  Vladimir Serbinenko  <phcoder@gmail.com>
0dc71c
+
0dc71c
+	* NEWS: Add few missing entries. Correct existing ones.
0dc71c
+
0dc71c
 2013-12-28  Vladimir Serbinenko  <phcoder@gmail.com>
0dc71c
 
0dc71c
 	Don't abort() on unavailable coreboot tables if not running on coreboot.
0dc71c
diff --git a/NEWS b/NEWS
0dc71c
index b74c05f..49a2459 100644
0dc71c
--- a/NEWS
0dc71c
+++ b/NEWS
0dc71c
@@ -35,6 +35,8 @@ New in 2.02:
0dc71c
   * Improve FreeDOS direct loading support compatibility.
0dc71c
   * Enable `linux16' on all x86 platforms, not just BIOS.
0dc71c
   * New TrueCrypt ISO loader.
0dc71c
+  * multiboot2 boot-services EFI specification.
0dc71c
+  * multiboot2 full-file specfication.
0dc71c
 
0dc71c
 * New/improved network support:
0dc71c
   * New variables `net_default_*' containing properties of the default
0dc71c
@@ -44,11 +46,17 @@ New in 2.02:
0dc71c
   * Parse `nd' disk names in GRUB Legacy configuration files.
0dc71c
   * Issue separate DNS queries for IPv4 and IPv6.
0dc71c
 
0dc71c
+* Coreboot improvements:
0dc71c
+  * CBFS support both in on-disk images (loopback) and flash.
0dc71c
+  * Ability to launch another payload from flash or disk
0dc71c
+  * Coreboot framebuffer
0dc71c
+  * CBMEMC support (both logging and inspecting logs)
0dc71c
+  * Inspecting coreboot timestamps.
0dc71c
+  * Inspecting coreboot tables.
0dc71c
+
0dc71c
 * New/improved platform support:
0dc71c
   * New `efifwsetup' and `lsefi' commands on EFI platforms.
0dc71c
   * New `cmosdump' and `cmosset' commands on platforms with 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
@@ -68,6 +76,7 @@ New in 2.02:
0dc71c
     grub-install.
0dc71c
   * Support Yeeloong 3A.
0dc71c
   * Add `cpuid --pae' option to detect Physical Address Extension on x86.
0dc71c
+  * Support for USB debug dongles.
0dc71c
 
0dc71c
 * Security:
0dc71c
   * Add optional facility to enforce that all files read by the core image
0dc71c
@@ -78,6 +87,7 @@ New in 2.02:
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
+  * Speed-up gfxterm by storing intermediate results in more compact format.
0dc71c
 
0dc71c
 * Scripting:
0dc71c
   * New `eval' and `tr' commands.
0dc71c
@@ -95,6 +105,7 @@ New in 2.02:
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
+  * Native mingw support, including ability to install on EFI under windows.
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
@@ -107,12 +118,19 @@ New in 2.02:
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
+  * Partial clang support for some platforms (experimental).
0dc71c
+  * Partial mingw64 x86_64-efi compile support (highly experimental).
0dc71c
+  * Partial mingw32 i386-* (other than already present i386-pc)
0dc71c
+    compile support (highly experimental).
0dc71c
   * Eliminate the use of AutoGen.  This allowed some performance
0dc71c
     improvements to the build system.
0dc71c
+  * Remove variable length arrays.
0dc71c
+  * OpenBSD compile and tools support (NetBSD and FreeBSD were already supported).
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
+  * modinfo.sh contains build information now.
0dc71c
+  * Added many new tests to improve robustness.
0dc71c
 
0dc71c
 * Revision control moved to git.
0dc71c
 
0dc71c
@@ -142,7 +160,6 @@ New in 2.00:
0dc71c
   * IEEE1275 serial.
0dc71c
   * EFI serial.
0dc71c
   * Network stack for BIOS, IEEE1275, EMU and EFI, including TFTP, HTTP and DNS.
0dc71c
-  * VBE on coreboot support.
0dc71c
 
0dc71c
 * New filesystem, filters and disks formats:
0dc71c
   * DVH partition map.
0dc71c
@@ -166,7 +183,7 @@ New in 2.00:
0dc71c
   * multidevice, mirrored and raidz(2,3) ZFS support.
0dc71c
   * RAID LVM (internal RAIDing) support.
0dc71c
   * ZFS crypto support.
0dc71c
-  * ZLE and GZIP on ZFS support.
0dc71c
+  * ZLE, LZ4 and GZIP on ZFS support.
0dc71c
   * Support ZFS up to 33.
0dc71c
   * HFS string is now treated like mac-roman and not UTF-8
0dc71c
   * HFS mtime support.
0dc71c
-- 
0dc71c
1.9.3
0dc71c