Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=fw-control-center.git;a=commitdiff;h=38867ff2a1eb215970d3aacea40033360335c056
commit 38867ff2a1eb215970d3aacea40033360335c056 Author: Priyank <[email protected]> Date: Fri Feb 27 19:22:04 2009 +0530 updates for 0.1.7 diff --git a/gnetconfig/NEWS b/gnetconfig/NEWS index 14649ab..86ba0d9 100644 --- a/gnetconfig/NEWS +++ b/gnetconfig/NEWS @@ -1,5 +1,9 @@ VERSION DESCRIPTION --------------------------------------------------------------------------------------------------------- +0.1.7 - BUGFIX: ADSL information not cleared when deleting ADSL interface + - BUGFIX: Fix bug when stopping an interface from the popup menu + - Preserve interface selection after a start/stop operation + - New translation : Vietnamese (Thanks to Clytie Siddall) 0.1.6 - Added WPA support 0.1.5 - Improved network interface detection (requires frugalwareutils 0.8.0) - Use text+icon (previously only icon) for Activate and Delete profile buttons diff --git a/gnetconfig/configure.ac b/gnetconfig/configure.ac index d7b1029..38ee0b1 100644 --- a/gnetconfig/configure.ac +++ b/gnetconfig/configure.ac @@ -1,7 +1,7 @@ ENV_CFLAGS=$CFLAGS AC_PREREQ(2.59) -AC_INIT([gnetconfig], 0.1.6, [[email protected]], gnetconfig) +AC_INIT([gnetconfig], 0.1.7, [[email protected]], gnetconfig) AC_CONFIG_SRCDIR([src/gnetconfig.c]) AC_LANG(C) AM_CONFIG_HEADER(config.h) _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
