diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2011-02-06 09:03:23 -0800 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2011-02-06 09:03:23 -0800 |
commit | 507619cc126b4c04ad35aef798236bff6d23a7c4 (patch) | |
tree | ebe53aa55a47c6d133c75dc329fbec197b0136d3 | |
parent | e5379d85aab8bd6cd6d675048797b7134be28dc9 (diff) | |
download | connman-507619cc126b4c04ad35aef798236bff6d23a7c4.tar.gz connman-507619cc126b4c04ad35aef798236bff6d23a7c4.tar.bz2 connman-507619cc126b4c04ad35aef798236bff6d23a7c4.zip |
Release 0.690.69
-rw-r--r-- | ChangeLog | 9 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 10 insertions, 1 deletions
@@ -1,3 +1,12 @@ +ver 0.69: + Fix issue with not handling DNS proxy failures gracefully. + Fix issue with double free in statistics handling. + Fix issue with early tethering bridge creation. + Add support for tethering property per technology. + Add support for initial WiFi tethering feature. + Add support for using PACrunner as proxy driver. + Add support for WPS as part of the security property. + ver 0.68: Fix issue with wrong name of PolicyKit configuration file. Fix issue with inconsistency of WiFi scan states. diff --git a/configure.ac b/configure.ac index c9d203a0..216c47b6 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.60) -AC_INIT(connman, 0.68) +AC_INIT(connman, 0.69) AM_INIT_AUTOMAKE([foreign subdir-objects]) AM_CONFIG_HEADER(config.h) |