From 63589f9e09bb73977d1c855a9b1d141bb94f70a5 Mon Sep 17 00:00:00 2001 From: Peter Veenstra Date: Fri, 23 Aug 2002 12:35:24 +0000 Subject: [PATCH] preparations for 0.55 release Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@205 --- NEWS | 15 +++++++++++++++ VERSION | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index ba304e25..37cedce4 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,18 @@ +0.55: + - changed basedir handling. (linux/winXP) + - added some FCB-calls + - improved support for user mousehandlers + - fixed EGA graphics + - fixed VGA graphics + - fixed the displaying of text in some graphics modes + - fixed write with size 0 + - changed memory management. + - added full emm 3.2 support. + - fixed and cleaned up the cpu flags. + changed interrupt handler. + - speeded up the graphics. + - speeded up the cpu-core + 0.50: -added F3 to repeat the last typed command. -made it possible to change the shellmessages(dosshell). so diff --git a/VERSION b/VERSION index 2f20b8fe..575fe780 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.50 \ No newline at end of file +0.55 \ No newline at end of file