Imported Upstream version 3.6
[debian/elilo] / ChangeLog
index 07aba8ed71973e9f0ce80d3bc25889df10c9610a..d2cbe27a8012fc359b483683292aa0b7178fcf0d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,38 @@
+2006-01-09 Brett Johnson <brett@hp.com>
+       * Released 3.6
+2005-12-22 Alex Williamson <alex.williamson@hp.com>
+       * Fixed vmcode_name initialization in textmenu chooser
+2005-12-01 Alex Williamson <alex.williamson@hp.com>
+       * Applied patch from Fred Yang <fred.yang@intel.com> to support the
+         vmm= boot option.  This option specifies the kernel image for a
+         virtual machine monitor (aka hypervisor).  The vmm= and image=
+         options are used together to load both the hypervisor kernel and
+         the guest domain kernel into memory.  If a vmm= option is not
+         specified, elilo defaults to the old behavior of loading and booting
+         to the image= kernel.
+       * Added support for compressed image= files when used with the vmm=
+         option.  If the image= file is detected to be gzip compressed, the
+         image will be uncompressed into memory before it is provided to the
+         hypervisor.  Any combination of compressed and uncompressed images
+         can be used for the image and vmm options.
+2005-09-15 Brett Johnson <brett@hp.com>
+       * Applied patch from Tristan Gingold to add dcache flush and sync with
+         icache to gzip and plain loaders.  This ommision was just noticed now
+         due to the much larger caches in Montecito, and the smaller size of
+         Xen (as compared to the linux kernel).
+2004-09-27 Brett Johnson <brett@hp.com>
+       * Increase the hardcoded size of the texmenu chooser menu from 16 to 64
+2004-09-23 Brett Johnson <brett@hp.com>
+       * Fix for 924147.  Thanks to Stephanie Schaaf <sas@sgi.com> for a patch
+         that the fix is based on.
+2004-02-19 Brett Johnson <brett@hp.com>
+       * Fixed bug where default image initrd would carry over to another
+         image that was selected interactively (iff the newly selected image
+         did not have an initrd).
+       * Added support for subnet-specific config files in netfs.
+2004-02-17 Brett Johnson <brett@hp.com>
+       * integrated ia32 compressed kernel support from Matt Tolentino
+         <matthew.e.tolentino@intel.com>
 2003-08-20 Stephane Eranian <eranian@hpl.hp.com>
        * released 3.4
 2003-08-19 Stephane Eranian <eranian@hpl.hp.com>
        * released version 3.2
        * cleanup some GNU extension in fs/ext2fs.c (variable size array)
        * updated all documentation. Added netbooting.txt, simple_chooser.txt,
-          eliloalt.txt, elilovar.txt
+         eliloalt.txt, elilovar.txt
 2002-02-21 Stephane Eranian <eranian@hpl.hp.com>
        * added a Linux utility program (elilovar in tools) to set/read/delete 
          the EliloAlt EFI variable used to specify an alternate kernel to boot.