summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2010-09-08 20:20:18 +0200
committerMarcel Holtmann <marcel@holtmann.org>2010-09-08 20:20:18 +0200
commit2cf4ede531011ae98022f9e9fb8663c821b808d2 (patch)
tree102e046ff0a8f4051cd6f02be990e74d9ce59889
parentf104dc56fcefa431b59835e477a3c14f7d2c35c0 (diff)
downloadconnman-2cf4ede531011ae98022f9e9fb8663c821b808d2.tar.gz
connman-2cf4ede531011ae98022f9e9fb8663c821b808d2.tar.bz2
connman-2cf4ede531011ae98022f9e9fb8663c821b808d2.zip
Release 0.600.60
-rw-r--r--ChangeLog9
-rw-r--r--configure.ac2
2 files changed, 10 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index c0a4a012..1cc60c13 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+ver 0.60:
+ Fix issue with missing reset of proxy settings.
+ Fix issue with missing Ethernet property changed signal.
+ Fix issue with offline operation on already blocked devices.
+ Fix issue with offline mode and device powered changes.
+ Fix issue with portal detection and DHCP renewals.
+ Fix issue with connection attempts for removed networks.
+ Fix issue with stale pointers of networks.
+
ver 0.59:
Fix issue with D-Bus object paths of VPN providers.
diff --git a/configure.ac b/configure.ac
index 6923aa17..75abaf57 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ(2.60)
-AC_INIT(connman, 0.59)
+AC_INIT(connman, 0.60)
AM_INIT_AUTOMAKE([foreign subdir-objects])
AM_CONFIG_HEADER(config.h)