summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@linux.intel.com>2010-07-02 16:48:24 -0700
committerH. Peter Anvin <hpa@linux.intel.com>2010-07-02 16:48:24 -0700
commitdc07c5b57f44c8680d46b1615c69d5827b38d200 (patch)
tree8fa1881e126f2a040fb54cd571723f156147a6de
parentd44d4b5df1e8496f0bb6a343ddba41c258e01cda (diff)
downloadsyslinux-dc07c5b57f44c8680d46b1615c69d5827b38d200.tar.gz
NEWS, version: now working on version 4.02
Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
-rw-r--r--NEWS10
-rw-r--r--version2
2 files changed, 11 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index e6937e03..39978b4e 100644
--- a/NEWS
+++ b/NEWS
@@ -2,6 +2,16 @@ 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.02:
+ * SYSLINUX: correctly handle the case where the -d option is
+ specified with a non-absolute path, i.e. "syslinux -d
+ syslinux" instead of "syslinux -d /syslinux".
+ * ISOLINUX: recognize the directory names /boot/syslinux and
+ /syslinux, and the filename syslinux.cfg in addition to the
+ isolinux-specific names. Thus, "syslinux.cfg" is now a
+ generic name, whereas "isolinux.cfg" or "extlinux.conf" is
+ specific to different derivative.
+
Changes in 4.01:
* ISOLINUX: fix initialization on systems which don't zero
low memory.
diff --git a/version b/version
index 191e13bc..0e60f145 100644
--- a/version
+++ b/version
@@ -1 +1 @@
-4.01 2010
+4.02 2010