Skip to content

Releases: gkdr/axc

v0.3.7

29 Jan 17:55
Compare
Choose a tag to compare

(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

  • Cover Linux build by GitHub Actions CI (#31) (thanks, @hartwork!)

v0.3.6

06 Sep 21:12
Compare
Choose a tag to compare

(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

21 Aug 21:36
Compare
Choose a tag to compare

(from CHANGELOG.md)

Fixed

  • Added missing symlinks libaxc.so.$(VER_MAJ) and libaxc.so. (#24) (thanks, @hartwork!)
  • session_cipher is now free()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

09 Feb 23:35
Compare
Choose a tag to compare

(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!)