dcavalca / rpms / grub2

Forked from rpms/grub2 3 years ago
Clone

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

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