diff --git a/ChangeLog b/ChangeLog index 47848019..910f4d4c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -15,7 +15,7 @@ - A few internal DOS fixes. - Timer fixes for the hybrid loader. - Some small soundblaster fixes. - - The drive cache can now be cleared by a keycombo. + - The drive cache can now be cleared by a keycombo. (CTRL-F4) - A few keyboard fixes. - Compilation fixes on various platforms. - Quite some debugger improvements. @@ -23,6 +23,8 @@ - Added some cdrom detection checks. - Enabled insert in the shell. (Easier editing of commands) - Changed order in which executables appear with tab-completion. + - Fixed some issues with raw opl recording and using a slightly different + format 0.62 - Added blinking support in the shell and some color fixes. diff --git a/NEWS b/NEWS index b636030f..efee9e0d 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,31 @@ +0.63 + - Fixed crash with keymapper (ctrl-f1) and output=surface. + - Added unmounting. + - Fixed multiple issues with drive labels. + - Fixed most if not all FILES=XX problems. + - Added redirection in the shell. + - Fixed crashes with subst. + - Fixed multiple crashes with the drive images support. + - Added a missing fpu instruction. + - Fixed some cpu and fpu instructions. + - Fixed a small bug related to font loading. + - Rewrote the devices support. + - Added capslock/numlock checks on startup. + - Fixed wave writing. + - A few internal DOS fixes. + - Timer fixes for the hybrid loader. + - Some small soundblaster fixes. + - The drive cache can now be cleared by a keycombo. (CTRL-F4) + - A few keyboard fixes. + - Compilation fixes on various platforms. + - Quite some debugger improvements. + - Fixed dir only showing files after the first run on cdrom drives. + - Added some cdrom detection checks. + - Enabled insert in the shell. (Easier editing of commands) + - Changed order in which executables appear with tab-completion. + - Fixed some issues with raw opl recording and using a slightly different + format + 0.62 - Added blinking support in the shell and some color fixes. - Fixed commandline parsing when .bat files involved (fixes -exit) diff --git a/THANKS b/THANKS index 7bb1097c..b3454f3a 100644 --- a/THANKS +++ b/THANKS @@ -11,5 +11,9 @@ Freedos for ideas in making my shell. Pierre-Yves Gérardy for hosting the old Beta Board. Colin Snover for hosting our forum. +Sourceforge for hosting our homepage and other development tools. +Mirek Luza for his moderation of the forums. +c2woody for his debug work. All the people who submitted a bug. The Beta Testers. + diff --git a/VERSION b/VERSION index 36808a54..21b86bac 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.62 +0.63