* include/grub/ieee1275/ieee1275.h: Introduce flag for firmwares
[grub2/bean.git] / NEWS
blob9f4dd598be0d72e8b9e455697222960f23817b64
1 New in 1.96:
3 * The license term is changed to GNU General Public License Version 3.
5 * grub-emu is made optional.  Now you have to use
6   `--enable-grub-emu' to enable it.
8 * Add Multiboot2 support.
10 * grub-emu can access the host filesystem now.
12 * Add support for the NTFS and Reiserfs filesystems.
14 * Add support for ATA/ATAPI.
16 New in 1.95 - 2006-10-15:
18 * Number partitions from 1 instead of 0. For instance, the first
19   partition of "hd0" is now "hd0,1" but not "hd0,0".
21 * grub-probefs is renamed to grub-probe, and supports printing a
22   guessed OS device name and a GRUB drive name.
24 * RAID and LVM support is added.
26 * New command, echo.
28 * The disk API is changed to support 64-bit addressing.
30 * A TGA loader is added for the video API.
32 New in 1.94 - 2006-06-04:
34 * Fix several serious bugs in HFS+.
36 * Add experimental EFI support. Chainloading and Linux loading are
37   supported at the moment.
39 * Add a new command "blocklist" to show a block list.
41 * Use --with-platform to specify a boot environment. For now, efi,
42   ieee1275 and pc are supported.
44 * Use the filename "kernel.elf" instead of "grubof" on ieee1275.
46 * Install GRUB into pkglibdir instead of pkgdatadir.
48 * Support environmental variables. You can export variables by the
49   command "export".
51 * Remove the commands "default" and "timeout". They are now variables.
53 * Add the commands "source" and "." to include a file.
55 * Implement experimental Video API and a new terminal "gfxterm" based
56   on the Video API.
59 New in 1.93 - 2006-03-10:
61 * Add support for the HFS+ wrapper.
63 * Major improvements to scripting support.
65 * Menu entries are now scriptable.
68 New in 1.92 - 2005-12-25:
70 * Add support for GPT partition table format.
72 * Add a new command "play" to play an audio file on PC.
74 * Add support for Linux/ADFS partition table format.
76 * Add support for BASH-like scripting.
78 * Add support for Apple HFS+ filesystems.
81 New in 1.91 - 2005-10-15:
83 * Add support for LZO version 2.
85 * Support completion in the entry editor.
87 * Add VBE support.
89 * New commands, "search", "vbetest" and "vbeinfo".
91 * The option BOOT_IMAGE is passed to Linux.
93 * Add support for automatic decompression for gzip.
95 * Add support for terminfo and serial.
97 * Add support for x86_64.
99 * GRUB itself is a Multiboot-compliant kernel.
101 * Add new filesystems: XFS, SFS, and AFFS.
104 New in 1.90 - 2005-08-07:
106 * Rename the project name PUPA to GRUB. Now this version is the
107   developmental version of GRUB officially.
109 * The GRUB emulator ``grub-emu'' is added.
111 * Add support for newworld Mac. This should work with other
112   PowerPC-based machines as well, if they use IEEE 1275
113   (Open Firmware).
115 * Too many changes to describe. Look at ChangeLog for more details.
118 New in 0.7:
120 * Problems in cross-compiling PUPA are fixed.
122 * Use -mrtd and -mregparm=3 to reduce the generated code sizes. This
123   means that any missing prototypes could be fatal. Also, you must take
124   care when writing assembly code. See the comments at the beginning of
125   startup.S, for more details.
127 * New utility, ``pupa-setup''. This sets up PUPA to make it bootable
128   from a real disk.
130 * New commands, "prefix", "insmod", "rmmod" and "lsmod" are added into
131   the rescue mode to manipulate PUPA modules.
133 * Linux support is added. Initrd is not support yet.
135 * Reduce the size of a core image significantly by compressing a large
136   part of the core image and decompressing itself at boot time. The
137   currently used algorithm is LZO (more precisely, LZO1X-999). So you
138   have to install LZO to build PUPA. See
139   <http://www.oberhumer.com/opensource/lzo/>, for more information.
142 New in 0.6 - 2002-12-27, Yoshinori K. Okuji:
144 * The chainloader and the FAT filesystem are modularized.
146 * The structure of the source tree is a bit changed.
148 * Support for building loadable modules is added.
150 * Some generic parts of pupa-mkimage are segregated.
152 * Some documentation files are added, according to the GNU Coding
153   Standards.