Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=fw-control-center.git;a=commitdiff;h=bf290d182d08a0f6e2ccfb4fa8244421b4520581

commit bf290d182d08a0f6e2ccfb4fa8244421b4520581
Author: Priyank <[EMAIL PROTECTED]>
Date:   Tue Feb 26 12:54:49 2008 +0530

gnetconfig: updates for 0.1.4

diff --git a/gnetconfig/NEWS b/gnetconfig/NEWS
index 0e6d74f..7d70992 100644
--- a/gnetconfig/NEWS
+++ b/gnetconfig/NEWS
@@ -1,6 +1,19 @@
VERSION                 DESCRIPTION
---------------------------------------------------------------------------------------------------------
-0.1.3                  - Set the textdomain codeset to UTF-8. This fixes a bug 
where the                                 text is not displayed correctly for 
accented languages like fr, hu
+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.
+                       - BUGFIX: Fixed a bug where the connection type was left
+                         blank if a wifi interface with dhcp was selected.
+                       - When saving a profile, make sure dhcp_opts is not set 
if
+                         dhcp_client is dhclient
+                       - Fixed a possible NULL pointer dereference.
+                       - Added --enable-debug switch to configure.
+                       - Removed some unnecessary + buggy code.
+                       - Translation updates.
+                       - New Translation: Czech (cs_CZ)
+0.1.3                  - Set the textdomain codeset to UTF-8. This fixes a bug 
where the
+                         text is not displayed correctly for accented 
languages like fr, hu
- BUGFIX: Fixed a bug where a blank gateway line was written if the
user left the gateway entry blank when editing a network interface
- BUGFIX: Fix a double free or corruption
diff --git a/gnetconfig/configure.ac b/gnetconfig/configure.ac
index b96b4d0..4a06d00 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.3, [EMAIL PROTECTED], gnetconfig)
+AC_INIT([gnetconfig], 0.1.4, [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

Reply via email to