Release 1.11 1.11 upstream/1.11
authorMarcel Holtmann <marcel@holtmann.org>
Fri, 1 Feb 2013 08:10:47 +0000 (09:10 +0100)
committerMarcel Holtmann <marcel@holtmann.org>
Fri, 1 Feb 2013 08:10:47 +0000 (09:10 +0100)
ChangeLog
configure.ac

index 18b45f036d2a1d90fc9925f83c29635c67e585b8..f77dede983215ee90438d71334a166cfa31b706b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,15 @@
+ver 1.11:
+       Fix issue with agent reference counting imbalance.
+       Fix issue with handling max number of SSID for scanning.
+       Fix issue with missing notification of online state changes.
+       Fix issue with not properly triggering auto-connect behavior.
+       Fix issue with disabling IPv6 in lower up interface states.
+       Fix issue with spurious error messages for interface handling.
+       Fix issue with wrong answer count in DNS responses.
+       Fix issue with crash in DNS lookup function.
+       Add support for BlueZ 5.x network interfaces.
+       Remove deprecated WiMAX support.
+
 ver 1.10:
        Fix issue with not skipping service if settings loading fails.
        Fix issue with not clearing address before starting DHCP.
index 3d4df0b773024ea763a0bed181aad45307533be5..f6112245d616529973a4291241a0514f8a42a05b 100644 (file)
@@ -1,5 +1,5 @@
 AC_PREREQ(2.60)
-AC_INIT(connman, 1.10)
+AC_INIT(connman, 1.11)
 
 AM_INIT_AUTOMAKE([foreign subdir-objects color-tests])
 AC_CONFIG_HEADERS([config.h])