]> git.proxmox.com Git - grub2.git/blame - NEWS
2006-04-22 Yoshinori K. Okuji <okuji@enbug.org>
[grub2.git] / NEWS
CommitLineData
5f97350b 1New in 1.93 - 2006-03-10:
2
3* Add support for the HFS+ wrapper.
4
5* Major improvements to scripting support.
6
7* Menu entries are now scriptable.
8
c9a86192 9
3bbfa267 10New in 1.92 - 2005-12-25:
11
12* Add support for GPT partition table format.
13
14* Add a new command "play" to play an audio file on PC.
15
16* Add support for Linux/ADFS partition table format.
17
18* Add support for BASH-like scripting.
19
50214199 20* Add support for Apple HFS+ filesystems.
3bbfa267 21
b5179ea0 22
4801580b 23New in 1.91 - 2005-10-15:
4ac9bd04 24
25* Add support for LZO version 2.
26
992ffbbe 27* Support completion in the entry editor.
28
29* Add VBE support.
30
6a85ce79 31* New commands, "search", "vbetest" and "vbeinfo".
32
16ccb8b1 33* The option BOOT_IMAGE is passed to Linux.
34
d9864ee1 35* Add support for automatic decompression for gzip.
36
5d7396f5 37* Add support for terminfo and serial.
38
5c177389 39* Add support for x86_64.
40
41* GRUB itself is a Multiboot-compliant kernel.
42
43* Add new filesystems: XFS, SFS, and AFFS.
44
992ffbbe 45
4ac9bd04 46New in 1.90 - 2005-08-07:
4b13b216 47
48* Rename the project name PUPA to GRUB. Now this version is the
49 developmental version of GRUB officially.
50
51* The GRUB emulator ``grub-emu'' is added.
52
53* Add support for newworld Mac. This should work with other
54 PowerPC-based machines as well, if they use IEEE 1275
55 (Open Firmware).
56
0e143073 57* Too many changes to describe. Look at ChangeLog for more details.
58
4b13b216 59
9962ed99 60New in 0.7:
61
62* Problems in cross-compiling PUPA are fixed.
63
62ddcc8f 64* Use -mrtd and -mregparm=3 to reduce the generated code sizes. This
65 means that any missing prototypes could be fatal. Also, you must take
66 care when writing assembly code. See the comments at the beginning of
67 startup.S, for more details.
68
012d7999 69* New utility, ``pupa-setup''. This sets up PUPA to make it bootable
70 from a real disk.
71
a5ffe966 72* New commands, "prefix", "insmod", "rmmod" and "lsmod" are added into
73 the rescue mode to manipulate PUPA modules.
74
c04da074 75* Linux support is added. Initrd is not support yet.
76
1f5ab428 77* Reduce the size of a core image significantly by compressing a large
78 part of the core image and decompressing itself at boot time. The
79 currently used algorithm is LZO (more precisely, LZO1X-999). So you
80 have to install LZO to build PUPA. See
81 <http://www.oberhumer.com/opensource/lzo/>, for more information.
82
a5ffe966 83
6a161fa9 84New in 0.6 - 2002-12-27, Yoshinori K. Okuji:
85
86* The chainloader and the FAT filesystem are modularized.
87
88* The structure of the source tree is a bit changed.
89
90* Support for building loadable modules is added.
91
92* Some generic parts of pupa-mkimage are segregated.
93
94* Some documentation files are added, according to the GNU Coding
95 Standards.