This release fixes an issue from the zipper dependency library, where zero sized files would have been extracted as directories, rather than files.
What's Changed * fix paths in CMakeLists.txt when including zipper sources from the submodule by lkeegan in https://github.com/sbmlteam/libCombine/pull/53 * fix minizip cmake paths by lkeegan in https://github.com/sbmlteam/libCombine/pull/54 * fixes 59
New Contributors * lkeegan made their first contribution in https://github.com/sbmlteam/libCombine/pull/53
This release adds the option of changing the default temporary directory being used (when the environment variables TMP or TEMP are not defined) by calling:
* `std::string Util::getDefaultTempDir()` * and `void setDefaultTempDir(const std::string& defaultDir)`
0.2.18
This release updates the zipper dependency to a newer version, that resolves several memory leaks. Additionally a leak of a content variable was resolved. This resolves issue 51, thanks to alan for filing the issue.
0.2.17
This release installs a find script for libCombine. Additionally, the binaries have been updated to use the latest version of Expat.
0.2.16
This release now uses cmake imported targets for linking, that way the cmake scripts generated are relocatable. For people consuming the library, we provide find scripts for all dependencies, that are being installed into `share/cmake/Modules`.
0.2.15
This release fixes an issue where `KnownFormats::isFormat` will now also recognize `https://` format URLs. For compatibility reasons only `http` format namespaces will be written out as outlined by the specification.