summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@linux.intel.com>2010-07-01 18:05:57 -0700
committerH. Peter Anvin <hpa@linux.intel.com>2010-07-01 18:07:38 -0700
commit2a193d1d994023b590cc30ca500af104d46440f0 (patch)
tree0a8f89cb181f01c106284c882e7ff693b811ef40 /NEWS
parent26bbd3b34e615619b03d669d68b319993d2d42fe (diff)
downloadsyslinux-2a193d1d994023b590cc30ca500af104d46440f0.tar.gz
NEWS: document memory overwrite fix
Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 6fad0103..f9b738c0 100644
--- a/NEWS
+++ b/NEWS
@@ -12,6 +12,8 @@ Changes in 4.01:
Helmut Hullen for invaluable debugging support.
* ifplop.c32: new module which detects if the PLoP Boot Loader
already has booted a CDROM or USB drive (Gert Hulselmans).
+ * Correct a severe memory overwrite bug (mainly related to the
+ menu system.)
Changes in 4.00:
* Major code base changes; all filesystem rewritten in C.