summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2012-12-22 18:05:05 -0800
committerMarcel Holtmann <marcel@holtmann.org>2012-12-22 18:05:05 -0800
commit3bda76eb442c9395db1dba17352c3e78376671cc (patch)
tree9d92d546aeb0853039f69a73c0d5fc7974055334
parente6a567744b1d7e1b79b9d87795e8db1fb8a6deb2 (diff)
downloadconnman-1.10.tar.gz
connman-1.10.tar.bz2
connman-1.10.zip
Release 1.101.10
-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)