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