diff options
author | Javier <dev.git@javispedro.com> | 2022-04-30 23:12:04 +0200 |
---|---|---|
committer | Javier <dev.git@javispedro.com> | 2022-04-30 23:12:04 +0200 |
commit | 410cef3a72d5393665771f2e6ea23ad7a3df98a1 (patch) | |
tree | 81c29e4b073776c2db75f97f87ca59ca575c4735 | |
parent | 3b240b60f05bd6fec34413791e1d215afc2bdde5 (diff) | |
download | vbados-410cef3a72d5393665771f2e6ea23ad7a3df98a1.tar.gz vbados-410cef3a72d5393665771f2e6ea23ad7a3df98a1.zip |
bump to 0.56
-rw-r--r-- | README.md | 5 | ||||
-rw-r--r-- | version.h | 2 |
2 files changed, 5 insertions, 2 deletions
@@ -18,7 +18,7 @@ The VB stands for "Very Basic" :) # Downloads -The current release is _0.54_. +The current release is _0.56_. You can get a recent build from the ready-to-go floppy disk image: [💾 VBADOS.FLP](https://depot.javispedro.com/vbox/vbados/vbados.flp) @@ -37,6 +37,9 @@ For the source code, you can check out [this git repository](..). ## Version history +* _0.56_: VBSF now supports changing file modification dates, and interleaving + FindFirst/FindNext calls (used by e.g., recursive xcopy). + Small compatibility fixes for both VBMOUSE and VBSF. * _0.54_: fix another wheel mouse regression in VMware. Fixes issue when using VBSF under Windows (missing seek_end function). * _0.53_: brings back support for 3-byte sized packets on BIOS, since some BIOS and emulators (incl Win386 and DOSBox) are not compatible with 1-byte packets. @@ -2,6 +2,6 @@ #define VERSION_H #define VERSION_MAJOR 0 -#define VERSION_MINOR 0x54 +#define VERSION_MINOR 0x56 #endif // VERSION_H |