diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2010-03-25 16:37:09 -0700 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2010-03-25 16:37:09 -0700 |
commit | 6cd7ae273f2c85dba3cb2d1eaa0cdd7bac998362 (patch) | |
tree | 85f85fe17cf84928b90f004568f569b40bf533d7 | |
parent | 7deea36d8fa667741334c511d3188d53b5f3e6fb (diff) | |
download | connman-6cd7ae273f2c85dba3cb2d1eaa0cdd7bac998362.tar.gz connman-6cd7ae273f2c85dba3cb2d1eaa0cdd7bac998362.tar.bz2 connman-6cd7ae273f2c85dba3cb2d1eaa0cdd7bac998362.zip |
Release 0.510.51
-rw-r--r-- | ChangeLog | 8 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 9 insertions, 1 deletions
@@ -1,3 +1,11 @@ +ver 0.51: + Fix issue with missing device power toggling. + Fix issue with D-Bus object path on device removal. + Add support for WiFi portal detection. + Add support for configuring static gateways. + Remove unneeded plugin for Option HSO support. + Remove unneeded plugin for Ericsson MBM support. + ver 0.50: Fix configuration loading for unknown services. Fix IP method setting of Ethernet plugin. diff --git a/configure.ac b/configure.ac index af498d0e..6203b6d2 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.60) -AC_INIT(connman, 0.50) +AC_INIT(connman, 0.51) AM_INIT_AUTOMAKE([foreign subdir-objects]) AM_CONFIG_HEADER(config.h) |