libigloo 0.9.2 (2023-01-29) * Improved performance of the string pool * Fixed reference counting in ro * Moved to librhash as backend for cryptographic hash calculation libigloo 0.9.1 (2022-02-26) * Fixed exported test feature. * Corrected includes * Improved build system * Improved pointer sanity checks * Improved error support: Added uniform way to interact with errno and RoarAudio error codes * New features: * String pool: optimised storage for C strings * TAP test framework: test framework for testing libigloo and other C projects * Portable time API: simple API for most common time related functions * Digest and HMAC: support for digest and HMAC calculation (limited to SHA3) * PRNG: support for pseudo random number generation * UUID: Added code for random (v4) UUID generation libigloo 0.9.0 (2020-12-14) * Initial release.