summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--configure.ac2
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index edbb9df8..887a47eb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+ver 0.10:
+ Fix races with connection signals.
+ Fix automatic switching of default connection.
+
ver 0.9:
Rename FlightMode to OfflineMode.
Add static IPv4 setting support for Ethernet devices.
diff --git a/configure.ac b/configure.ac
index f7d245a4..846ddcb7 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,7 @@
AC_PREREQ(2.60)
AC_INIT()
-AM_INIT_AUTOMAKE(connman, 0.9)
+AM_INIT_AUTOMAKE(connman, 0.10)
AM_CONFIG_HEADER(config.h)
AM_MAINTAINER_MODE