Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=fw-control-center.git;a=commitdiff;h=a36075c7ba25cc0caa533e8067154cf4913a2669
commit a36075c7ba25cc0caa533e8067154cf4913a2669 Author: Priyank <[EMAIL PROTECTED]> Date: Fri Mar 28 22:37:58 2008 +0530 updates for 0.1.5 diff --git a/gnetconfig/NEWS b/gnetconfig/NEWS index 7d70992..7431cad 100644 --- a/gnetconfig/NEWS +++ b/gnetconfig/NEWS @@ -1,5 +1,7 @@ VERSION DESCRIPTION --------------------------------------------------------------------------------------------------------- +0.1.5 - Improved network interface detection (requires frugalwareutils 0.8.0) + - Use text+icon (previously only icon) for Activate and Delete profile buttons 0.1.4 - BUGFIX: Fix a bug where the last DNS entry was not deleted even if the user tried to do so. - BUGFIX: Don't allow duplicate DNS entries to be added. diff --git a/gnetconfig/README b/gnetconfig/README index 9e805c0..4f6400f 100644 --- a/gnetconfig/README +++ b/gnetconfig/README @@ -1,4 +1,4 @@ -Gnetconfig 0.1.3 +Gnetconfig 0.1.5 Gnetconfig is a graphical network configuration tool for Frugalware Linux. Gnetconfig uses the libfwnetconfig library to perform network @@ -7,20 +7,23 @@ configuration tasks. Requirements ============= * gtk+2 >= 2.10.0 -* frugalwareutils >= 0.7.3 +* frugalwareutils >= 0.8.0 * gksu-2.0.0 Usage ====== Gnetconfig requires super user privileges. The recommended way is to run -it using sudo or gksu. +it using sudo, gksu or kdesu. -* To run it using sudo, type: -$ sudo gnetconfig - -* To run it using gksu (install it with pacman -S gksu), type: +* GNOME/Xfce users can run gnetconfig by typing: $ gksu gnetconfig +* KDE users can run gnetconfig by typing: +$ kdesu gnetconfig + +* Or, you can also run it using sudo, by typing: +$ sudo gnetconfig + Reporting bugs =============== If you encounter a bug in Gnetconfig, report it at diff --git a/gnetconfig/configure.ac b/gnetconfig/configure.ac index 4a06d00..5ceda20 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.4, [EMAIL PROTECTED], gnetconfig) +AC_INIT([gnetconfig], 0.1.5, [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
