gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r15527 - in gnunet-setup: . src


From: gnunet
Subject: [GNUnet-SVN] r15527 - in gnunet-setup: . src
Date: Fri, 10 Jun 2011 13:28:53 +0200

Author: grothoff
Date: 2011-06-10 13:28:53 +0200 (Fri, 10 Jun 2011)
New Revision: 15527

Modified:
   gnunet-setup/ChangeLog
   gnunet-setup/src/gnunet-setup-options.c
Log:
fix

Modified: gnunet-setup/ChangeLog
===================================================================
--- gnunet-setup/ChangeLog      2011-06-10 11:24:46 UTC (rev 15526)
+++ gnunet-setup/ChangeLog      2011-06-10 11:28:53 UTC (rev 15527)
@@ -1,3 +1,14 @@
+Fri Jun 10 11:07:58 CEST 2011
+       Releasing GNUnet 0.9.0pre3.  Instead of listing all that has
+       changed, here is the short list of what is known NOT to work:
+
+       * Autoconfiguration of NAT options
+       * Testing of TCP configuration
+       * No buttons for other transport plugin validations
+
+       With this release we will finally start with
+       a detailed accounting of changes in the ChangeLog.
+
 Mon Nov  1 13:03:59 CET 2010
        Project started.
-       
+

Modified: gnunet-setup/src/gnunet-setup-options.c
===================================================================
--- gnunet-setup/src/gnunet-setup-options.c     2011-06-10 11:24:46 UTC (rev 
15526)
+++ gnunet-setup/src/gnunet-setup-options.c     2011-06-10 11:28:53 UTC (rev 
15527)
@@ -838,7 +838,8 @@
                      -1);
   /* update configuration */
   update_vpn_dns_configuration (tm);
-  if (0 == strlen (old))
+  if ( (0 == strlen (old)) &&
+       (0 != strlen (new_text)) )
     {
       /* need another empty entry at the end for future expansion */
       add_dns_entry_to_list_store (GTK_LIST_STORE (tm), NULL);




reply via email to

[Prev in Thread] Current Thread [Next in Thread]