|
|
23d2ea |
From 0d79deaca0a3fb60d9343ae282b34381b04bb471 Mon Sep 17 00:00:00 2001
|
|
|
39700a |
From: Vladimir Serbinenko <phcoder@gmail.com>
|
|
|
39700a |
Date: Sat, 18 Jan 2014 16:31:10 +0100
|
|
|
23d2ea |
Subject: [PATCH 019/198] * NEWS: Add few missing entries.
|
|
|
39700a |
|
|
|
39700a |
---
|
|
|
39700a |
ChangeLog | 4 ++++
|
|
|
39700a |
NEWS | 18 +++++++++++++++---
|
|
|
39700a |
2 files changed, 19 insertions(+), 3 deletions(-)
|
|
|
39700a |
|
|
|
39700a |
diff --git a/ChangeLog b/ChangeLog
|
|
|
39700a |
index c8e95a6..6a19f85 100644
|
|
|
39700a |
--- a/ChangeLog
|
|
|
39700a |
+++ b/ChangeLog
|
|
|
39700a |
@@ -1,3 +1,7 @@
|
|
|
39700a |
+2014-01-18 Vladimir Serbinenko <phcoder@gmail.com>
|
|
|
39700a |
+
|
|
|
39700a |
+ * NEWS: Add few missing entries.
|
|
|
39700a |
+
|
|
|
39700a |
2014-01-17 Colin Watson <cjwatson@ubuntu.com>
|
|
|
39700a |
|
|
|
39700a |
* util/grub.d/00_header.in (make_timeout): Use && rather than test
|
|
|
39700a |
diff --git a/NEWS b/NEWS
|
|
|
39700a |
index 49a2459..a61df94 100644
|
|
|
39700a |
--- a/NEWS
|
|
|
39700a |
+++ b/NEWS
|
|
|
39700a |
@@ -15,6 +15,8 @@ New in 2.02:
|
|
|
39700a |
* GPT PReP.
|
|
|
39700a |
* New `progress' module that shows progress information while reading
|
|
|
39700a |
files.
|
|
|
39700a |
+ * ZFS features support.
|
|
|
39700a |
+ * ZFS LZ4 support.
|
|
|
39700a |
|
|
|
39700a |
* New/improved terminal and video support:
|
|
|
39700a |
* Monochrome text (matching `hercules' in GRUB Legacy).
|
|
|
39700a |
@@ -36,6 +38,7 @@ New in 2.02:
|
|
|
39700a |
* Enable `linux16' on all x86 platforms, not just BIOS.
|
|
|
39700a |
* New TrueCrypt ISO loader.
|
|
|
39700a |
* multiboot2 boot-services EFI specification.
|
|
|
39700a |
+ * multiboot2 EFI memory map specification.
|
|
|
39700a |
* multiboot2 full-file specfication.
|
|
|
39700a |
|
|
|
39700a |
* New/improved network support:
|
|
|
39700a |
@@ -51,12 +54,15 @@ New in 2.02:
|
|
|
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 |
+ * Command for inspecting coreboot timestamps (`coreboot_boottime').
|
|
|
39700a |
+ * Command for inspecting coreboot tables (`lscoreboot').
|
|
|
39700a |
+ * New target default_payload.elf.
|
|
|
39700a |
+ * Increased maximal core size.
|
|
|
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 command `pcidump' for PCI platforms.
|
|
|
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 |
@@ -77,6 +83,8 @@ New in 2.02:
|
|
|
39700a |
* Support Yeeloong 3A.
|
|
|
39700a |
* Add `cpuid --pae' option to detect Physical Address Extension on x86.
|
|
|
39700a |
* Support for USB debug dongles.
|
|
|
39700a |
+ * Support for *-emu on all platforms (previously only i386/x86_64 worked).
|
|
|
39700a |
+ * Support *-emu on Windows.
|
|
|
39700a |
|
|
|
39700a |
* Security:
|
|
|
39700a |
* Add optional facility to enforce that all files read by the core image
|
|
|
39700a |
@@ -88,6 +96,8 @@ New in 2.02:
|
|
|
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 |
+ * Lazy LVM/mdraid scan.
|
|
|
39700a |
+ * Disk hints.
|
|
|
39700a |
|
|
|
39700a |
* Scripting:
|
|
|
39700a |
* New `eval' and `tr' commands.
|
|
|
39700a |
@@ -105,7 +115,8 @@ 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 |
+ * Native mingw support.
|
|
|
39700a |
+ * 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 |
@@ -122,6 +133,7 @@ New in 2.02:
|
|
|
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 |
+ * Support for grub-mkpasswd on Windows.
|
|
|
39700a |
* Eliminate the use of AutoGen. This allowed some performance
|
|
|
39700a |
improvements to the build system.
|
|
|
39700a |
* Remove variable length arrays.
|
|
|
39700a |
--
|
|
|
23d2ea |
2.7.4
|
|
|
39700a |
|