Skip to content

Releases: xmidt-org/trower-base64

v1.2.7 07/15/2021

15 Jul 09:12
a6b418a
Compare
Choose a tag to compare
- 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

14 Jul 23:32
3fab4fc
Compare
Choose a tag to compare
- Fix the include path so it works automatically.

v1.2.2 07/14/2021

14 Jul 23:07
30d9e72
Compare
Choose a tag to compare
- Improve include structure for meson.

v1.2.1 07/13/2021

13 Jul 23:33
616ee50
Compare
Choose a tag to compare
- Move to use meson for building.
- Remove cmake.

v1.2.0 05/19/2021

19 May 08:55
0b3b30e
Compare
Choose a tag to compare
- Add a few helper functions to allocate buffers and fill them.
- Add a `b64_encode()` function.

v1.1.5 05/19/2021

19 May 06:40
b105dd3
Compare
Choose a tag to compare
- 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

18 May 23:10
f6f28d2
Compare
Choose a tag to compare
- Update the license to use SPDX
- Update the build infrastructure

v1.1.3: 09/12/2020

12 Sep 05:43
45c4343
Compare
Choose a tag to compare
- Added a more durable release artifact process.
- Fixed a few code smells according to sonarcloud.io

Release 1.1.2

07 Jan 09:36
Compare
Choose a tag to compare

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

18 Oct 20:37
Compare
Choose a tag to compare

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.