aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2023-11-19 18:29:55 +0100
committerMarcel Holtmann <marcel@holtmann.org>2023-11-19 18:29:55 +0100
commit78d68d7dc34c6fd387703d7d20d3cf0e0db0a7ce (patch)
tree4cb8c5058612f2d4fbffcc821ae778d732d53f15
parentc1bac85dc1a78983410fc534584ccc0bfdc22557 (diff)
Release 0.600.60
-rw-r--r--ChangeLog5
-rw-r--r--configure.ac2
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 2d878e3b..c4fd94f4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+ver 0.60:
+ Fix issue with missing NETLINK_EXT_ACK definition.
+ Fix issue with incorrect derivation of ECC compressed points.
+ Add support for ECC usage from SPAKE2+ key exchange protocol.
+
ver 0.59:
Fix issue with symbol visibility.
diff --git a/configure.ac b/configure.ac
index cf3b53cf..94f530d7 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ([2.69])
-AC_INIT([ell],[0.59])
+AC_INIT([ell],[0.60])
AC_CONFIG_HEADERS(config.h)
AC_CONFIG_AUX_DIR(build-aux)