Releases: gkdr/libomemo
Releases · gkdr/libomemo
v0.8.1
(taken from CHANGELOG.md)
Added
- In some error cases additional information is printed to
stderr
ifLIBOMEMO_DEBUG
is set (#40)
Fixed
- Fix default prefix to be
/usr/local
rather than/
(#38) (thanks, @hartwork!) - Fix filed
Requires.private
andRequires
in auto-generated pkg-config filelibomemo.pc
(#38) (thanks, @hartwork!)
Changed
- Migrate build system from a Makefile to CMake (#38) (thanks, @hartwork!)
- Most XML parsing errors should have a discernible error code now, mostly replacing the more general ones (#40)
Infrastructure
v0.8.0
(taken from CHANGELOG.md)
Added
- It is now possible to add a key with a
prekey
attribute. (#28) - A function to check via the attribute whether a received key is a prekey.
- Mention in the README the exact version implemented. (#26)
Removed
- It is not any longer possible to set the used XML namespace at build time. (#21)
Fixed
- Added missing symlinks for the
.so
files. (#34) (thanks, @hartwork!) - Fix crossbuild using wrong multiarch triplet. (#36) (thanks, @fortysixandtwo!)
- Flaky test
test_aes_gcm_encrypt_decrypt
. (#39) (thanks, @hartwork!)
Infrastructure
v0.7.1
(taken from CHANGELOG.md)
Fixed
- Test file cleanup now won't randomly break parallel builds. (#31) (thanks, @fortysixandtwo!)
v0.7.0
(taken from CHANGELOG.md)
Added
- This file.
- Makefile target for building a shared library. (#30) (thanks, @fortysixandtwo!)
.vscode
dir to.gitignore
Changed
- The build now includes debug symbols.
- Generated IVs for outgoing messages are now 12 bytes long. This should help compatibility with Monal. (#24) (thanks, everyone!)