summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2011-04-04 16:31:55 -0700
committerH. Peter Anvin <hpa@zytor.com>2011-04-04 16:31:55 -0700
commitce8bce014e4ec3dd4d1a1cb9e64c83d096d95127 (patch)
tree1d0a1ad910489db4ae4fc3c108848da372a11db1
parenta60c3c9539fed5b37a31d69297c6e5d12aae5e22 (diff)
downloadsyslinux-ce8bce014e4ec3dd4d1a1cb9e64c83d096d95127.tar.gz
NEWS: iso9660 also had issues with ../ paths.syslinux-4.04-pre20
Signed-off-by: H. Peter Anvin <hpa@zytor.com>
-rw-r--r--NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index ca482813..5d9b5206 100644
--- a/NEWS
+++ b/NEWS
@@ -48,7 +48,7 @@ Changes in 4.04:
* Include a set of diagnostics by Gene Cumm.
* Fixes for gcc 4.6 and binutils 2.21.51.
* chain.c32: Allow "uuid" as a synonym to "guid".
- * Handle directory names starting with .. for vfat.
+ * Handle directory names starting with .. for vfat and iso9660.
Changes in 4.03:
* Don't hang if no configuration file is found.