Release 1.10 1.10
authorMarcel Holtmann <marcel@holtmann.org>
Sun, 23 Dec 2012 02:05:05 +0000 (18:05 -0800)
committerMarcel Holtmann <marcel@holtmann.org>
Sun, 23 Dec 2012 02:05:05 +0000 (18:05 -0800)
ChangeLog
configure.ac

index 16ad3bf..18b45f0 100644 (file)
--- 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.
index 1d1f205..764a453 100644 (file)
@@ -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)