summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog8
-rw-r--r--configure.ac2
2 files changed, 9 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 16ad3bfe..18b45f03 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+ver 1.10:
+ Fix issue with not skipping service if settings loading fails.
+ Fix issue with not clearing address before starting DHCP.
+ Fix issue with not handling removal of GPRS context.
+ Fix issue with not closing UDP socket on error condition.
+ Fix issue with race condition when removing WiFi device.
+ Add support for separate VPN daemon.
+
ver 1.9:
Fix issue with WISPr portal context handling.
Fix issue with DNS lookup from wrong queue.
diff --git a/configure.ac b/configure.ac
index 1d1f2054..764a453b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ(2.60)
-AC_INIT(connman, 1.9)
+AC_INIT(connman, 1.10)
AM_INIT_AUTOMAKE([foreign subdir-objects color-tests])
AM_CONFIG_HEADER(config.h)