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