Migrate .cvsignore to svn:ignore property
[grub2/phcoder/solaris.git] / NEWS
blobf0edaada46072e7aa47147d8f3a1ff258a367d98
1 New in 1.96 - 2008-02-03:
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, cpio/tar and Reiserfs filesystems.
14 * Add support for ATA/ATAPI.
16 * Add update-grub script to generate grub.cfg.
18 * Add grub-mkrescue script to generate floppy or ElTorito images
19   (i386-pc only).
21 * Add support for background images in gfxterm (background_image command).
23 * Add support for detection of 64-bit support in CPU (cpuid command).
25 * GPT is now enabled in i386-pc target.
27 * Add grub-install for EFI.
29 * Ported to the following new platforms: Efika, coreboot (a.k.a. LinuxBIOS),
30   OLPC XO.
32 * Add support for colored menu (menu_color_normal and menu_color_highlight
33   variables).
35 * Fix support for loading Linux zImages (such as memtest86).
37 New in 1.95 - 2006-10-15:
39 * Number partitions from 1 instead of 0. For instance, the first
40   partition of "hd0" is now "hd0,1" but not "hd0,0".
42 * grub-probefs is renamed to grub-probe, and supports printing a
43   guessed OS device name and a GRUB drive name.
45 * RAID and LVM support is added.
47 * New command, echo.
49 * The disk API is changed to support 64-bit addressing.
51 * A TGA loader is added for the video API.
53 New in 1.94 - 2006-06-04:
55 * Fix several serious bugs in HFS+.
57 * Add experimental EFI support. Chainloading and Linux loading are
58   supported at the moment.
60 * Add a new command "blocklist" to show a block list.
62 * Use --with-platform to specify a boot environment. For now, efi,
63   ieee1275 and pc are supported.
65 * Use the filename "kernel.elf" instead of "grubof" on ieee1275.
67 * Install GRUB into pkglibdir instead of pkgdatadir.
69 * Support environmental variables. You can export variables by the
70   command "export".
72 * Remove the commands "default" and "timeout". They are now variables.
74 * Add the commands "source" and "." to include a file.
76 * Implement experimental Video API and a new terminal "gfxterm" based
77   on the Video API.
80 New in 1.93 - 2006-03-10:
82 * Add support for the HFS+ wrapper.
84 * Major improvements to scripting support.
86 * Menu entries are now scriptable.
89 New in 1.92 - 2005-12-25:
91 * Add support for GPT partition table format.
93 * Add a new command "play" to play an audio file on PC.
95 * Add support for Linux/ADFS partition table format.
97 * Add support for BASH-like scripting.
99 * Add support for Apple HFS+ filesystems.
102 New in 1.91 - 2005-10-15:
104 * Add support for LZO version 2.
106 * Support completion in the entry editor.
108 * Add VBE support.
110 * New commands, "search", "vbetest" and "vbeinfo".
112 * The option BOOT_IMAGE is passed to Linux.
114 * Add support for automatic decompression for gzip.
116 * Add support for terminfo and serial.
118 * Add support for x86_64.
120 * GRUB itself is a Multiboot-compliant kernel.
122 * Add new filesystems: XFS, SFS, and AFFS.
125 New in 1.90 - 2005-08-07:
127 * Rename the project name PUPA to GRUB. Now this version is the
128   developmental version of GRUB officially.
130 * The GRUB emulator ``grub-emu'' is added.
132 * Add support for newworld Mac. This should work with other
133   PowerPC-based machines as well, if they use IEEE 1275
134   (Open Firmware).
136 * Too many changes to describe. Look at ChangeLog for more details.
139 New in 0.7:
141 * Problems in cross-compiling PUPA are fixed.
143 * Use -mrtd and -mregparm=3 to reduce the generated code sizes. This
144   means that any missing prototypes could be fatal. Also, you must take
145   care when writing assembly code. See the comments at the beginning of
146   startup.S, for more details.
148 * New utility, ``pupa-setup''. This sets up PUPA to make it bootable
149   from a real disk.
151 * New commands, "prefix", "insmod", "rmmod" and "lsmod" are added into
152   the rescue mode to manipulate PUPA modules.
154 * Linux support is added. Initrd is not support yet.
156 * Reduce the size of a core image significantly by compressing a large
157   part of the core image and decompressing itself at boot time. The
158   currently used algorithm is LZO (more precisely, LZO1X-999). So you
159   have to install LZO to build PUPA. See
160   <http://www.oberhumer.com/opensource/lzo/>, for more information.
163 New in 0.6 - 2002-12-27, Yoshinori K. Okuji:
165 * The chainloader and the FAT filesystem are modularized.
167 * The structure of the source tree is a bit changed.
169 * Support for building loadable modules is added.
171 * Some generic parts of pupa-mkimage are segregated.
173 * Some documentation files are added, according to the GNU Coding
174   Standards.