aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2020-11-29 22:33:57 +0100
committerMarcel Holtmann <marcel@holtmann.org>2020-11-29 22:33:57 +0100
commit6e713dfddb5ab932c969ac8c95675323c94b71ec (patch)
tree8a4d8988989b7c86a06072621a66cd1fdf387083
parent3d30218ee20afdf3e33aa69b01fd2434b4c6f081 (diff)
Release 0.340.34
-rw-r--r--ChangeLog5
-rw-r--r--configure.ac2
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 7aa63c6b..d8249450 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+ver 0.34:
+ Add support for DHCP v6 Rapid Commit.
+ Add support for ICMP v6 implementation.
+ Add support for PKCS#1 formatted private keys.
+
ver 0.33:
Fix issue with uintset and number of bytes copied.
Fix issue with overflow in DHCP lease T2 computation.
diff --git a/configure.ac b/configure.ac
index b8347e4c..881d7f35 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ(2.60)
-AC_INIT(ell, 0.33)
+AC_INIT(ell, 0.34)
AC_CONFIG_HEADERS(config.h)
AC_CONFIG_AUX_DIR(build-aux)