1
0
mirror of https://github.com/biergaizi/codecrypt synced 2024-06-16 03:48:19 +00:00

version bump to 1.7.5

This commit is contained in:
Mirek Kratochvil 2016-04-28 13:16:13 +02:00
parent 8e608b4d8d
commit fdddafda81
2 changed files with 9 additions and 1 deletions

@ -1,6 +1,14 @@
Codecrypt ChangeLog
1.7.5
- standardize Cubehash implementation
(all implications for FMTSeq keys and KeyIDs are documented in FAQ)
- remove obsolete MCE-QD
- support big-endian architectures
1.7.4
- maintenance release that fixes some cosmetic issues for debianization

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