summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog3
-rw-r--r--configure.ac2
2 files changed, 4 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 6516f00c..c0a4a012 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+ver 0.59:
+ Fix issue with D-Bus object paths of VPN providers.
+
ver 0.58:
Fix various issues around offline mode.
Fix various issues with VPN nameserver handling.
diff --git a/configure.ac b/configure.ac
index c36d53b0..6923aa17 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ(2.60)
-AC_INIT(connman, 0.58)
+AC_INIT(connman, 0.59)
AM_INIT_AUTOMAKE([foreign subdir-objects])
AM_CONFIG_HEADER(config.h)