aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2023-11-25 20:13:08 +0100
committerMarcel Holtmann <marcel@holtmann.org>2023-11-25 20:13:08 +0100
commitc1d27bd75fa0a2b94a35dd7990b23b6c110f49a4 (patch)
treeea673362140da1adeb887a5a744439cee483545b
parentd6899bf3147c5abc3d474ecdca48a841f41855a6 (diff)
Release 0.610.61
-rw-r--r--ChangeLog4
-rw-r--r--configure.ac2
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index c4fd94f4..c8a1fa98 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+ver 0.61:
+ Fix issue with not setting DHCP MAC address on start.
+ Fix issue with missing NLM_F_ACK_TLVS and NLM_F_CAPPED.
+
ver 0.60:
Fix issue with missing NETLINK_EXT_ACK definition.
Fix issue with incorrect derivation of ECC compressed points.
diff --git a/configure.ac b/configure.ac
index 94f530d7..0dd56957 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ([2.69])
-AC_INIT([ell],[0.60])
+AC_INIT([ell],[0.61])
AC_CONFIG_HEADERS(config.h)
AC_CONFIG_AUX_DIR(build-aux)