gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r2746 - in GNUnet: . src/applications/fs/module


From: grothoff
Subject: [GNUnet-SVN] r2746 - in GNUnet: . src/applications/fs/module
Date: Fri, 5 May 2006 16:45:55 -0700 (PDT)

Author: grothoff
Date: 2006-05-05 16:45:50 -0700 (Fri, 05 May 2006)
New Revision: 2746

Modified:
   GNUnet/README
   GNUnet/UPDATING
   GNUnet/src/applications/fs/module/migration.c
   GNUnet/todo
Log:
syn

Modified: GNUnet/README
===================================================================
--- GNUnet/README       2006-05-05 23:00:54 UTC (rev 2745)
+++ GNUnet/README       2006-05-05 23:45:50 UTC (rev 2746)
@@ -25,7 +25,7 @@
 For the impatient, here is the list of immediate dependencies for
 running GNUnet:
 
-- libextractor >= 0.5.4
+- libextractor >= 0.5.13
 - libgcrypt    >= 1.2
 - libgmp       >= 4.0
 - mysql >= 4.1 OR sqlite >= 3.0

Modified: GNUnet/UPDATING
===================================================================
--- GNUnet/UPDATING     2006-05-05 23:00:54 UTC (rev 2745)
+++ GNUnet/UPDATING     2006-05-05 23:45:50 UTC (rev 2746)
@@ -9,7 +9,7 @@
 you're on your own.
 
 
-0.7.0pre6 and 0.7.0 and 0.7.0a to 0.7.0b
+0.7.0pre6, 0.7.0, 0.7.0{a,b,c} to 0.7.0d
 ========================================
 
 Run

Modified: GNUnet/src/applications/fs/module/migration.c
===================================================================
--- GNUnet/src/applications/fs/module/migration.c       2006-05-05 23:00:54 UTC 
(rev 2745)
+++ GNUnet/src/applications/fs/module/migration.c       2006-05-05 23:45:50 UTC 
(rev 2746)
@@ -104,6 +104,7 @@
   cron_t et;
   cron_t now;
   unsigned int anonymity;
+  Datastore_Value *enc;    
 
   MUTEX_LOCK(&lock);
   if (content != NULL) {
@@ -129,8 +130,6 @@
   }
   
   if (ntohl(content->type) == ONDEMAND_BLOCK) {
-    Datastore_Value *enc;
-    
     if (ONDEMAND_getIndexed(datastore, content, &key, &enc) != OK) {
       MUTEX_UNLOCK(&lock);
       return 0;

Modified: GNUnet/todo
===================================================================
--- GNUnet/todo 2006-05-05 23:00:54 UTC (rev 2745)
+++ GNUnet/todo 2006-05-05 23:45:50 UTC (rev 2746)
@@ -11,7 +11,10 @@
   Oh, and this is of course just a plan.  And plans always change.
 
 
-0.7.1 [2'06] (aka "stabilization")
+0.7.0d:
+* #1025
+
+0.7.1 ['06] (aka "stabilization")
 - known bugs (see Mantis for updates):
   * gnunet-setup memory leaks (#878)
   * gnunet-setup category switch update bug (#892)  [ RC ]
@@ -27,7 +30,7 @@
     + FSUI collections
     + gnunet-tracekit
 
-0.7.2 [4'06] (aka "performance"):
+0.7.2 ['06] (aka "performance"):
 - Optimizations:
   * cache some kblock-public/private keys in memory [ CG, RC ]
     (1024 bit keys are much better than the 2048 bit keys,
@@ -44,14 +47,14 @@
 - gnunet-setup:
   * php-ification for i18n [ Nils, RC? ]
 
-0.7.3 [5'06] (aka "features"):
+0.7.3 ['06] (aka "features"):
 - #747 (sharing stats for gnunet-gtk)
 - insert meta-data under hash (md5? sha1? sha-512? GNUnet-URI?)
   as keyword (to allow getting meta-data from URI only)
 - Documentation:
   * LJ article
 
-0.7.4 [6'06] (aka "advanced features"):
+0.7.4 ['06] (aka "advanced features"):
 - gnunet-chat [ RC ]
 - Insert/Index a "shared directory" automatically [Nils]
 - https://gnunet.org/drupal/?q=node/97





reply via email to

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