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

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