NEWS 6.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267
  1. New in 1.98 - 2010-03-06:
  2. * Multiboot on EFI support.
  3. * Graphical menu support.
  4. * MIPS support.
  5. * Saved default menu entry support, with new utilities `grub-reboot' and
  6. `grub-set-default'.
  7. * Unit testing framework.
  8. * Support for multiple terminals.
  9. * Encrypted password support, with a new utility `grub-mkpasswd-pbkdf2'.
  10. * `grub-mkfloppy' removed; use `grub-mkrescue' to create floppy images.
  11. * Add grub-probe support for GNU/Hurd.
  12. * Add support for gettext.
  13. New in 1.97:
  14. * Add support for loading XNU (MacOS X kernel).
  15. * ACPI override support.
  16. * Integrated gptsync.
  17. * Password protection support.
  18. * Partition manipulation tool.
  19. * Add `keystatus' command.
  20. * Unicode fonts are now used by default.
  21. * Add `hdparm' command.
  22. * Add support for getting the current date and time from CMOS as variables.
  23. * Add `drivemap' command.
  24. * Add support for RAID levels 4,6 and 10.
  25. * update-grub is replaced by grub-mkconfig.
  26. * When booting from PXE, PXE can be used to load files.
  27. * High resolution timer support.
  28. * Image loaders now support IO buffering.
  29. * Add `crc' command.
  30. * Add Cygwin support.
  31. * Add x86_64 EFI support.
  32. * Use LZMA compression instead of LZO.
  33. * Support for saving the environment from and loading the environment
  34. from a file.
  35. * Allow the UUID to be used as device name.
  36. * The `search' command can use UUIDs now.
  37. * Add support for IEEE 1275 on i386.
  38. * Create partmap.lst and use it to automatically load partition map
  39. modules.
  40. * grub-mkconfig supports os-prober to add operating systems to the
  41. boot menu.
  42. * The ATA driver supports devices bigger than 2 TiB.
  43. * Add support for the UDF, AFS and EXT4 filesystems.
  44. * The ISO9660 filesystem supports the Joliet extension
  45. * Add support for loading kernels of FreeBSD, NetBSD and OpenBSD.
  46. * Add new command `sleep'.
  47. * Support for direct access to AT keyboards.
  48. * New utility `grub-fstest'.
  49. New in 1.96 - 2008-02-03:
  50. * The license term is changed to GNU General Public License Version 3.
  51. * grub-emu is made optional. Now you have to use
  52. `--enable-grub-emu' to enable it.
  53. * Add Multiboot2 support.
  54. * grub-emu can access the host filesystem now.
  55. * Add support for the NTFS, cpio/tar and Reiserfs filesystems.
  56. * Add support for ATA/ATAPI.
  57. * Add update-grub script to generate grub.cfg.
  58. * Add grub-mkrescue script to generate floppy or ElTorito images
  59. (i386-pc only).
  60. * Add support for background images in gfxterm (background_image command).
  61. * Add support for detection of 64-bit support in CPU (cpuid command).
  62. * GPT is now enabled in i386-pc target.
  63. * Add grub-install for EFI.
  64. * Ported to the following new platforms: Efika, coreboot (a.k.a. LinuxBIOS),
  65. OLPC XO.
  66. * Add support for colored menu (menu_color_normal and menu_color_highlight
  67. variables).
  68. * Fix support for loading Linux zImages (such as memtest86).
  69. New in 1.95 - 2006-10-15:
  70. * Number partitions from 1 instead of 0. For instance, the first
  71. partition of "hd0" is now "hd0,1" but not "hd0,0".
  72. * grub-probefs is renamed to grub-probe, and supports printing a
  73. guessed OS device name and a GRUB drive name.
  74. * RAID and LVM support is added.
  75. * New command, echo.
  76. * The disk API is changed to support 64-bit addressing.
  77. * A TGA loader is added for the video API.
  78. New in 1.94 - 2006-06-04:
  79. * Fix several serious bugs in HFS+.
  80. * Add experimental EFI support. Chainloading and Linux loading are
  81. supported at the moment.
  82. * Add a new command "blocklist" to show a block list.
  83. * Use --with-platform to specify a boot environment. For now, efi,
  84. ieee1275 and pc are supported.
  85. * Use the filename "kernel.elf" instead of "grubof" on ieee1275.
  86. * Install GRUB into pkglibdir instead of pkgdatadir.
  87. * Support environmental variables. You can export variables by the
  88. command "export".
  89. * Remove the commands "default" and "timeout". They are now variables.
  90. * Add the commands "source" and "." to include a file.
  91. * Implement experimental Video API and a new terminal "gfxterm" based
  92. on the Video API.
  93. New in 1.93 - 2006-03-10:
  94. * Add support for the HFS+ wrapper.
  95. * Major improvements to scripting support.
  96. * Menu entries are now scriptable.
  97. New in 1.92 - 2005-12-25:
  98. * Add support for GPT partition table format.
  99. * Add a new command "play" to play an audio file on PC.
  100. * Add support for Linux/ADFS partition table format.
  101. * Add support for BASH-like scripting.
  102. * Add support for Apple HFS+ filesystems.
  103. New in 1.91 - 2005-10-15:
  104. * Add support for LZO version 2.
  105. * Support completion in the entry editor.
  106. * Add VBE support.
  107. * New commands, "search", "vbetest" and "vbeinfo".
  108. * The option BOOT_IMAGE is passed to Linux.
  109. * Add support for automatic decompression for gzip.
  110. * Add support for terminfo and serial.
  111. * Add support for x86_64.
  112. * GRUB itself is a Multiboot-compliant kernel.
  113. * Add new filesystems: XFS, SFS, and AFFS.
  114. New in 1.90 - 2005-08-07:
  115. * Rename the project name PUPA to GRUB. Now this version is the
  116. developmental version of GRUB officially.
  117. * The GRUB emulator ``grub-emu'' is added.
  118. * Add support for newworld Mac. This should work with other
  119. PowerPC-based machines as well, if they use IEEE 1275
  120. (Open Firmware).
  121. * Too many changes to describe. Look at ChangeLog for more details.
  122. New in 0.7:
  123. * Problems in cross-compiling PUPA are fixed.
  124. * Use -mrtd and -mregparm=3 to reduce the generated code sizes. This
  125. means that any missing prototypes could be fatal. Also, you must take
  126. care when writing assembly code. See the comments at the beginning of
  127. startup.S, for more details.
  128. * New utility, ``pupa-setup''. This sets up PUPA to make it bootable
  129. from a real disk.
  130. * New commands, "prefix", "insmod", "rmmod" and "lsmod" are added into
  131. the rescue mode to manipulate PUPA modules.
  132. * Linux support is added. Initrd is not support yet.
  133. * Reduce the size of a core image significantly by compressing a large
  134. part of the core image and decompressing itself at boot time. The
  135. currently used algorithm is LZO (more precisely, LZO1X-999). So you
  136. have to install LZO to build PUPA. See
  137. <http://www.oberhumer.com/opensource/lzo/>, for more information.
  138. New in 0.6 - 2002-12-27, Yoshinori K. Okuji:
  139. * The chainloader and the FAT filesystem are modularized.
  140. * The structure of the source tree is a bit changed.
  141. * Support for building loadable modules is added.
  142. * Some generic parts of pupa-mkimage are segregated.
  143. * Some documentation files are added, according to the GNU Coding
  144. Standards.