Release 0.69 0.69
authorMarcel Holtmann <marcel@holtmann.org>
Sun, 6 Feb 2011 17:03:23 +0000 (09:03 -0800)
committerMarcel Holtmann <marcel@holtmann.org>
Sun, 6 Feb 2011 17:03:23 +0000 (09:03 -0800)
ChangeLog
configure.ac

index 91178b2..5c7f989 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.
index c9d203a..216c47b 100644 (file)
@@ -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)