This is a maintenance release of cbmconvert after a 15-year break. Some old
source code releases were imported as snapshots, because no version control
system had been used in the past.
What's Changed
- Empty files are now supported.
- The build system was converted to CMake.
- Some test cases with CTest were introduced.
- Support for CPack packaging as well as native Debian packages was
implemented.
Full Changelog: https://github.com/dr-m/cbmconvert/commits/cbmconvert-2.1.4
Version 2.1.2:
Bug fixes; see ChangeLog for details
Version 2.1:
Added support for raw Commodore C2N tape archives. Renamed the
CP/M-related options to -m and -M, so that the C2N-related options can be
-c and -C.
Version 2.0.5:
Mikko Suonio provided patches for tolerating truncated T64 and Lynx
archives. His patches also handle single-file T64 archives that have
number of entries set to zero, and Lynx archives that have file names
starting with a space.
Version 2.0.5.1:
It was brought to my attention that Lynx 17 on the Commodore 64 and some
other utilities do not recognize the Lynx archives created by cbmconvert.
I slightly modified the magic cookie to fix the problem.