2006-03-10 22:27:24 +00:00
|
|
|
New in 1.93 - 2006-03-10:
|
|
|
|
|
|
|
|
* Add support for the HFS+ wrapper.
|
|
|
|
|
|
|
|
* Major improvements to scripting support.
|
|
|
|
|
|
|
|
* Menu entries are now scriptable.
|
|
|
|
|
2006-04-02 08:53:31 +00:00
|
|
|
|
2005-12-25 14:45:14 +00:00
|
|
|
New in 1.92 - 2005-12-25:
|
|
|
|
|
|
|
|
* Add support for GPT partition table format.
|
|
|
|
|
|
|
|
* Add a new command "play" to play an audio file on PC.
|
|
|
|
|
|
|
|
* Add support for Linux/ADFS partition table format.
|
|
|
|
|
|
|
|
* Add support for BASH-like scripting.
|
|
|
|
|
2005-12-25 15:59:50 +00:00
|
|
|
* Add support for Apple HFS+ filesystems.
|
2005-12-25 14:45:14 +00:00
|
|
|
|
2005-12-25 16:01:29 +00:00
|
|
|
|
2005-10-15 18:10:37 +00:00
|
|
|
New in 1.91 - 2005-10-15:
|
2005-08-08 23:15:21 +00:00
|
|
|
|
|
|
|
* Add support for LZO version 2.
|
|
|
|
|
2005-08-18 03:14:39 +00:00
|
|
|
* Support completion in the entry editor.
|
|
|
|
|
|
|
|
* Add VBE support.
|
|
|
|
|
2005-08-20 07:49:02 +00:00
|
|
|
* New commands, "search", "vbetest" and "vbeinfo".
|
|
|
|
|
2005-08-20 08:25:51 +00:00
|
|
|
* The option BOOT_IMAGE is passed to Linux.
|
|
|
|
|
2005-08-22 17:28:59 +00:00
|
|
|
* Add support for automatic decompression for gzip.
|
|
|
|
|
2005-09-03 16:55:38 +00:00
|
|
|
* Add support for terminfo and serial.
|
|
|
|
|
2005-10-15 12:22:37 +00:00
|
|
|
* Add support for x86_64.
|
|
|
|
|
|
|
|
* GRUB itself is a Multiboot-compliant kernel.
|
|
|
|
|
|
|
|
* Add new filesystems: XFS, SFS, and AFFS.
|
|
|
|
|
2005-08-18 03:14:39 +00:00
|
|
|
|
2005-08-08 23:15:21 +00:00
|
|
|
New in 1.90 - 2005-08-07:
|
2004-04-04 13:46:03 +00:00
|
|
|
|
|
|
|
* Rename the project name PUPA to GRUB. Now this version is the
|
|
|
|
developmental version of GRUB officially.
|
|
|
|
|
|
|
|
* The GRUB emulator ``grub-emu'' is added.
|
|
|
|
|
|
|
|
* Add support for newworld Mac. This should work with other
|
|
|
|
PowerPC-based machines as well, if they use IEEE 1275
|
|
|
|
(Open Firmware).
|
|
|
|
|
2005-08-07 14:59:56 +00:00
|
|
|
* Too many changes to describe. Look at ChangeLog for more details.
|
|
|
|
|
2004-04-04 13:46:03 +00:00
|
|
|
|
2002-12-27 14:14:06 +00:00
|
|
|
New in 0.7:
|
|
|
|
|
|
|
|
* Problems in cross-compiling PUPA are fixed.
|
|
|
|
|
2002-12-28 07:16:30 +00:00
|
|
|
* Use -mrtd and -mregparm=3 to reduce the generated code sizes. This
|
|
|
|
means that any missing prototypes could be fatal. Also, you must take
|
|
|
|
care when writing assembly code. See the comments at the beginning of
|
|
|
|
startup.S, for more details.
|
|
|
|
|
2003-01-02 23:46:21 +00:00
|
|
|
* New utility, ``pupa-setup''. This sets up PUPA to make it bootable
|
|
|
|
from a real disk.
|
|
|
|
|
2003-01-06 00:01:35 +00:00
|
|
|
* New commands, "prefix", "insmod", "rmmod" and "lsmod" are added into
|
|
|
|
the rescue mode to manipulate PUPA modules.
|
|
|
|
|
2003-01-17 02:52:05 +00:00
|
|
|
* Linux support is added. Initrd is not support yet.
|
|
|
|
|
2003-01-31 03:26:56 +00:00
|
|
|
* Reduce the size of a core image significantly by compressing a large
|
|
|
|
part of the core image and decompressing itself at boot time. The
|
|
|
|
currently used algorithm is LZO (more precisely, LZO1X-999). So you
|
|
|
|
have to install LZO to build PUPA. See
|
|
|
|
<http://www.oberhumer.com/opensource/lzo/>, for more information.
|
|
|
|
|
2003-01-06 00:01:35 +00:00
|
|
|
|
2002-12-27 08:53:07 +00:00
|
|
|
New in 0.6 - 2002-12-27, Yoshinori K. Okuji:
|
|
|
|
|
|
|
|
* The chainloader and the FAT filesystem are modularized.
|
|
|
|
|
|
|
|
* The structure of the source tree is a bit changed.
|
|
|
|
|
|
|
|
* Support for building loadable modules is added.
|
|
|
|
|
|
|
|
* Some generic parts of pupa-mkimage are segregated.
|
|
|
|
|
|
|
|
* Some documentation files are added, according to the GNU Coding
|
|
|
|
Standards.
|