aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2024-03-29 00:01:23 +0100
committerMarcel Holtmann <marcel@holtmann.org>2024-03-29 00:01:23 +0100
commitd8eaabc0c346a93543ba51f9ee6d5e8dd37ac5de (patch)
treecc317769588eb487f5b3a681a59bdd7c3b3a8217
parentd519d3035742e7ddc8c0172b48e6655323f66a3c (diff)
Release 0.640.64
-rw-r--r--ChangeLog4
-rw-r--r--configure.ac2
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index f03c9466..222e0292 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+ver 0.64:
+ Fix issue with casting in C++ environment.
+ Fix issue with ASCII string upper and lower helpers.
+
ver 0.63:
Fix issue with handling ending boundary of the PEM.
diff --git a/configure.ac b/configure.ac
index 73a74533..48f36525 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ([2.69])
-AC_INIT([ell],[0.63])
+AC_INIT([ell],[0.64])
AC_CONFIG_HEADERS(config.h)
AC_CONFIG_AUX_DIR(build-aux)