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