File: ChangeLog

package info (click to toggle)
libsmdev 20190315-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 8,320 kB
  • sloc: ansic: 103,279; sh: 5,995; makefile: 822; python: 395; sed: 16
file content (40 lines) | stat: -rw-r--r-- 995 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
TODO
* what if session offset > size
* optical disc
  - add track type support
  - add session support
  - WINAPI support
  - MAC OS X support
* SCSI/ATA devices
  - Mac OS X support
* configure validate libuna check
* work on libsmdev_metadata
  - add information values functions (libsmio)

API
* add libsmdev_handle_get_utf8_information_value_size
* add libsmdev_handle_get_utf16_information_value_size

Library
* add glib support
* move fstat to file_io ?
Read:
* windows read error retry support
Media information:
* add Windows support for accessing memory device
* detect removable disk
* detect optical disk
* determine optical disk sessions
* detect floppy
* detect bus type
* determine USB serial number
* use pre windows XP io control codes as fallback ?
* add support for reading from floppy \\.\A: for builder5 compilation

Test:
* add autoconf/make test suite

20100110
* see `git log' for more recent change log
* Created initial version based on earlier media input/output code