Releases: gkdr/axc
Releases · gkdr/axc
v0.3.7
(from CHANGELOG.md)
Fixed
- Compiler warnings (#21, #29) (thanks, @hartwork!)
gcc
can now be set from env like the rest of the tools. (#30)) (thanks, @henry-nicolas and Helmut Grohne!)- Fix the build for users without libsignal-protocol-c installed system-wide (#31) (thanks, @hartwork!)
- The example code is runnable again, and some memory leaks (#14) (thanks, @fbrausse!)
- Compiler warnings for test files.
Infrastructure
v0.3.6
(from CHANGELOG.md)
Fixed
pkg_config
can now be set from env like the rest of the tools. (#28) (thanks, @henry-nicolas and Helmut Grohne!)
v0.3.5
(from CHANGELOG.md)
Fixed
- Added missing symlinks
libaxc.so.$(VER_MAJ)
andlibaxc.so
. (#24) (thanks, @hartwork!) session_cipher
is nowfree()
d using the correct function. (#25) (thanks, @root-hardenedvault!)- Already removed files now don't cause an error during cleanup. (#27) (thanks, @henry-nicolas!)
v0.3.4
(from CHANGELOG.md)
Added
- Makefile target to build a shared library, optionally depending on a shared libsignal-protocol-c. (#17) (thanks, @henry-nicolas!)
Changed
- Updated libsignal-protocol-c to v2.3.3.
Fixed
- Added date to 0.3.3 release in changelog.
- Delete an unused variable. (#22) (thanks, @henry-nicolas!)
axc_context_destroy_all()
now also frees itself. (#23) (thanks, @henry-nicolas!)