Releases: sbmlteam/libCombine
Release 0.2.20
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 #53
- fix minizip cmake paths by @lkeegan in #54
- fixes #59
New Contributors
Full Changelog: v0.2.19...v0.2.20
Release 0.2.19
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)
Release 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.
Release 0.2.17
This release installs a find script for libCombine. Additionally, the binaries have been updated to use the latest version of Expat.
Release 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
.
Release 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.
Full Changelog: v0.2.14...v0.2.15
Release 0.2.14
This version fixes an issue where KnownFormats would not return purl.org URLs. Additionally the cmake files have been updated, so the cmake scripts will install into the correct lib directory.
Full Changelog: v0.2.13...v0.2.14
libCombine 0.2.13
This release adds an integer return value to addMetadata
. Now when a metadata element would not be written out, a failure error code is returned, otherwise success (0) is returned.
See also #43
LibCombine 0.2.12
This release includes the fix of the Matlab mime type.
libCOMBINE 0.2.11
This release contains a number of fixes from the last couple of months:
- cmake scripts now use the gnu install dirs, and so libraries should be in the right place after installation on linux x64
- the modification date will not automatically be added every time
- the library compiles with latest c++ standard