Releases: xmidt-org/trower-base64
Releases · xmidt-org/trower-base64
v1.2.7 07/15/2021
- Add a meson wrap file to the release objects. - Improve the meson build so normally tests are run with valgrind but if this is a subproject then valgrind and the tests are disabled.
v1.2.3 07/14/2021
- Fix the include path so it works automatically.
v1.2.2 07/14/2021
- Improve include structure for meson.
v1.2.1 07/13/2021
- Move to use meson for building. - Remove cmake.
v1.2.0 05/19/2021
- Add a few helper functions to allocate buffers and fill them. - Add a `b64_encode()` function.
v1.1.5 05/19/2021
- Rewrite the core handling to fix a number of defects found in 1.1.4. - Improve the tests to better prove the library completely works.
v1.1.4 05/18/2021
- Update the license to use SPDX - Update the build infrastructure
v1.1.3: 09/12/2020
- Added a more durable release artifact process. - Fixed a few code smells according to sonarcloud.io
Release 1.1.2
Release 1.1.2 version.
- Added valgrind to travis-ci linux builds
- Fixed output buffer overrun error due to incorrect buffer size answer
- Fixed output buffer overrun error due to limited characters
- Fixed input buffer read overrun error
Release 1.1.1
Release the 1.1.1 version.
- Added travis-ci
- Travis build for MacOSX
- Fixed build on Mac and Centos
- Added APIs for base64url buffer sizes
- Uses CTest module to build with test disabled
- Add the trower-base64 directory into the include to fix consumers of this project
- Changed cmake minimum version required from 3.3.2 to 2.8.7
For full details see the changelog.