Skip to content

Latest commit

 

History

History
45 lines (35 loc) · 2.58 KB

CHANGELOG.md

File metadata and controls

45 lines (35 loc) · 2.58 KB

Changelog

[0.3.7] - 2022-01-29

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

[0.3.6] - 2021-09-06

Fixed

  • pkg_config can now be set from env like the rest of the tools. (#28) (thanks, @henry-nicolas and Helmut Grohne!)

[0.3.5] - 2021-08-21

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

[0.3.4] - 2021-02-10

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

[0.3.3] - 2020-07-23

Added

Fixed

  • Removed dead code using internal libsignal-protocol-c functionality.

0.3.2 and before

Lost to commit logs. Might hunt the changed down later.