v0.7.0
New features:
- Disable copying to a temporary file by default. The temporary file can be enabled by setting
export AXL_USE_EXTENSION=1
in the environment before callingAXL_Init
or by settingUSE_EXTENSION=1
in a call toAXL_Config
. For details, see #127 - Increase buffer size for copying files from 1MB to 32MB.