From 6cd7ae273f2c85dba3cb2d1eaa0cdd7bac998362 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Thu, 25 Mar 2010 16:37:09 -0700 Subject: [PATCH] Release 0.51 --- ChangeLog | 8 ++++++++ configure.ac | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 47925db..bfd8be7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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 af498d0..6203b6d 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) -- 2.7.4