File: ChangeLog

package info (click to toggle)
libmodi 0~20240507-2
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 23,584 kB
  • sloc: ansic: 223,831; sh: 6,587; makefile: 1,544; python: 488; yacc: 384; lex: 254; cpp: 88; sed: 16
file content (26 lines) | stat: -rw-r--r-- 775 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
TODO:
* add bzip2 decompression fallback implementation
* add lzfse decompression support
* add lzma decompression fallback implementation
* add support for encrypted disk images
* libmodi_handle.c address TODO to replace narrow_string_snprintf and wide_string_snprintf
* improve signature check for sparse bundles
* set data_stream segments direclty for bands_data_handle (like block_chunks_data_handle) for optimized handling of sparse data

msvscpp build:
* add libbz2 support
* add liblzma support

Tests:
* add tests for libmodi_adc.[ch]
* add tests for libmodi_compression.[ch]
* add tests for libmodi_lzfse.[ch]
* add tests for libmodi_lzvn.[ch]

20161030
* see `git log' for more recent change log
* worked on sparse image format support

20120723
* initial version