summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2010-03-03 07:22:24 -0800
committerMarcel Holtmann <marcel@holtmann.org>2010-03-03 07:22:24 -0800
commitff6c7c257c620aea8a4c3c9c2a99551972166407 (patch)
tree63efc396f6e721af153527450ae0b1a755d296d9
parente3026ea065bdc254487adcde32d3d2e048c984f4 (diff)
downloadconnman-ff6c7c257c620aea8a4c3c9c2a99551972166407.tar.gz
connman-ff6c7c257c620aea8a4c3c9c2a99551972166407.tar.bz2
connman-ff6c7c257c620aea8a4c3c9c2a99551972166407.zip
Release 0.500.50
-rw-r--r--ChangeLog4
-rw-r--r--configure.ac2
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 0c0554a8..47925dbb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+ver 0.50:
+ Fix configuration loading for unknown services.
+ Fix IP method setting of Ethernet plugin.
+
ver 0.49:
Fix issue with WiFi power changes.
Fix issue with Bluetooth device startup.
diff --git a/configure.ac b/configure.ac
index 9671bae7..96872dce 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ(2.60)
-AC_INIT(connman, 0.49)
+AC_INIT(connman, 0.50)
AM_INIT_AUTOMAKE([foreign subdir-objects])
AM_CONFIG_HEADER(config.h)