mirror of https://github.com/FDOS/kernel.git
Bump up version number; update changelog.
git-svn-id: https://svn.code.sf.net/p/freedos/svn/kernel/trunk@710 6ac86273-5f31-0410-b378-82cca8765d1b
This commit is contained in:
parent
bdc5569995
commit
20299d3642
|
@ -1,7 +1,7 @@
|
|||
Begin3
|
||||
Title: The FreeDOS Kernel
|
||||
Version: 2.0.32
|
||||
Entered-date: 21 Sep 2003
|
||||
Version: 2.0.32a
|
||||
Entered-date: 24 Sep 2003
|
||||
Description: The FreeDOS Kernel.
|
||||
Keywords: kernel freedos dos msdos
|
||||
Author: (developers)
|
||||
|
|
|
@ -1,3 +1,16 @@
|
|||
2003 Sep 24 - Build 2032a
|
||||
-------- Bart Oldeman (bart@dosemu.org)
|
||||
+ Changes Bart
|
||||
* fix segment problems with ctrl-c and character uppercase
|
||||
handlers
|
||||
* fix critical error callers to set the critical error code
|
||||
immediately before calling the handler (in case they call
|
||||
DOS-59); don't set the critical error in inthndlr.c if
|
||||
something else already did. Return with an errorcode if
|
||||
"truename" and "read"/"write" encountered a critical error.
|
||||
* sys.c: add /k kernname.sys option to and straighten out SYS option
|
||||
processing; remove the metakern magic.
|
||||
* config.c: ignore the segment part for multi-part device drivers
|
||||
2003 Sep 21 - Build 2032
|
||||
-------- Bart Oldeman (bart@dosemu.org)
|
||||
+ Changes Rune Espeseth <re@icd.no> (modified by Bart)
|
||||
|
|
|
@ -49,6 +49,6 @@ static BYTE *date_hRcsId =
|
|||
#define REVISION_MINOR 1
|
||||
#define REVISION_SEQ 32
|
||||
#define BUILD "2032"
|
||||
#define SUB_BUILD ""
|
||||
#define KERNEL_VERSION_STRING "1.1.32" /*#REVISION_MAJOR "." #REVISION_MINOR "." #REVISION_SEQ */
|
||||
#define KERNEL_BUILD_STRING "2032" /*#BUILD SUB_BUILD */
|
||||
#define SUB_BUILD "a"
|
||||
#define KERNEL_VERSION_STRING "1.1.32a" /*#REVISION_MAJOR "." #REVISION_MINOR "." #REVISION_SEQ */
|
||||
#define KERNEL_BUILD_STRING "2032a" /*#BUILD SUB_BUILD */
|
||||
|
|
Loading…
Reference in New Issue