diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2011-12-02 18:54:40 +0100 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2011-12-02 18:54:40 +0100 |
commit | 02f5d5fe2d7c71514a6387ba2b772b42d8e8d297 (patch) | |
tree | 6c876aef8b4ec6046fe1cd41e5e1aa861906a7ed | |
parent | 1f6c5b248cd0c15d6cb34143ff6f7c8b373fe7d9 (diff) | |
download | connman-02f5d5fe2d7c71514a6387ba2b772b42d8e8d297.tar.gz connman-02f5d5fe2d7c71514a6387ba2b772b42d8e8d297.tar.bz2 connman-02f5d5fe2d7c71514a6387ba2b772b42d8e8d297.zip |
Release 0.780.78
-rw-r--r-- | ChangeLog | 13 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 14 insertions, 1 deletions
@@ -1,3 +1,16 @@ +ver 0.78: + Fix multiple issues with service connection states. + Fix multiple issues with technology handling. + Fix issue with DHCP file descriptor leakage. + Fix issue with open access points and WPS. + Fix issue with handling of cellular devices. + Fix issue with DNS proxy hostname resolving. + Add support for PPTP and L2TP VPN tunneling. + Add support for organized settings storage. + Add support for WiFi fast connect handling. + Add support for better WiFi error handling. + Add support for integrated WISPr handling. + ver 0.77: Fix issue with iptables API breakage. Fix issue with agent input handling. diff --git a/configure.ac b/configure.ac index 258edcef..f63fea8b 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.60) -AC_INIT(connman, 0.77) +AC_INIT(connman, 0.78) AM_INIT_AUTOMAKE([foreign subdir-objects color-tests]) AM_CONFIG_HEADER(config.h) |