File: ChangeLog

package info (click to toggle)
libfsfat 0~20240501-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 13,540 kB
  • sloc: ansic: 195,273; sh: 6,444; makefile: 1,320; python: 431; cpp: 183; sed: 16
file content (23 lines) | stat: -rw-r--r-- 706 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
TODO:
* add number of file entries support?
* add docstring about timestamps in local time or UTC
* error on volume labels outside of root directory
* add support for short and long file name comparison
* complete mount tool
  - check FILETIME calculations on Windows

* add API functions
  - to expose short file name
  - to expose self directory entry
  - to expose parent directory entry
  - to expose volume label last modification time
  - to expose volume identifier

* implement Python bindings
  - to expose volume label last modification time
  - to expose volume identifier

20210928
* see `git log' for more recent change log
* Initial version based on previous work on the format and libfsext