version: bump version and date
[profile/ivi/syslinux.git] / NEWS
diff --git a/NEWS b/NEWS
index 225ad72..c8022c6 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -2,6 +2,28 @@ Starting with 1.47, changes marked with SYSLINUX, PXELINUX, ISOLINUX
 or EXTLINUX apply to that specific program only; other changes apply
 to all derivatives.
 
+Changes in 4.06:
+       * Support for NTFS, by Paulo Alcantara.
+       * EXTLINUX: more robust device detection, allow user to override.
+       * kontron_wdt.c32: Add a new module to enable the hardware
+         watchdog of some Kontron boards. It allows enabling the watchdog
+         and then booting a given image.
+       * HDT updated, and now can display images regarding some detection
+         steps. Add postexec command to run a particular entry after
+         HDT's execution, add silent option and various fixes.
+       * ifcpu.c32: Detect hypervisor presence.
+       * lua.c32: Add dhcp support and support for native Syslinux
+         functions syslinux_config(), syslinux_ipappend_strings() and
+         syslinux_reboot().
+       * isohybrid: Workaround for various EFI systems.
+       * pxechn.c32, a PXE NBP chainloader.  More versatile alternative
+         to pxechain.com and resolves the PXELINUX -> WDS issue with
+         Microsoft Windows Server 2008R2 (Gene Cumm).
+       * btrfs: Fix booting off of a subvolume.
+       * com32: Add device tree support.
+       * SYSLINUX: Fix relative paths for VFAT. The CONFIG and APPEND
+         directives now support entirely relative paths.
+
 Changes in 4.05:
        * HDT updated, and now supports uploading data to a TFTP
          server.
@@ -10,7 +32,11 @@ Changes in 4.05:
          totally broken since 4.00 at least.  Use MEMDISK instead.
        * chain.c32: Support chaining ReactOS' FreeLdr (Shao Miller)
        * isohybrid: -m option to add support for Mac EFI booting.
-        * ifmemdsk.c32: Choose boot option based on presence of MEMDISK
+        * ifmemdsk.c32: Choose boot option based on presence of
+         MEMDISK.
+       * Remove bogus distributed mk-lba-img binary.
+       * The Syslinux project has a new, cool logo by Abi
+         "ixxvil" Rasheed (doc/logo/*).
 
 Changes in 4.04:
        * PXELINUX: Fix handling of unqualified DNS names.