]> glassweightruler.freedombox.rocks Git - Ventoy.git/blob - vtoycli/fat_io_lib/release/History.txt
1.1.07 release
[Ventoy.git] / vtoycli / fat_io_lib / release / History.txt
1 Revision History
2 -=-=-=-=-=-=-=-=-
3 v2.6.11 - Fix compilation with GCC on 64-bit machines
4 v2.6.10 - Added support for FAT32 format.
5 V2.6.9 - Added support for time & date handling.
6 V2.6.8 - Fixed error with FSINFO sector write.
7 V2.6.7 - Added fgets().
8 Fixed C warnings, removed dependancy on some string.h functions.
9 V2.6.6 \96 Massive read + write performance improvements.
10 V2.6.5 \96 Bug fixes for big endian systems.
11 V2.6.4 \96 Further bug fixes and performance improvements for write operations.
12 V2.6.3 \96 Peformance improvements, FAT16 formatting support. Various bug fixes.
13 V2.6 - Basic support for FAT16 added (18-04-10).
14 V2.5 - Code cleaned up. Many bugs fixed. Thread safety functions added.
15 V2.x - Write support added as well as better stdio like API.
16 V1.0 - Rewrite of all code to enable multiple files to be opened and provides a
17 better file API.
18 Also better string matching, and generally better C code than origonal
19 version.
20 V0.1c - Fetch_ID_Max_LBA() function added to retrieve Drive infomation and stoping
21 the drive reads from addressing a sector that is out of range.
22 V0.1b - fopen(), fgetc(), fopenDIR() using new software stack for IDE and FAT32
23 access.
24 V0.1a - First release (27/12/03); fopen(), fgetc() unbuffered reads.