version bump to 1.7.5
This commit is contained in:
parent
8e608b4d8d
commit
fdddafda81
|
@ -1,6 +1,14 @@
|
||||||
|
|
||||||
Codecrypt ChangeLog
|
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
|
1.7.4
|
||||||
|
|
||||||
- maintenance release that fixes some cosmetic issues for debianization
|
- maintenance release that fixes some cosmetic issues for debianization
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
|
|
||||||
AC_PREREQ(2.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_AUX_DIR(.) # because of libtoolize
|
||||||
AC_CONFIG_MACRO_DIR([m4])
|
AC_CONFIG_MACRO_DIR([m4])
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue