summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--NEWS1
-rw-r--r--extlinux.doc5
2 files changed, 3 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index 2b029abe..03a81a88 100644
--- a/NEWS
+++ b/NEWS
@@ -10,6 +10,7 @@ Changes in 3.08:
get_key() use it.
* libutil: Add SHA-1 and base64 functions.
* Simple menu system: add password support.
+ * EXTLINUX: Sparse files now handled correctly.
Changes in 3.07:
* Fix chainloading (chain.c32).
diff --git a/extlinux.doc b/extlinux.doc
index e16cd252..0bf7487f 100644
--- a/extlinux.doc
+++ b/extlinux.doc
@@ -30,9 +30,8 @@ It works the same way as SYSLINUX, with a few slight modifications.
limited to 255 characters.
-4. EXTLINUX currently doesn't support symlinks or sparse files; it
- does, however, support hard links. This will be fixed in a future
- version.
+4. EXTLINUX currently doesn't support symlinks it does, however,
+ support hard links. This will be fixed in a future version.