Release 0.66
authorMarcel Holtmann <marcel@holtmann.org>
Mon, 17 Jan 2011 17:04:17 +0000 (18:04 +0100)
committerMarcel Holtmann <marcel@holtmann.org>
Mon, 17 Jan 2011 17:04:17 +0000 (18:04 +0100)
ChangeLog
configure.ac

index 8580d94..14009e4 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+ver 0.66:
+       Fix multiple set of memory leaks.
+       Fix issue with WPA supplicant phase2 values.
+       Fix issue with WiFi access points after kill/restart.
+       Fix issue with correct PACrunner configuration loading.
+       Add support for loading provision files at runtime.
+       Add support for setting proxy auto-configuration.
+       Add support for IPv6 auto-configured addresses.
+
 ver 0.65:
        Use new WiFi plugin by default.
        Fix issue with handling already powered devices.
index 03bb9fb..a0a1dca 100644 (file)
@@ -1,5 +1,5 @@
 AC_PREREQ(2.60)
-AC_INIT(connman, 0.65)
+AC_INIT(connman, 0.66)
 
 AM_INIT_AUTOMAKE([foreign subdir-objects])
 AM_CONFIG_HEADER(config.h)