aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatt Fleming <matt.fleming@intel.com>2013-07-25 10:28:59 +0100
committerMatt Fleming <matt.fleming@intel.com>2013-07-25 10:28:59 +0100
commit61f106ba8a5b2a7c2d9855291fd9e7f4a4d3143d (patch)
tree9280c3438afe861c2e8fc00e57c7e14231f2b61a
parenta08be00983bcac88ab26db32ec280ce5ce190cdf (diff)
downloadsyslinux-61f106ba8a5b2a7c2d9855291fd9e7f4a4d3143d.tar.gz
syslinux-61f106ba8a5b2a7c2d9855291fd9e7f4a4d3143d.tar.xz
syslinux-61f106ba8a5b2a7c2d9855291fd9e7f4a4d3143d.zip
NEWS: document changes in 4.07syslinux-4.07
Signed-off-by: Matt Fleming <matt.fleming@intel.com>
-rw-r--r--NEWS8
1 files changed, 8 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index c8022c69..7f696fd6 100644
--- a/NEWS
+++ b/NEWS
@@ -2,6 +2,14 @@ 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.07:
+ * EXTLINUX: fix crash caused by dereferencing garbage pointer.
+ * Plug memory leak in searchdir which eventually leads to an
+ observable hang (Shao Miller).
+ * ISOLINUX: fix bug triggered by isohybrid images larger than
+ 32K which results in an invalid image checksum error.
+ * menugen: make it Py3k compatible (Paulo Alcantara).
+
Changes in 4.06:
* Support for NTFS, by Paulo Alcantara.
* EXTLINUX: more robust device detection, allow user to override.