aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2023-09-27 11:00:53 +0200
committerMarcel Holtmann <marcel@holtmann.org>2023-09-27 11:00:53 +0200
commit0e8f533ed045af0008c36ee3fa1cf6376497234c (patch)
treee687326ea7eed4220ecfaa9d513f65803201f273
parenta52ea90864830fd672e653d81f50aae867bc538a (diff)
Release 0.590.59
-rw-r--r--ChangeLog3
-rw-r--r--configure.ac2
2 files changed, 4 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index dbeee8bf..2d878e3b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+ver 0.59:
+ Fix issue with symbol visibility.
+
ver 0.58:
Add support for handling sysctl settings.
diff --git a/configure.ac b/configure.ac
index a23e85c8..cf3b53cf 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ([2.69])
-AC_INIT([ell],[0.58])
+AC_INIT([ell],[0.59])
AC_CONFIG_HEADERS(config.h)
AC_CONFIG_AUX_DIR(build-aux)