- Add flag ``KAS_BORROWS_ARRAY`` to put. When specified kastore will not copy
or free the array, which must persist for the life of the store.
(benjeffery, 181, 180).
- Add flag ``KAS_GET_TAKES_OWNERSHIP`` to open. If specified all ``get``
operations will transfer ownership of the array to the caller.
``kastore`` will not ``free`` the array memory and this is the
responsibility of the caller.
(benjeffery, 179, 176)
C_2.0.2
Minor updates to C packaging and meson configuration.
C_2.0.1
Minor bug-release and maintenance update.
**Bug fixes**
- Fix an overflow in an internal flags value on platforms with 16 bit int types (jeromekelleher, 153).
- Fix a bug in which error conditions were not reported in appen mode if an error occurred when closing the temporary file used to read the data. (jeromekelleher, 160, 164).
**sha256sum**
- eedd3af700f6adf2be01e2f2b768a167452edc35d0b468c9647b232864e9a65a kastore-2.0.1.tar.gz