Skip to content

Commit

Permalink
Release 1.11
Browse files Browse the repository at this point in the history
  • Loading branch information
holtmann committed Feb 1, 2013
1 parent ca3c77d commit f419c26
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -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])
Expand Down

0 comments on commit f419c26

Please sign in to comment.