]> git.proxmox.com Git - grub2.git/blame - NEWS
Merge branch 'master' of git.sv.gnu.org:/srv/git/grub
[grub2.git] / NEWS
CommitLineData
30a33846
CW
1New in 2.02:
2
3* New/improved filesystem and disk support:
4 * Big-endian UFS1.
5 * Experimental 64-bit ext2 support.
6 * Various fixes for non-512-byte sector devices.
7 * New `proc' filesystem framework, used by LUKS disks.
8 * Fix DM-RAID partition handling.
9 * New `nativedisk' command to switch from firmware to native disk drivers.
10 * Compressed HFS+.
11 * DragonFly BSD labels.
12 * CBFS (coreboot).
13 * Handle partitioned LVM properly.
14 * Use LVM UUIDs whenever possible.
15 * GPT PReP.
16 * New `progress' module that shows progress information while reading
17 files.
18
19* New/improved terminal and video support:
20 * Monochrome text (matching `hercules' in GRUB Legacy).
21 * Morse code output using system speaker.
22 * `spkmodem' output (simple data protocol using system speaker).
23 * Handle Japanese special keys.
24 * coreboot framebuffer.
25 * Serial on ARC.
26 * Native vt100 handling for grub-emu, replacing the use of the curses
27 library.
28 * New gfxmenu options for terminal window positioning, theme background
29 image handling, and scrollbar padding, plus `item_pixmap_style' and
30 `highlight_overlay'.
31 * Support several more image types (paletted and greyscale).
32
33* Boot protocol improvements:
34 * Support Apple FAT binaries on non-Apple platforms.
35 * Improve FreeDOS direct loading support compatibility.
36 * Enable `linux16' on all x86 platforms, not just BIOS.
37 * New TrueCrypt ISO loader.
38
39* New/improved network support:
40 * New variables `net_default_*' containing properties of the default
41 interface.
42 * Autoload `http' and `tftp' modules if necessary.
43 * Improve TFTP robustness.
44 * Parse `nd' disk names in GRUB Legacy configuration files.
45 * Issue separate DNS queries for IPv4 and IPv6.
46
47* New/improved platform support:
48 * New `efifwsetup' and `lsefi' commands on EFI platforms.
49 * New `cmosclean', `cmosdump', and `cmosset' commands on platforms with
50 CMOS support.
51 * New `cbmemc', `coreboot_boottime', and `lscoreboot' commands on
52 coreboot.
53 * Improve opcode parsing in ACPI halt implementation.
54 * Use the TSC as a possible time source on i386-ieee1275.
55 * Merge PowerPC grub-mkrescue implementation with the common one.
56 * Support grub-mkrescue on i386-ieee1275, sparc64, bootinfo machines such
57 as pSeries, and mips-arc.
58 * Make grub-mkrescue better support Apple Intel Macs on CD.
59 * Enable GRUB Legacy configuration file parsing on EFI.
60 * Support halt for Loongson 2E.
61 * ARM U-Boot and EFI ports.
62 * Reorganise platform-dependent code in utilities to avoid #ifdef mess.
63 * AROS and Haiku support for userspace utilities.
64 * Xen PV port.
65 * Fix EFI stack alignment.
66 * ARM64 EFI port.
67 * On Linux, read partition start offsets from sysfs if possible.
68 * New grub-macbless utility, and better integration with Mac firmware in
69 grub-install.
70 * Support Yeeloong 3A.
71 * Add `cpuid --pae' option to detect Physical Address Extension on x86.
72
73* Security:
74 * Add optional facility to enforce that all files read by the core image
75 from disk have a valid detached digital signature.
76
77* Performance:
78 * Avoid costly division operations in many places.
79 * New boot time analysis framework (`./configure --enable-boot-time').
80 * Initialise USB ports in parallel.
81 * New `testspeed' command to test file read speed.
82
83* Scripting:
84 * New `eval' and `tr' commands.
85 * grub-script-check fails on scripts containing no commands.
86
87* Installation and other utility improvements:
88 * Add option to compress files on installation or image creation.
89 * Using grub-reboot no longer requires setting `GRUB_DEFAULT=saved'.
90 * Support probing EFI System Partition (requires os-prober >= 1.58).
91 * Fix inconsistent use of `GRUB_CRYPTODISK_ENABLE' and
92 `GRUB_ENABLE_CRYPTODISK'; the latter is now used consistently.
93 * grub-mount handles symbolic links to directories.
94 * Support disabling submenus with `GRUB_DISABLE_SUBMENU' configuration key
95 for grub-mkconfig.
96 * grub-install, grub-mknetdir, grub-mkrescue, and grub-mkstandalone
97 rewritten in C. They should now work in supported non-Unix-like
98 environments.
99 * Reorganise timeout handling using new `timeout_style' environment
100 variable and `GRUB_TIMEOUT_STYLE' configuration key for grub-mkconfig.
101 Menu hotkeys pressed during a hidden timeout now boot the corresponding
102 menu entry immediately.
103 * New `file' command and grub-file utility to check file types.
104 * New syslinux configuration file parser.
105
106* Build system:
107 * Remove all uses of nested functions; GRUB no longer requires an
108 executable stack.
109 * Fix documentation build with Texinfo >= 5.1.
110 * More robust and documented cross-compiling support.
111 * Partial clang support for some platforms.
112 * Eliminate the use of AutoGen. This allowed some performance
113 improvements to the build system.
114 * Fix build with FreeType >= 2.5.1.
115 * Make gentpl.py compatible with Python 3. It now requires at least
116 Python 2.6.
117
118* Revision control moved to git.
119
d22029ba
VS
120New in 2.00:
121
f0f55752 122* Appearance:
d22029ba
VS
123 * Official theme for gfxmenu (starfield)
124 * Menu is organised with submenus.
125 * Better default video mode selection using EDID.
126
127* New platforms:
128 * Itanium port.
129 * Fuloong2F support (including GRUB as firmware)
130 * Fuloong2E support (except GRUB as firmware)
131 * ARCS (SGI machines) port.
132 * qemu -M mips port.
133
134* grub-mount to mount filesystems using GRUB FS drivers and FUSE.
135
136* Changed security default so entries are locked by default if any superuser is
137 defined.
138
139* New drivers:
140 * EHCI.
141 * AHCI.
142 * ESCC serial.
143 * IEEE1275 serial.
144 * EFI serial.
145 * Network stack for BIOS, IEEE1275, EMU and EFI, including TFTP, HTTP and DNS.
146 * VBE on coreboot support.
147
148* New filesystem, filters and disks formats:
149 * DVH partition map.
150 * Plan9 partition map.
151 * Big-endian mdraid.
152 * Big-endian cpio.
153 * ODC and NEWC cpio.
154 * ExFAT.
155 * Minix3fs.
156 * Big-endian minixfs.
157 * RomFS.
158 * Squash4.
159 * Support non-512B disk blocks.
160 * LUKS and GELI support.
161 * LDM read support (no install yet).
162 * LZOP.
163
164* Improved filesystem and disks formats support:
165 * HFS+ label support.
166 * Improved reiserfs support.
167 * multidevice, mirrored and raidz(2,3) ZFS support.
168 * RAID LVM (internal RAIDing) support.
169 * ZFS crypto support.
170 * ZLE and GZIP on ZFS support.
171 * Support ZFS up to 33.
172 * HFS string is now treated like mac-roman and not UTF-8
173 * HFS mtime support.
174 * Improved AFFS and SFS support.
175 * LZO-compressed btrfs support.
176 * cpio and tar symlinks support.
177 * Better FS detection to reduce false positives.
178
179* New boot protocols:
180 * Ability to load another coreboot payload when on coreboot.
181 * Plan9.
182 * Freedos.
0c4f85f6
VS
183 * Ntldr/bootmgr (to load Windows bootloader).
184 * chainloader --bpb support to patch FAT or NTFS BPB in memory to correct
185 wrong partition offset.
d22029ba
VS
186 * PXE chainloading support.
187 * Darwin 11 (Mac OS X Lion) protocol support.
188
189* Boot protocol improvements:
190 * Multiple initrd support.
191 * Basic illumos and xnu autoconfig.
192
193* Testing and debugging:
194 * New grub-fstest commands: cat, zfsinfo, testload xnu_uuid
0c4f85f6
VS
195 * grub-fstest recursive directory compare for quickly checking that
196 a directory is read correctly.
d22029ba
VS
197 * Backtace on crash (if gdb module is loaded, x86 only)
198 * Disk cache statistics gathering.
199 * GDB stub and GDB support script.
200 * "make check" and "make bootcheck" expanded to almost all platforms
201 (except i386-ieee1275, mips-arc, sparc64-ieee1275, ia64-efi and emu)
202 * New `time' command.
203
204* Performance:
0c4f85f6
VS
205 * Lazy scanning to avoid accessing devices which aren't really used.
206 This avoids boot delay due to slow device scanning.
d22029ba 207 * Use CPU cache when accessing video memory.
0c4f85f6
VS
208 * Search hints to first try the most likely device when searching for a
209 device with given UUID. This avoids slow scanning in most cases.
d22029ba
VS
210
211* Internationalisation:
212 * Updated to Unicode 6.0.
0c4f85f6 213 * $"..." syntax for translation in grub scripting language. This allows easy
d22029ba
VS
214 translation of grub.cfg at runtime.
215 * Translations to many languages included in official distribution.
216
217* Scripting:
218 * $grub_cpu and $grub_platform variables for conditioning grub.cfg on platform
0c4f85f6 219 at runtime.
d22029ba
VS
220 * $feature_* variables to condition scripts on available features.
221 * Use of ids to identify menu entries.
222 * all_video module which is empty but depends on all video modules thus
223 allowing easy loading of all of them.
224
225* Installation:
226 * grub-mknetdir script for easy creation of netbootable GRUB directory.
227 * Itanium and mips support in grub-mkrescue.
228 * grub-install support for all platforms except emu.
229 * PreP partition install support.
230 * No files conflict between flavours (except grub-mkrescue for ppc). This
231 allows easy install of GRUB for several platforms.
232 * grub-mkstandalone script for easy creating of image including all modules
233 for platforms with generous limit on image size.
234 * program-transform-name now functions according to usual conventions.
235 Use --grubdir and --bootdir to get old behaviour.
236
237* ADLER32 and CRC64 support (for XZ and hashsum).
238
239* ofconsole renamed to console
240
241* Experimental support for compiling with Apple toolchain.
242
0c4f85f6
VS
243* grub-mkdevicemap removed. Now all devices are detected on invocation of
244 any grub utility.
d22029ba 245
215dd471
RM
246New in 1.99:
247
61c874c5
CW
248* Keyboard layouts support.
249
250* New `lsapm' command (i386-pc only).
251
252* Parser for GRUB Legacy configuration files.
253
254* Support RAID on virtio devices.
255
256* Remove deprecated `root' command.
257
258* New `euro.pf2' font which supports most European languages.
259
260* Avoid opening the same device twice on Open Firmware platforms.
261
262* Extend `vbeinfo' and `vbetest' commands to non-VBE graphics, as
263 `videoinfo' and `videotest'.
264
40901acd 265* New `lsefisystab', `lssal', and `lsefimmap' commands on EFI platforms.
61c874c5
CW
266
267* Support explicit user claim that a device is BIOS-visible. Devices
268 listed in device.map will be assumed to be readable using only BIOS
269 facilities, rather than anything more complex such as LVM or RAID.
270
271* New bash-completion script for GRUB utilities.
272
273* Use ACPI to shut down if possible.
274
275* New `lsacpi' command.
276
ec9f5e0d 277* Btrfs support.
61c874c5
CW
278
279* New `--boot-directory' option to `grub-install', `grub-reboot', and
280 `grub-set-default', with clearer semantics than the previous
281 `--root-directory' option.
282
283* Rename CD-ROM device to "cd" on BIOS platforms.
284
285* Transparent decompression filters.
286
287* Simpler PXE image generation. New `grub-mknetdir' utility to generate
288 netboot directory trees.
289
f9cefc4e
CW
290* New relocator. Allows for more kernel support and more
291 straightforward loader writing.
292
293* Handle USB pendrives exposed as floppies.
294
295* New Automake-based build system.
296
297* Add `sendkey' command (i386-pc only).
298
a94a6671 299* ZFS support.
215dd471 300
f9cefc4e
CW
301* Support 1.x versions of mdadm metadata.
302
303* Fix corruption when reading Reiserfs directory entries.
304
305* Bidirectional text and diacritics support.
306
307* Skip LVM snapshots.
308
309* MIPS Yeeloong firmware port.
310
311* Change grub-mkdevicemap to emit /dev/disk/by-id/ names where possible
312 on GNU/Linux.
313
314* Add `grub-mkconfig' support for Xen with Linux.
315
316* Add `grub-mkconfig' support for initrd images on Fedora 13.
317
318* Support >3GiB and <16MiB RAM in i386-qemu.
319
320* Add support for Cirrus 5446 and Bochs video cards.
321
322* Load more appropriate video drivers automatically in `grub-mkconfig'.
323
324* USB improvements, including hotplugging/hotunplugging, hub support,
325 and USB serial support.
326
327* AMD Geode CS5536 support.
328
329* Extensive updates to the Texinfo documentation.
330
f9cefc4e
CW
331* Handle symbolic links under /dev/mapper on GNU/Linux.
332
333* Handle installation across multiple partition table types.
334
335* Add `cmostest' command (i386/x86_64 only).
336
337* Add support for DM-RAID disk devices on GNU/Linux.
338
339* Remove `grub-mkisofs'. `grub-mkrescue' now uses GNU xorriso to build
340 CD images.
341
342* `grub-mkrescue' support for EFI, coreboot, and QEMU platforms.
343
61c874c5
CW
344* Unify `grub-mkimage', `grub-setup', and `grub-install' source code
345 across platforms.
f9cefc4e
CW
346
347* Fix VGA (as opposed to VBE) video driver, formerly a terminal driver.
348
349* Add menu hotkey support.
350
351* Add support for the nilfs2 filesystem.
352
353* `grub-probe' and `grub-mkconfig' support for NetBSD.
354
355* Support setting a background image in `grub-mkconfig'.
356
357* Support multiple terminals in `grub-mkconfig'.
358
359* Regexp support.
360
361* MIPS multiboot2 support.
362
363* Multiboot2 tag support.
364
365* sunpc partition table support.
366
367* Add a number of new language features to GRUB script: `for', `while',
61c874c5
CW
368 `until', `elif', function parameters, `break', `continue', `shift',
369 multi-line quoted strings, positional parameters with `setparams',
370 `return', filename wildcard expansion, and `!'.
f9cefc4e
CW
371
372* Support nested partition tables. GRUB now prefers to name partitions
373 in the form `(hd0,msdos1,bsd1)' rather than `(hd0,1,a)'.
374
375* Speed up consecutive hostdisk operations on the same device.
376
377* Compile parts of `grub-emu' as modules.
378
fce5d8ff 379New in 1.98 - 2010-03-06:
1fbc5e66 380
fcee14ed
VS
381* Multiboot on EFI support.
382
c98d2a13
CW
383* Graphical menu support.
384
385* MIPS support.
386
387* Saved default menu entry support, with new utilities `grub-reboot' and
388 `grub-set-default'.
389
390* Unit testing framework.
391
392* Support for multiple terminals.
393
394* Encrypted password support, with a new utility `grub-mkpasswd-pbkdf2'.
395
396* `grub-mkfloppy' removed; use `grub-mkrescue' to create floppy images.
397
7922f68b
RM
398* Add grub-probe support for GNU/Hurd.
399
3db5183c
CPE
400* Add support for gettext.
401
537ce47f
RM
402New in 1.97:
403
d2b6b7fc 404* Add support for loading XNU (MacOS X kernel).
421bd7ac 405
406* ACPI override support.
407
408* Integrated gptsync.
409
410* Password protection support.
411
412* Partition manipulation tool.
413
70ba68ce 414* Add `keystatus' command.
415
416* Unicode fonts are now used by default.
417
fd8c967c 418* Add `hdparm' command.
419
420* Add support for getting the current date and time from CMOS as variables.
421
422* Add `drivemap' command.
423
424* Add support for RAID levels 4,6 and 10.
425
d2b6b7fc 426* update-grub is replaced by grub-mkconfig.
6d994591 427
1fbc5e66 428* When booting from PXE, PXE can be used to load files.
429
430* High resolution timer support.
431
432* Image loaders now support IO buffering.
433
434* Add `crc' command.
435
54d83746 436* Add Cygwin support.
437
1fbc5e66 438* Add x86_64 EFI support.
439
5680109e 440* Use LZMA compression instead of LZO.
1fbc5e66 441
442* Support for saving the environment from and loading the environment
443 from a file.
444
445* Allow the UUID to be used as device name.
446
447* The `search' command can use UUIDs now.
448
449* Add support for IEEE 1275 on i386.
450
451* Create partmap.lst and use it to automatically load partition map
452 modules.
453
6d994591 454* grub-mkconfig supports os-prober to add operating systems to the
54d83746 455 boot menu.
1fbc5e66 456
d2b6b7fc 457* The ATA driver supports devices bigger than 2 TiB.
1fbc5e66 458
2fc96ba3 459* Add support for the UDF, AFS and EXT4 filesystems.
1fbc5e66 460
2fc96ba3 461* The ISO9660 filesystem supports the Joliet extension
1fbc5e66 462
d2b6b7fc 463* Add support for loading kernels of FreeBSD, NetBSD and OpenBSD.
1fbc5e66 464
465* Add new command `sleep'.
466
467* Support for direct access to AT keyboards.
468
469* New utility `grub-fstest'.
470
f2a76e1d 471New in 1.96 - 2008-02-03:
5a79f472 472
473* The license term is changed to GNU General Public License Version 3.
474
352466bf 475* grub-emu is made optional. Now you have to use
476 `--enable-grub-emu' to enable it.
477
478* Add Multiboot2 support.
479
480* grub-emu can access the host filesystem now.
481
2216b101 482* Add support for the NTFS, cpio/tar and Reiserfs filesystems.
352466bf 483
e911ecc1 484* Add support for ATA/ATAPI.
485
2216b101 486* Add update-grub script to generate grub.cfg.
487
488* Add grub-mkrescue script to generate floppy or ElTorito images
489 (i386-pc only).
490
491* Add support for background images in gfxterm (background_image command).
492
493* Add support for detection of 64-bit support in CPU (cpuid command).
494
495* GPT is now enabled in i386-pc target.
496
497* Add grub-install for EFI.
498
499* Ported to the following new platforms: Efika, coreboot (a.k.a. LinuxBIOS),
500 OLPC XO.
501
502* Add support for colored menu (menu_color_normal and menu_color_highlight
503 variables).
504
505* Fix support for loading Linux zImages (such as memtest86).
506
5d74d927 507New in 1.95 - 2006-10-15:
deae281b 508
509* Number partitions from 1 instead of 0. For instance, the first
510 partition of "hd0" is now "hd0,1" but not "hd0,0".
511
df247e5e 512* grub-probefs is renamed to grub-probe, and supports printing a
513 guessed OS device name and a GRUB drive name.
514
515* RAID and LVM support is added.
516
517* New command, echo.
518
519* The disk API is changed to support 64-bit addressing.
520
521* A TGA loader is added for the video API.
522
53af98ad 523New in 1.94 - 2006-06-04:
118f4fb3 524
525* Fix several serious bugs in HFS+.
526
527* Add experimental EFI support. Chainloading and Linux loading are
528 supported at the moment.
529
530* Add a new command "blocklist" to show a block list.
531
532* Use --with-platform to specify a boot environment. For now, efi,
533 ieee1275 and pc are supported.
534
535* Use the filename "kernel.elf" instead of "grubof" on ieee1275.
536
537* Install GRUB into pkglibdir instead of pkgdatadir.
538
539* Support environmental variables. You can export variables by the
540 command "export".
541
542* Remove the commands "default" and "timeout". They are now variables.
543
544* Add the commands "source" and "." to include a file.
545
546* Implement experimental Video API and a new terminal "gfxterm" based
547 on the Video API.
548
549
5f97350b 550New in 1.93 - 2006-03-10:
551
552* Add support for the HFS+ wrapper.
553
554* Major improvements to scripting support.
555
556* Menu entries are now scriptable.
557
c9a86192 558
3bbfa267 559New in 1.92 - 2005-12-25:
560
561* Add support for GPT partition table format.
562
563* Add a new command "play" to play an audio file on PC.
564
565* Add support for Linux/ADFS partition table format.
566
567* Add support for BASH-like scripting.
568
50214199 569* Add support for Apple HFS+ filesystems.
3bbfa267 570
b5179ea0 571
4801580b 572New in 1.91 - 2005-10-15:
4ac9bd04 573
574* Add support for LZO version 2.
575
992ffbbe 576* Support completion in the entry editor.
577
578* Add VBE support.
579
6a85ce79 580* New commands, "search", "vbetest" and "vbeinfo".
581
16ccb8b1 582* The option BOOT_IMAGE is passed to Linux.
583
d9864ee1 584* Add support for automatic decompression for gzip.
585
5d7396f5 586* Add support for terminfo and serial.
587
5c177389 588* Add support for x86_64.
589
590* GRUB itself is a Multiboot-compliant kernel.
591
592* Add new filesystems: XFS, SFS, and AFFS.
593
992ffbbe 594
4ac9bd04 595New in 1.90 - 2005-08-07:
4b13b216 596
597* Rename the project name PUPA to GRUB. Now this version is the
598 developmental version of GRUB officially.
599
600* The GRUB emulator ``grub-emu'' is added.
601
602* Add support for newworld Mac. This should work with other
603 PowerPC-based machines as well, if they use IEEE 1275
604 (Open Firmware).
605
0e143073 606* Too many changes to describe. Look at ChangeLog for more details.
607
4b13b216 608
9962ed99 609New in 0.7:
610
611* Problems in cross-compiling PUPA are fixed.
612
62ddcc8f 613* Use -mrtd and -mregparm=3 to reduce the generated code sizes. This
614 means that any missing prototypes could be fatal. Also, you must take
615 care when writing assembly code. See the comments at the beginning of
616 startup.S, for more details.
617
012d7999 618* New utility, ``pupa-setup''. This sets up PUPA to make it bootable
619 from a real disk.
620
a5ffe966 621* New commands, "prefix", "insmod", "rmmod" and "lsmod" are added into
622 the rescue mode to manipulate PUPA modules.
623
c04da074 624* Linux support is added. Initrd is not support yet.
625
1f5ab428 626* Reduce the size of a core image significantly by compressing a large
627 part of the core image and decompressing itself at boot time. The
628 currently used algorithm is LZO (more precisely, LZO1X-999). So you
629 have to install LZO to build PUPA. See
630 <http://www.oberhumer.com/opensource/lzo/>, for more information.
631
a5ffe966 632
6a161fa9 633New in 0.6 - 2002-12-27, Yoshinori K. Okuji:
634
635* The chainloader and the FAT filesystem are modularized.
636
637* The structure of the source tree is a bit changed.
638
639* Support for building loadable modules is added.
640
641* Some generic parts of pupa-mkimage are segregated.
642
643* Some documentation files are added, according to the GNU Coding
644 Standards.