summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2022-01-28 15:48:01 +0100
committerMarcel Holtmann <marcel@holtmann.org>2022-01-28 15:48:01 +0100
commit4a27c58ad8b1afd980ebe122ca178c7f659c025e (patch)
tree636db53666458ec8a7e155116f6fda2a59a3c81f
parent6f1315d1960fc3f71bca9b3044f4f2b1560aea5f (diff)
downloadconnman-4a27c58ad8b1afd980ebe122ca178c7f659c025e.tar.gz
Release 1.411.41
-rw-r--r--ChangeLog8
-rw-r--r--configure.ac2
2 files changed, 9 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 69207d2a..11566a53 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+ver 1.41:
+ Fix issue with RTNL netlink message alignment.
+ Fix issue with dnsproxy and timeout for TCP feature.
+ Fix issue with dnsproxy and busy loop in TCP server.
+ Fix issue with WiFi connection with no passphrase.
+ Add support for wpa_supplicant and WPA3-SAE functionality.
+ Add support for D-Bus ObjectManager interface.
+
ver 1.40:
Fix issue with handling WiFi disconnecting status.
Fix issue with handling WiFi auto-connect and iwd backend.
diff --git a/configure.ac b/configure.ac
index b55d2487..a573cefd 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ(2.60)
-AC_INIT(connman, 1.40)
+AC_INIT(connman, 1.41)
AC_CONFIG_MACRO_DIR([m4])