bump to v1.6.1
This commit is contained in:
parent
68909b74ad
commit
72f05a01c6
|
@ -1,6 +1,11 @@
|
||||||
|
|
||||||
Codecrypt ChangeLog
|
Codecrypt ChangeLog
|
||||||
|
|
||||||
|
1.6.1
|
||||||
|
|
||||||
|
- simplify padding for symmetric encryption
|
||||||
|
- fix possible known-plaintext attack against symmetric encryption padding
|
||||||
|
|
||||||
1.6
|
1.6
|
||||||
|
|
||||||
- fix fmtseq short message padding bug (fixed by previous)
|
- fix fmtseq short message padding bug (fixed by previous)
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
|
|
||||||
AC_PREREQ(2.6)
|
AC_PREREQ(2.6)
|
||||||
AC_INIT([codecrypt], [1.6])
|
AC_INIT([codecrypt], [1.6.1])
|
||||||
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