* NEWS: Fix unclarity and language mistakes.
This commit is contained in:
parent
f923ad22ce
commit
0c4f85f651
2 changed files with 18 additions and 9 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
2012-06-27 Vladimir Serbinenko <phcoder@gmail.com>
|
||||||
|
2012-06-27 Jordan Uggla <jordan.uggla@gmail.com>
|
||||||
|
|
||||||
|
* NEWS: Fix unclarity and language mistakes.
|
||||||
|
|
||||||
2012-06-27 Vladimir Serbinenko <phcoder@gmail.com>
|
2012-06-27 Vladimir Serbinenko <phcoder@gmail.com>
|
||||||
|
|
||||||
* grub-core/loader/i386/linux.c (find_efi_mmap_size): Increase
|
* grub-core/loader/i386/linux.c (find_efi_mmap_size): Increase
|
||||||
|
|
22
NEWS
22
NEWS
|
@ -61,8 +61,9 @@ New in 2.00:
|
||||||
* Ability to load another coreboot payload when on coreboot.
|
* Ability to load another coreboot payload when on coreboot.
|
||||||
* Plan9.
|
* Plan9.
|
||||||
* Freedos.
|
* Freedos.
|
||||||
* Ntldr/bootmgr (Windows bootloader).
|
* Ntldr/bootmgr (to load Windows bootloader).
|
||||||
* chainloader --bpb support.
|
* chainloader --bpb support to patch FAT or NTFS BPB in memory to correct
|
||||||
|
wrong partition offset.
|
||||||
* PXE chainloading support.
|
* PXE chainloading support.
|
||||||
* Darwin 11 (Mac OS X Lion) protocol support.
|
* Darwin 11 (Mac OS X Lion) protocol support.
|
||||||
|
|
||||||
|
@ -72,8 +73,8 @@ New in 2.00:
|
||||||
|
|
||||||
* Testing and debugging:
|
* Testing and debugging:
|
||||||
* New grub-fstest commands: cat, zfsinfo, testload xnu_uuid
|
* New grub-fstest commands: cat, zfsinfo, testload xnu_uuid
|
||||||
* grub-fstest recursive directory compare for quickly check that directory is
|
* grub-fstest recursive directory compare for quickly checking that
|
||||||
read correctly.
|
a directory is read correctly.
|
||||||
* Backtace on crash (if gdb module is loaded, x86 only)
|
* Backtace on crash (if gdb module is loaded, x86 only)
|
||||||
* Disk cache statistics gathering.
|
* Disk cache statistics gathering.
|
||||||
* GDB stub and GDB support script.
|
* GDB stub and GDB support script.
|
||||||
|
@ -82,19 +83,21 @@ New in 2.00:
|
||||||
* New `time' command.
|
* New `time' command.
|
||||||
|
|
||||||
* Performance:
|
* Performance:
|
||||||
* Lazy scanning for improved performance.
|
* Lazy scanning to avoid accessing devices which aren't really used.
|
||||||
|
This avoids boot delay due to slow device scanning.
|
||||||
* Use CPU cache when accessing video memory.
|
* Use CPU cache when accessing video memory.
|
||||||
* Search hints for better performance.
|
* Search hints to first try the most likely device when searching for a
|
||||||
|
device with given UUID. This avoids slow scanning in most cases.
|
||||||
|
|
||||||
* Internationalisation:
|
* Internationalisation:
|
||||||
* Updated to Unicode 6.0.
|
* Updated to Unicode 6.0.
|
||||||
* $"..." syntax for translation in grub script. This allows easy
|
* $"..." syntax for translation in grub scripting language. This allows easy
|
||||||
translation of grub.cfg at runtime.
|
translation of grub.cfg at runtime.
|
||||||
* Translations to many languages included in official distribution.
|
* Translations to many languages included in official distribution.
|
||||||
|
|
||||||
* Scripting:
|
* Scripting:
|
||||||
* $grub_cpu and $grub_platform variables for conditioning grub.cfg on platform
|
* $grub_cpu and $grub_platform variables for conditioning grub.cfg on platform
|
||||||
on runtime.
|
at runtime.
|
||||||
* $feature_* variables to condition scripts on available features.
|
* $feature_* variables to condition scripts on available features.
|
||||||
* Use of ids to identify menu entries.
|
* Use of ids to identify menu entries.
|
||||||
* all_video module which is empty but depends on all video modules thus
|
* all_video module which is empty but depends on all video modules thus
|
||||||
|
@ -118,7 +121,8 @@ New in 2.00:
|
||||||
|
|
||||||
* Experimental support for compiling with Apple toolchain.
|
* Experimental support for compiling with Apple toolchain.
|
||||||
|
|
||||||
* grub-mkdevicemap removed. Now all devices are detected on runtime.
|
* grub-mkdevicemap removed. Now all devices are detected on invocation of
|
||||||
|
any grub utility.
|
||||||
|
|
||||||
New in 1.99:
|
New in 1.99:
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue