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

6b3c76
From 7563f6fec775dbe32e99ff38788e1ff56dc1a61f Mon Sep 17 00:00:00 2001
a85e8e
From: Vladimir Serbinenko <phcoder@gmail.com>
a85e8e
Date: Mon, 30 Dec 2013 06:49:15 +0100
6b3c76
Subject: [PATCH 009/261] * NEWS: Add few missing entries. Correct existing
6b3c76
 ones.
a85e8e
a85e8e
---
a85e8e
 ChangeLog |  4 ++++
a85e8e
 NEWS      | 27 ++++++++++++++++++++++-----
a85e8e
 2 files changed, 26 insertions(+), 5 deletions(-)
a85e8e
a85e8e
diff --git a/ChangeLog b/ChangeLog
6b3c76
index ed6d77cc8..db843006d 100644
a85e8e
--- a/ChangeLog
a85e8e
+++ b/ChangeLog
a85e8e
@@ -1,3 +1,7 @@
a85e8e
+2013-12-30  Vladimir Serbinenko  <phcoder@gmail.com>
a85e8e
+
a85e8e
+	* NEWS: Add few missing entries. Correct existing ones.
a85e8e
+
a85e8e
 2013-12-28  Vladimir Serbinenko  <phcoder@gmail.com>
a85e8e
 
a85e8e
 	Don't abort() on unavailable coreboot tables if not running on coreboot.
a85e8e
diff --git a/NEWS b/NEWS
6b3c76
index b74c05f63..49a2459b6 100644
a85e8e
--- a/NEWS
a85e8e
+++ b/NEWS
a85e8e
@@ -35,6 +35,8 @@ New in 2.02:
a85e8e
   * Improve FreeDOS direct loading support compatibility.
a85e8e
   * Enable `linux16' on all x86 platforms, not just BIOS.
a85e8e
   * New TrueCrypt ISO loader.
a85e8e
+  * multiboot2 boot-services EFI specification.
a85e8e
+  * multiboot2 full-file specfication.
a85e8e
 
a85e8e
 * New/improved network support:
a85e8e
   * New variables `net_default_*' containing properties of the default
a85e8e
@@ -44,11 +46,17 @@ New in 2.02:
a85e8e
   * Parse `nd' disk names in GRUB Legacy configuration files.
a85e8e
   * Issue separate DNS queries for IPv4 and IPv6.
a85e8e
 
a85e8e
+* Coreboot improvements:
a85e8e
+  * CBFS support both in on-disk images (loopback) and flash.
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
+
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 `cbmemc', `coreboot_boottime', and `lscoreboot' commands on
a85e8e
-    coreboot.
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
@@ -68,6 +76,7 @@ New in 2.02:
a85e8e
     grub-install.
a85e8e
   * Support Yeeloong 3A.
a85e8e
   * Add `cpuid --pae' option to detect Physical Address Extension on x86.
a85e8e
+  * Support for USB debug dongles.
a85e8e
 
a85e8e
 * Security:
a85e8e
   * Add optional facility to enforce that all files read by the core image
a85e8e
@@ -78,6 +87,7 @@ New in 2.02:
a85e8e
   * New boot time analysis framework (`./configure --enable-boot-time').
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
 
a85e8e
 * Scripting:
a85e8e
   * New `eval' and `tr' commands.
a85e8e
@@ -95,6 +105,7 @@ 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
   * 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
@@ -107,12 +118,19 @@ New in 2.02:
a85e8e
     executable stack.
a85e8e
   * Fix documentation build with Texinfo >= 5.1.
a85e8e
   * More robust and documented cross-compiling support.
a85e8e
-  * Partial clang support for some platforms.
a85e8e
+  * Partial clang support for some platforms (experimental).
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
   * Eliminate the use of AutoGen.  This allowed some performance
a85e8e
     improvements to the build system.
a85e8e
+  * Remove variable length arrays.
a85e8e
+  * OpenBSD compile and tools support (NetBSD and FreeBSD were already supported).
a85e8e
   * Fix build with FreeType >= 2.5.1.
a85e8e
   * Make gentpl.py compatible with Python 3.  It now requires at least
a85e8e
     Python 2.6.
a85e8e
+  * modinfo.sh contains build information now.
a85e8e
+  * Added many new tests to improve robustness.
a85e8e
 
a85e8e
 * Revision control moved to git.
a85e8e
 
a85e8e
@@ -142,7 +160,6 @@ New in 2.00:
a85e8e
   * IEEE1275 serial.
a85e8e
   * EFI serial.
a85e8e
   * Network stack for BIOS, IEEE1275, EMU and EFI, including TFTP, HTTP and DNS.
a85e8e
-  * VBE on coreboot support.
a85e8e
 
a85e8e
 * New filesystem, filters and disks formats:
a85e8e
   * DVH partition map.
a85e8e
@@ -166,7 +183,7 @@ New in 2.00:
a85e8e
   * multidevice, mirrored and raidz(2,3) ZFS support.
a85e8e
   * RAID LVM (internal RAIDing) support.
a85e8e
   * ZFS crypto support.
a85e8e
-  * ZLE and GZIP on ZFS support.
a85e8e
+  * ZLE, LZ4 and GZIP on ZFS support.
a85e8e
   * Support ZFS up to 33.
a85e8e
   * HFS string is now treated like mac-roman and not UTF-8
a85e8e
   * HFS mtime support.
6b3c76
-- 
6b3c76
2.13.5
6b3c76