aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatt Fleming <matt.fleming@intel.com>2013-01-24 17:39:33 +0000
committerMatt Fleming <matt.fleming@intel.com>2013-01-24 17:41:02 +0000
commitb3be60133a334edf1bada24e4fd39d4c724e326e (patch)
tree40856da85359f534bb78fcbfc95331ba3d357cf9
parentba93799a4524e8492a23aba639740ce904edba63 (diff)
downloadsyslinux-b3be60133a334edf1bada24e4fd39d4c724e326e.tar.gz
syslinux-b3be60133a334edf1bada24e4fd39d4c724e326e.tar.xz
syslinux-b3be60133a334edf1bada24e4fd39d4c724e326e.zip
NEWS: Add entries for 5.01
Signed-off-by: Matt Fleming <matt.fleming@intel.com>
-rw-r--r--NEWS12
1 files changed, 12 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index bc066145..c7546319 100644
--- a/NEWS
+++ b/NEWS
@@ -5,6 +5,18 @@ to all derivatives.
Changes in 5.01:
* txt/: A new AsciiDoc documentation set (work-in-progress)
(Gene Cumm).
+ * core: Fix a bug in the realloc() implementation that caused
+ machines to appear to run out of free memory.
+ * ldlinux: Fix multiple buffer overflows in cmdline parsing
+ code that resulted in files failing to run and cmdlines
+ being truncated.
+ * core: Fix debug build by tagging __bad_SEG() with __export.
+ * com32: Restrict library filenames to 8.3 format.
+ * EXTLINUX: Fix installation and subdirectory patching.
+ * ISOLINUX: Fix booting isohybrid images that are over 32K.
+ * com32: Strip modules to reduce their size.
+ * XFS: Implement directory block cache and fix
+ shortform-directory lookup (Paulo Alcantara).
Changes in 5.00:
* com32: Switched from the COM32 object format to ELF as it is