]> git.proxmox.com Git - grub2.git/blob - NEWS
2005-08-22 Yoshinori K. Okuji <okuji@enbug.org>
[grub2.git] / NEWS
1 New in 1.91:
2
3 * Add support for LZO version 2.
4
5 * Support completion in the entry editor.
6
7 * Add VBE support.
8
9 * New commands, "search", "vbetest" and "vbeinfo".
10
11 * The option BOOT_IMAGE is passed to Linux.
12
13 * Add support for automatic decompression for gzip.
14
15
16 New in 1.90 - 2005-08-07:
17
18 * Rename the project name PUPA to GRUB. Now this version is the
19 developmental version of GRUB officially.
20
21 * The GRUB emulator ``grub-emu'' is added.
22
23 * Add support for newworld Mac. This should work with other
24 PowerPC-based machines as well, if they use IEEE 1275
25 (Open Firmware).
26
27 * Too many changes to describe. Look at ChangeLog for more details.
28
29
30 New in 0.7:
31
32 * Problems in cross-compiling PUPA are fixed.
33
34 * Use -mrtd and -mregparm=3 to reduce the generated code sizes. This
35 means that any missing prototypes could be fatal. Also, you must take
36 care when writing assembly code. See the comments at the beginning of
37 startup.S, for more details.
38
39 * New utility, ``pupa-setup''. This sets up PUPA to make it bootable
40 from a real disk.
41
42 * New commands, "prefix", "insmod", "rmmod" and "lsmod" are added into
43 the rescue mode to manipulate PUPA modules.
44
45 * Linux support is added. Initrd is not support yet.
46
47 * Reduce the size of a core image significantly by compressing a large
48 part of the core image and decompressing itself at boot time. The
49 currently used algorithm is LZO (more precisely, LZO1X-999). So you
50 have to install LZO to build PUPA. See
51 <http://www.oberhumer.com/opensource/lzo/>, for more information.
52
53
54 New in 0.6 - 2002-12-27, Yoshinori K. Okuji:
55
56 * The chainloader and the FAT filesystem are modularized.
57
58 * The structure of the source tree is a bit changed.
59
60 * Support for building loadable modules is added.
61
62 * Some generic parts of pupa-mkimage are segregated.
63
64 * Some documentation files are added, according to the GNU Coding
65 Standards.