Release 0.62
authorMarcel Holtmann <marcel@holtmann.org>
Sat, 2 Oct 2010 06:45:00 +0000 (08:45 +0200)
committerMarcel Holtmann <marcel@holtmann.org>
Sat, 2 Oct 2010 06:45:00 +0000 (08:45 +0200)
ChangeLog
configure.ac

index 1dc8eb8..644ddc3 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,19 @@
+ver 0.62:
+       Fix crash with non-existent or extra DHCP result options.
+       Fix crash when doing PEAP/TTLS authentication.
+       Fix issue with handling multiple data counters.
+       Fix issue with Bluetooth adapters without address.
+       Fix issue with multiple scanning attempts after disconnects.
+       Fix issue with VPN services when switching into offline mode.
+       Add support for storing statistics information in separate files.
+       Add support for verification of configuration file parameters.
+       Add support for handling time server values from DHCP.
+       Add support for allowing DNS over TCP within the DNS proxy.
+       Add support for loading proxy configurations into PACrunner.
+       Add support for WiFi plugin using new WPA Supplicant D-Bus API.
+       Add support for requesting passphrases via agents.
+       Remove default support for EDNS0 option.
+
 ver 0.61:
        Add support for using the internal DHCP client by default.
        Add support for latest PolicyKit framework.
index 6928cf3..4620a8c 100644 (file)
@@ -1,5 +1,5 @@
 AC_PREREQ(2.60)
-AC_INIT(connman, 0.61)
+AC_INIT(connman, 0.62)
 
 AM_INIT_AUTOMAKE([foreign subdir-objects])
 AM_CONFIG_HEADER(config.h)