]> git.proxmox.com Git - grub2.git/blob - NEWS
2006-02-01 Yoshinori K. Okuji <okuji@enbug.org>
[grub2.git] / NEWS
1 New 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
11 * Add support for Apple HFS+ filesystems.
12
13
14 New in 1.91 - 2005-10-15:
15
16 * Add support for LZO version 2.
17
18 * Support completion in the entry editor.
19
20 * Add VBE support.
21
22 * New commands, "search", "vbetest" and "vbeinfo".
23
24 * The option BOOT_IMAGE is passed to Linux.
25
26 * Add support for automatic decompression for gzip.
27
28 * Add support for terminfo and serial.
29
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
36
37 New in 1.90 - 2005-08-07:
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
48 * Too many changes to describe. Look at ChangeLog for more details.
49
50
51 New in 0.7:
52
53 * Problems in cross-compiling PUPA are fixed.
54
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
60 * New utility, ``pupa-setup''. This sets up PUPA to make it bootable
61 from a real disk.
62
63 * New commands, "prefix", "insmod", "rmmod" and "lsmod" are added into
64 the rescue mode to manipulate PUPA modules.
65
66 * Linux support is added. Initrd is not support yet.
67
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
74
75 New 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.