From c468cb5112df511fab87f0717885ed8ec34716a1 Mon Sep 17 00:00:00 2001 From: Bart Oldeman Date: Sun, 19 Aug 2001 13:42:25 +0000 Subject: [PATCH] Updated documentation git-svn-id: https://svn.code.sf.net/p/freedos/svn/kernel/trunk@279 6ac86273-5f31-0410-b378-82cca8765d1b --- docs/history.txt | 13 +++++++++++++ hdr/version.h | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/docs/history.txt b/docs/history.txt index eeb01d2..d70f4c0 100644 --- a/docs/history.txt +++ b/docs/history.txt @@ -1,3 +1,16 @@ +2001 Aug 19 - Build 2024/g +-------- Bart Oldeman (bart.oldeman@bristol.ac.uk) ++ fixes Bart + * set file time fixes + * clock fixes + * findfirst/next fixes + * added a bit more int2f/ax=12xx functionality + * buffers trick to fool MFT so that it does not crash + * Ctrl-S (pause) and Ctrl-P (printer echo) now work. + Ctrl-Q is ignored by DOS. + * FCB "closing twice is legal" fix. Necessary for visicalc. ++ fixes Bart + Tom + * fixed shsucdx /u unloading problem 2001 Jul 28 - Build 2024/f -------- Bart Oldeman (bart.oldeman@bristol.ac.uk) + fixes Bart diff --git a/hdr/version.h b/hdr/version.h index 8ce45de..8e5a8a1 100644 --- a/hdr/version.h +++ b/hdr/version.h @@ -44,4 +44,4 @@ static BYTE *date_hRcsId = "$Id$"; #define REVISION_MINOR 1 #define REVISION_SEQ 24 #define BUILD 2024 -#define SUB_BUILD "f" +#define SUB_BUILD "g"