aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2024-02-26 20:29:37 +0100
committerMarcel Holtmann <marcel@holtmann.org>2024-02-26 20:29:37 +0100
commit54bad67e964c7c104594786897693f43626fac46 (patch)
treea6acc19414a30d07bac8b4976d90811185bfa165
parent3b2f61a0be289c615a71a9a9fca4c255ef702b2c (diff)
Release 0.630.63
-rw-r--r--ChangeLog3
-rw-r--r--configure.ac2
2 files changed, 4 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index d570a01a..f03c9466 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+ver 0.63:
+ Fix issue with handling ending boundary of the PEM.
+
ver 0.62:
Add support for cleanup functions and macros.
Add support for setting DHCP max attempts.
diff --git a/configure.ac b/configure.ac
index e2ba4eda..73a74533 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ([2.69])
-AC_INIT([ell],[0.62])
+AC_INIT([ell],[0.63])
AC_CONFIG_HEADERS(config.h)
AC_CONFIG_AUX_DIR(build-aux)