diff --git a/NEWS b/NEWS index 037b0609..915d0916 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,23 @@ +0.58 + - fixed date and time issues with fcbs + - added more commands to the internal Shell + - corrected config system when a old configfile was used + - fixed cga put and get pixel + - fixed some vga register getting reset to wrong values + - improved support for foreign keyboards + - improved joystick support + - made dosbox multithreaded again + - lot's of soundblaster fixes + - dma fixes + - cdrom support + - midi support + - added scale2x + - reenabled screenshot support + - joystick support fixes + - mouse improvements + - support for writing wavefiles + + 0.57 - added support for command /C - fixed all fcb-write functions diff --git a/README b/README index 06b5c37c..49009c8d 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ -DOSBox v0.57 +DOSBox v0.58 Usage: ====== diff --git a/VERSION b/VERSION index 96ca7699..f2c6f753 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.57 +0.58 diff --git a/configure.in b/configure.in index 40a08010..214eff05 100644 --- a/configure.in +++ b/configure.in @@ -1,5 +1,5 @@ dnl Init. -AC_INIT(dosbox,0.57) +AC_INIT(dosbox,0.58) AC_PREREQ(2.50) AC_CONFIG_SRCDIR(README)