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

