gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r5098 - in GNUnet: . contrib src/applications/fs/namespace


From: gnunet
Subject: [GNUnet-SVN] r5098 - in GNUnet: . contrib src/applications/fs/namespace
Date: Sun, 17 Jun 2007 00:06:13 -0600 (MDT)

Author: grothoff
Date: 2007-06-17 00:06:13 -0600 (Sun, 17 Jun 2007)
New Revision: 5098

Modified:
   GNUnet/README
   GNUnet/UPDATING
   GNUnet/contrib/config-daemon.scm
   GNUnet/contrib/report.sh
   GNUnet/src/applications/fs/namespace/namespace_infotest.c
   GNUnet/todo
Log:
documentation updates

Modified: GNUnet/README
===================================================================
--- GNUnet/README       2007-06-17 05:20:28 UTC (rev 5097)
+++ GNUnet/README       2007-06-17 06:06:13 UTC (rev 5098)
@@ -26,13 +26,14 @@
 For the impatient, here is the list of immediate dependencies for
 running GNUnet:
 
-- libextractor >= 0.5.16
+- libextractor >= 0.5.18
 - libgcrypt    >= 1.2
 - libgmp       >= 4.0
+- libcurl      >= 7.x
 - mysql        >= 5.0  OR  sqlite >= 3.0
 - libltdl      >= 1.5 (part of GNU libtool)
-- libguile     >= 1.8
-- libcurl      >= 7.x
+- libguile     >= 1.8 (strongly recommended)
+- GNU adns     >= 1.0 (recommended)
 
 
 Recommended autotools for compiling the SVN version are:
@@ -102,15 +103,25 @@
 bandwidth, etc.) though.  The configuration files are human-readable;
 gnunetd's configuration is typically located at "/etc/gnunetd.conf".
 The per-user configuration file should be at "~/.gnunet/gnunet.conf".
+A default version of the per-user configuration will automatically
+be created whenever you run any tool that needs that particular
+cofniguration file.
 
+You MUST create /etc/gnunetd.conf explicitly before starting gnunetd,
+and the recommended way to do this is to run gnunet-setup -d (plus
+possibly options to specify which user interface you would perfer).
+
 If you want to use a different configuration file, pass the name of
 the configuration file as an argument with the option "-c" to any
-GNUnet application.  Sending a SIGHUP to the gnunetd process will
+GNUnet application.   Sending a SIGHUP to the gnunetd process will
 cause gnunetd to re-read the configuration file.  Note that not all
 options can be changed at runtime this way (e.g. to change any port
 number, you must fully restart gnunetd).
 
+After changing certain options (or updating GNUnet) you must re-run 
+gnunet-update.
 
+
 Usage
 =====
 
@@ -147,7 +158,7 @@
 
 This will display a list of results to the console. Then use
 
-$ gnunet-download -o FILENAME -- GNUNET_URI
+$ gnunet-download -o FILENAME GNUNET_URI
 
 to retrieve a file.  The GNUNET_URI is printed by gnunet-search
 together with a description.

Modified: GNUnet/UPDATING
===================================================================
--- GNUnet/UPDATING     2007-06-17 05:20:28 UTC (rev 5097)
+++ GNUnet/UPDATING     2007-06-17 06:06:13 UTC (rev 5098)
@@ -8,7 +8,19 @@
 data-preserving migration may not be possible.  For SVN versions,
 you're on your own.
 
+0.7.1c to 0.7.2
+===============
 
+Stop gnunetd.  Remove "tcp_old" and "http" from the TRANSPORTS line in
+/etc/gnunetd.conf (should they exist).  Failure to do so will cause
+problems.  Then run
+
+$ gnunet-update
+
+and restart gnunetd.  Note that you must update gnunet-gtk and/or
+gnunet-qt as well.
+
+
 0.7.1b to 0.7.1c
 ================
 

Modified: GNUnet/contrib/config-daemon.scm
===================================================================
--- GNUnet/contrib/config-daemon.scm    2007-06-17 05:20:28 UTC (rev 5097)
+++ GNUnet/contrib/config-daemon.scm    2007-06-17 06:06:13 UTC (rev 5098)
@@ -185,7 +185,7 @@
 If you do not specify a HOSTLISTURL, you must copy valid hostkeys to 
data/hosts manually.")
   '()
   #t
-  "http://gnunet.org/hostlist.php http://gnunet.mine.nu:8081/hostlist 
http://de.gnunet.org/cgi-bin/hostlist.cgi http://uk.gnunet.org/hostlist";
+  "http://gnunet.org/hostlist.php http://gnunet.mine.nu:8081/hostlist 
http://de.gnunet.org/cgi-bin/hostlist.cgi";
   '()
   'always) )
 

Modified: GNUnet/contrib/report.sh
===================================================================
--- GNUnet/contrib/report.sh    2007-06-17 05:20:28 UTC (rev 5097)
+++ GNUnet/contrib/report.sh    2007-06-17 06:06:13 UTC (rev 5098)
@@ -178,7 +178,15 @@
 fi
 
 
+TEST=`grep "Id:" /usr/include/adns.h 2> /dev/null`
+if test -n "$TEST"; then
+  echo "$TEST" | awk '{print "GNU adns       : "$4}'
+else
+  echo "GNU adns       : Not found"
+fi
 
 
 
+
+
 echo "--------------------------------------------------------------"

Modified: GNUnet/src/applications/fs/namespace/namespace_infotest.c
===================================================================
--- GNUnet/src/applications/fs/namespace/namespace_infotest.c   2007-06-17 
05:20:28 UTC (rev 5097)
+++ GNUnet/src/applications/fs/namespace/namespace_infotest.c   2007-06-17 
06:06:13 UTC (rev 5098)
@@ -89,10 +89,11 @@
                           NULL,
                           &root);
   CHECK(uri != NULL);
-  CHECK(old + 1 == NS_listNamespaces(ectx,
-                                    cfg,
-                                    NULL,
-                                    NULL));
+  newVal = NS_listNamespaces(ectx,
+                            cfg,
+                            NULL,
+                            NULL);
+  CHECK(old < newVal);
   old = NS_listNamespaceContent(ectx,
                                cfg,
                                "test",
@@ -116,7 +117,7 @@
                                   "test",
                                   NULL,
                                   NULL);
-  CHECK(old + 1 == newVal);
+  CHECK(old < newVal);
   CHECK(OK == NS_deleteNamespace(ectx,
                                 cfg,
                                 "test"));

Modified: GNUnet/todo
===================================================================
--- GNUnet/todo 2007-06-17 05:20:28 UTC (rev 5097)
+++ GNUnet/todo 2007-06-17 06:06:13 UTC (rev 5098)
@@ -3,17 +3,12 @@
 Annotations:
   RC == Release Critical
 
-0.7.2 [6'07]:
-- new features:
-  * HTTP transport (libcurl, libmicrohttpd) [#765] [likely 0.7.2a]
-- RC bugs:
-  * session keys sent to wrong peers? => assertions added
-
 0.7.3 [8'07] (aka "features"):
 - chat support basics [RC]
 - insert meta-data under hash (md5? sha1? sha-512? GNUnet-URI?)
   as keyword (to allow getting meta-data from URI only) [RC]
 - old/new features:
+  * HTTP transport (libcurl, libmicrohttpd) [#765]
   * SMTP transport (libesmtp)
   * SMTP logger
   * support NAT-PMP (in addition to UPnP)





reply via email to

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