bump to v1.6.1

This commit is contained in:
Mirek Kratochvil 2014-05-17 15:20:54 +02:00
parent 68909b74ad
commit 72f05a01c6
2 changed files with 6 additions and 1 deletions

View file

@ -1,6 +1,11 @@
Codecrypt ChangeLog
1.6.1
- simplify padding for symmetric encryption
- fix possible known-plaintext attack against symmetric encryption padding
1.6
- fix fmtseq short message padding bug (fixed by previous)

View file

@ -1,6 +1,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_MACRO_DIR([m4])