diff --git a/docs/history.txt b/docs/history.txt index 43d2e6c..d4e2d2a 100644 --- a/docs/history.txt +++ b/docs/history.txt @@ -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.