This email list is read-only.  Emails sent to this list will be discarded
----------------------------------
 ChangeLog            |    9 +++++++++
 configure.ac         |    2 +-
 plugins/resolvconf.c |    6 ++----
 3 files changed, 12 insertions(+), 5 deletions(-)

New commits:
commit f6da5ddaa4bb61d63d9c585b1b7821d682ff59bb
Author: Marcel Holtmann <[email protected]>
Date:   Mon Dec 15 09:49:43 2008 +0100

    Release 0.4

commit 548a9238633420375bc6aa847279cd9ad2c8dd6f
Author: Marcel Holtmann <[email protected]>
Date:   Mon Dec 15 09:41:20 2008 +0100

    Execute resolvconf commands


Diff in this email is a maximum of 400 lines.
diff --git a/ChangeLog b/ChangeLog
index f9dcf50..3b92407 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+ver 0.4:
+       Add DNS proxy resolver plugin.
+       Add support for default connections.
+       Add support for gateway change notifications.
+       Add signal strength property for connections.
+       Add property for connection type.
+       Fix issue with carrier detection.
+       Fix broken resolvconf plugin.
+
 ver 0.3:
        Add support for automatically connecting known networks.
        Add improved framework for handling resolver details.
diff --git a/configure.ac b/configure.ac
index c5a7a1d..8bf5254 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,7 @@
 AC_PREREQ(2.50)
 AC_INIT()
 
-AM_INIT_AUTOMAKE(connman, 0.3)
+AM_INIT_AUTOMAKE(connman, 0.4)
 AM_CONFIG_HEADER(config.h)
 
 AM_MAINTAINER_MODE
diff --git a/plugins/resolvconf.c b/plugins/resolvconf.c
index 41f649c..0a1c036 100644
--- a/plugins/resolvconf.c
+++ b/plugins/resolvconf.c
@@ -51,8 +51,7 @@ static int resolvconf_append(const char *interface, const 
char *domain,
 
        DBG("%s", cmd);
 
-       //err = system(cmd);
-       err = 0;
+       err = system(cmd);
 
        g_free(cmd);
 
@@ -71,8 +70,7 @@ static int resolvconf_remove(const char *interface, const 
char *domain,
 
        DBG("%s", cmd);
 
-       //err = system(cmd);
-       err = 0;
+       err = system(cmd);
 
        g_free(cmd);
 
_______________________________________________
Commits mailing list
[email protected]
https://lists.moblin.org/mailman/listinfo/commits

Reply via email to