update history.txt

git-svn-id: https://svn.code.sf.net/p/freedos/svn/kernel/trunk@1638 6ac86273-5f31-0410-b378-82cca8765d1b
This commit is contained in:
Kenneth J Davis 2011-06-27 01:32:25 +00:00
parent b77e746748
commit 29c709b3e1

View File

@ -10,10 +10,22 @@ http://freedos.svn.sf.net/viewvc/freedos?view=rev&sortby=rev&revision=NUMBER
Changelog items can list SVN revision rNUMBER and bugzilla bug NUMBER.
2011 Apr xx - Build 2040
2011 Jul XX - Build 2041
-------- Jeremy Davis, Bart Oldeman
+ Changes Jeremy
* r1637 fix out of range byte in country.asm
+ Changes Bart
* r?
2011 Jun 21 - Build 2040
-------- Jeremy Davis, Bart Oldeman
+ Changes Jeremy
* r1635 from Christian Masloch, correction for memdisk check
* r1634 optional CONFIG.SYS options via memdisk
* r1633 force DPT to 512 byte sectors
* r1501 sys/sys.c: correct return value from NULL to FALSE -
fix compile with OW1.9
* r1500 docs/sys.txt, sys/sys.c:
@ -21,6 +33,10 @@ Changelog items can list SVN revision rNUMBER and bugzilla bug NUMBER.
sector is given (sys X: bootfile.bin)
+ Changes Bart
* r1632 make free cluster search circular
* r1631 do not use FSINFO if not valid
* r1609 truncating 0 byte file should not fail
* r1591 fix SF bug 3090610 - 386 register save/restore
* r1569 kernel/{config.c,kernel.asm,init-mod.h,globals.h}:
Allocate bigger chunk of memory for INSTALL for __WATCOMC__
because the memory layout is different from other compilers.