1
0
mirror of https://github.com/biergaizi/codecrypt synced 2024-06-16 11:58:16 +00:00

Merge tag 'v1.7.6'

This commit is contained in:
Mirek Kratochvil 2017-07-12 16:24:59 +02:00
commit 0d772da18c
2 changed files with 7 additions and 1 deletions

@ -1,6 +1,12 @@
Codecrypt ChangeLog
1.7.6
- small improvements in keyring, hash verification and documentation
- allow user-supplied random seed source
- fix warnings on clang
1.7.5
- standardize Cubehash implementation

@ -1,6 +1,6 @@
AC_PREREQ(2.6)
AC_INIT([codecrypt], [1.7.5])
AC_INIT([codecrypt], [1.7.6])
AC_CONFIG_AUX_DIR(.) # because of libtoolize
AC_CONFIG_MACRO_DIR([m4])