Rename the new version 3.50 instead of 3.40; too many new things.
authorH. Peter Anvin <hpa@zytor.com>
Tue, 20 Mar 2007 15:21:22 +0000 (08:21 -0700)
committerH. Peter Anvin <hpa@zytor.com>
Tue, 20 Mar 2007 15:21:22 +0000 (08:21 -0700)
NEWS
comboot.doc
version

diff --git a/NEWS b/NEWS
index 3959136..d56993e 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -2,7 +2,7 @@ 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.40:
+Changes in 3.50:
        * New keywords allow the type of file to be specified in the
          configuration file.
        * It is now supported to load a different configuration file
index 6fe446e..66b8bf2 100644 (file)
@@ -548,7 +548,7 @@ AX=0011h [3.05] Maximum number of shuffle descriptors
        Typical values are 682 and 1365.
 
 
-AX=0012h [3.40] Cleanup, shuffle and boot
+AX=0012h [3.50] Cleanup, shuffle and boot
        Input:  AX      0012h
                DX      derivative-specific flags (see function 000Ch)
                ES:DI   shuffle descriptor list (must be in low memory)
@@ -576,7 +576,7 @@ AX=0012h [3.40] Cleanup, shuffle and boot
 
        The copies are overlap-safe, like memmove().
 
-       Starting in version 3.40, if the source address is -1
+       Starting in version 3.50, if the source address is -1
        (FFFFFFFFh) then the block specified by the destination
        address and the length is set to all zero.
 
@@ -589,7 +589,7 @@ AX=0012h [3.40] Cleanup, shuffle and boot
        (except DS, ESI and EDX) and the stack will be set up as they
        were set up by the PXE ROM.
 
-       This interface was probably broken before version 3.40.
+       This interface was probably broken before version 3.50.
 
 
 AX=0013h [3.08] Idle loop call
@@ -648,7 +648,7 @@ AX=0016h [3.10] Run kernel image
                DS:SI   Filename of kernel image (zero-terminated string)
                ES:BX   Command line (zero-terminated string)
                ECX     IPAPPEND flags [PXELINUX]
-               EDX     Type of file (since 3.40)
+               EDX     Type of file (since 3.50)
        Output: Does not return if successful; returns with CF=1 if
                the kernel image is not found.
 
@@ -743,7 +743,7 @@ AX=0018h [3.30]     Query custom font
        been loaded, AL contains zero.
 
 
-AX=0019h [3.40] Read disk [SYSLINUX, ISOLINUX, EXTLINUX]
+AX=0019h [3.50] Read disk [SYSLINUX, ISOLINUX, EXTLINUX]
        Input:  AX      0019h
                EDX     Sector number
                ESI     Reserved - MUST BE ZERO
@@ -763,7 +763,7 @@ AX=0019h [3.40] Read disk [SYSLINUX, ISOLINUX, EXTLINUX]
        disk error.
 
 
-AX=001Ah [3.40] Cleanup, shuffle and boot to flat protected mode
+AX=001Ah [3.50] Cleanup, shuffle and boot to flat protected mode
        Input:  AX      001Ah
                DX      derivative-specific flags (see function 000Ch)
                ES:DI   shuffle descriptor list (must be in low memory)
@@ -800,7 +800,7 @@ AX=001Ah [3.40] Cleanup, shuffle and boot to flat protected mode
        invoked code to set new descriptor tables to its liking.
 
 
-AX=001Bh [3.40] Cleanup, shuffle and boot to real mode
+AX=001Bh [3.50] Cleanup, shuffle and boot to real mode
        Input:  AX      001Ah
                DX      derivative-specific flags (see function 000Ch)
                ES:DI   shuffle descriptor list (must be in low memory)
diff --git a/version b/version
index a2b1f51..df0b4a7 100644 (file)
--- a/version
+++ b/version
@@ -1 +1 @@
-3.40
+3.50