summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhpa <hpa>2005-01-10 02:42:39 +0000
committerhpa <hpa>2005-01-10 02:42:39 +0000
commit8e1e02217fdefffc00be9d444d94f0f2c8ebdc6e (patch)
tree323b7a4ca025692dc6f5a0218ad353c8ee0ee3f7
parent50b8074fc9dc52dbb1af75d713a296ee4f599eaf (diff)
downloadsyslinux-8e1e02217fdefffc00be9d444d94f0f2c8ebdc6e.tar.gz
Fix ramdisk len
-rw-r--r--NEWS3
-rw-r--r--version2
2 files changed, 4 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 191a6774..c0c820d6 100644
--- a/NEWS
+++ b/NEWS
@@ -2,6 +2,9 @@ Starting with 1.47, changes marked with SYSLINUX/PXELINUX/ISOLINUX
apply to that specific program only; other changes apply to all of
them.
+Changes in 3.06:
+ * Fix typo that caused the ramdisk to load in the wrong place.
+
Changes in 3.05:
* New API function "shuffle and boot"; allows COM32 modules to
load or construct (almost) arbitrarily complex objects,
diff --git a/version b/version
index e5dba2ed..1a5b4037 100644
--- a/version
+++ b/version
@@ -1 +1 @@
-3.05
+3.06