aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2024-02-06 18:42:59 +0100
committerMarcel Holtmann <marcel@holtmann.org>2024-02-06 18:42:59 +0100
commit26e4465f538b98693bbf88e3a7d0aea31c28e53f (patch)
treeca1c170929ff2d75c7a850eec269dfde70bb28ec
parent44c8bc0ec52c1eb0e2c9c7ec253d63d47ee9e256 (diff)
Release 0.620.62
-rw-r--r--ChangeLog4
-rw-r--r--configure.ac2
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index c8a1fa98..d570a01a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+ver 0.62:
+ Add support for cleanup functions and macros.
+ Add support for setting DHCP max attempts.
+
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.
diff --git a/configure.ac b/configure.ac
index 0dd56957..e2ba4eda 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ([2.69])
-AC_INIT([ell],[0.61])
+AC_INIT([ell],[0.62])
AC_CONFIG_HEADERS(config.h)
AC_CONFIG_AUX_DIR(build-aux)