.lsm and history.txt updates

git-svn-id: https://svn.code.sf.net/p/freedos/svn/kernel/trunk@618 6ac86273-5f31-0410-b378-82cca8765d1b
This commit is contained in:
Bart Oldeman 2003-06-18 19:18:16 +00:00
parent 51e499be53
commit 9647aa92e5
2 changed files with 6 additions and 5 deletions

View File

@ -1,7 +1,7 @@
Begin3 Begin3
Title: The FreeDOS Kernel Title: The FreeDOS Kernel
Version: 2.0.30 Version: 2.0.30
Entered-date: 19 Jun 2003 Entered-date: 18 Jun 2003
Description: The FreeDOS Kernel. Description: The FreeDOS Kernel.
Keywords: kernel freedos dos msdos Keywords: kernel freedos dos msdos
Author: (developers) Author: (developers)

View File

@ -1,4 +1,4 @@
2003 Jun xx - Build 2030 2003 Jun 18 - Build 2030
-------- Bart Oldeman (bart@dosemu.org) -------- Bart Oldeman (bart@dosemu.org)
+ Changes Tom + Changes Tom
* if user left accidentally floppy or CD in drive, * if user left accidentally floppy or CD in drive,
@ -14,7 +14,8 @@
* add EECHO (echo with $=ESC) support to the config.sys parser. * add EECHO (echo with $=ESC) support to the config.sys parser.
* distinguish between the builtin DOS version and the settable * distinguish between the builtin DOS version and the settable
DOS version. DOS version.
* console.asm now accepts extended scancodes (modified by Bart) * console.asm now accepts extended scancodes (modified by Bart, fixes
bug #1657)
* added BOOTONLY option to SYS (modified by Bart) * added BOOTONLY option to SYS (modified by Bart)
+ Changes David Bolen + Changes David Bolen
* add support for UNC-style paths (that start with "\\") * add support for UNC-style paths (that start with "\\")
@ -47,9 +48,9 @@
[cs:_DGROUP_] [cs:_DGROUP_]
* Fix problem with attributes with the volume label bit + findnext * Fix problem with attributes with the volume label bit + findnext
* SYS: avoid copying kernel.sys and command.com if the destination * SYS: avoid copying kernel.sys and command.com if the destination
is identical to the source. is identical to the source (fixes bug #1656).
* Fix bug in DeleteBlockInBufferCache: needs to make the block * Fix bug in DeleteBlockInBufferCache: needs to make the block
invalid, not flush it, if we're writing. invalid, not flush it, if we're writing (bug #1635).
* added switches=/k/n/f support to the config.sys parser. * added switches=/k/n/f support to the config.sys parser.
2003 Mar 14 - Build 2029 2003 Mar 14 - Build 2029
-------- Bart Oldeman (bart@dosemu.org) -------- Bart Oldeman (bart@dosemu.org)