gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r579 - in GNUnet: . contrib src/applications/fs/fsui src/in


From: grothoff
Subject: [GNUnet-SVN] r579 - in GNUnet: . contrib src/applications/fs/fsui src/include
Date: Sat, 2 Apr 2005 10:14:42 -0800 (PST)

Author: grothoff
Date: 2005-04-02 10:14:36 -0800 (Sat, 02 Apr 2005)
New Revision: 579

Modified:
   GNUnet/configure.ac
   GNUnet/contrib/doxygen
   GNUnet/src/applications/fs/fsui/fsuitest.c
   GNUnet/src/include/gnunet_ecrs_lib.h
   GNUnet/src/include/gnunet_util.h
   GNUnet/todo
Log:
flgs

Modified: GNUnet/configure.ac
===================================================================
--- GNUnet/configure.ac 2005-04-02 07:23:27 UTC (rev 578)
+++ GNUnet/configure.ac 2005-04-02 18:14:36 UTC (rev 579)
@@ -21,8 +21,8 @@
 #
 #
 AC_PREREQ(2.57)
-AC_INIT([GNUnet], [0.7.0pre1],address@hidden)
-AM_INIT_AUTOMAKE([GNUnet], [0.7.0pre1])
+AC_INIT([GNUnet], [0.7.0pre2],address@hidden)
+AM_INIT_AUTOMAKE([GNUnet], [0.7.0pre2])
 AM_CONFIG_HEADER([config.h])
 
 AH_TOP([#define _GNU_SOURCE  1])
@@ -203,7 +203,7 @@
 fi
 
 SAVE_LDFLAGS=$LDFLAGS
-SAVE_CPPFLGAS=$CPPFLAGS
+SAVE_CPPFLAGS=$CPPFLAGS
 
 # test for sqlite
 sqlite=false
@@ -224,7 +224,7 @@
     AC_CHECK_HEADERS(sqlite3.h,
      EXT_LIB_PATH="-L$with_sqlite/lib $EXT_LIB_PATH"
      SQLITE_LDFLAGS="-L$with_sqlite/lib"
-     SQLITE_CPPFLGAS="-I$with_sqlite/include"
+     SQLITE_CPPFLAGS="-I$with_sqlite/include"
      sqlite=true)
     LDFLAGS=$SAVE_LDFLAGS
     CPPFLAGS=$SAVE_CPPFLAGS

Modified: GNUnet/contrib/doxygen
===================================================================
--- GNUnet/contrib/doxygen      2005-04-02 07:23:27 UTC (rev 578)
+++ GNUnet/contrib/doxygen      2005-04-02 18:14:36 UTC (rev 579)
@@ -23,7 +23,7 @@
 # This could be handy for archiving the generated documentation or 
 # if some version control system is used.
 
-PROJECT_NUMBER         = 0.7.0pre1
+PROJECT_NUMBER         = 0.7.0pre2
 
 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) 
 # base path where the generated documentation will be put. 

Modified: GNUnet/src/applications/fs/fsui/fsuitest.c
===================================================================
--- GNUnet/src/applications/fs/fsui/fsuitest.c  2005-04-02 07:23:27 UTC (rev 
578)
+++ GNUnet/src/applications/fs/fsui/fsuitest.c  2005-04-02 18:14:36 UTC (rev 
579)
@@ -148,7 +148,7 @@
            strlen("foo bar test!"),
            "600");
   meta = ECRS_createMetaData();
-  kuri = FSUI_parseListKeywordURI(3,
+  kuri = FSUI_parseListKeywordURI(2,
                                  (const char**)keywords);
   CHECK(OK ==
        FSUI_upload(ctx,

Modified: GNUnet/src/include/gnunet_ecrs_lib.h
===================================================================
--- GNUnet/src/include/gnunet_ecrs_lib.h        2005-04-02 07:23:27 UTC (rev 
578)
+++ GNUnet/src/include/gnunet_ecrs_lib.h        2005-04-02 18:14:36 UTC (rev 
579)
@@ -43,7 +43,7 @@
  * 4.0.x: with expiration, variable meta-data, kblocks
  * 5.x.x: who knows? :-)
  */
-#define AFS_VERSION "4.0.0"
+#define AFS_VERSION "4.0.1"
 
 #define GNUNET_DIRECTORY_MIME  "application/gnunet-directory"
 #define GNUNET_DIRECTORY_MAGIC "\211GND\r\n\032\n"

Modified: GNUnet/src/include/gnunet_util.h
===================================================================
--- GNUnet/src/include/gnunet_util.h    2005-04-02 07:23:27 UTC (rev 578)
+++ GNUnet/src/include/gnunet_util.h    2005-04-02 18:14:36 UTC (rev 579)
@@ -55,10 +55,10 @@
  * something changes GNUnet-util.  It does not have
  * to match exactly with the GNUnet version number;
  * especially the least significant bits may change
- * frequently, even between different CVS versions.
+ * frequently, even between different SVN versions.
  */
 
-#define GNUNET_UTIL_VERSION 0x00060902
+#define GNUNET_UTIL_VERSION 0x00060903
 
 /**
  * We use an unsigned short in the protocol header, thus:

Modified: GNUnet/todo
===================================================================
--- GNUnet/todo 2005-04-02 07:23:27 UTC (rev 578)
+++ GNUnet/todo 2005-04-02 18:14:36 UTC (rev 579)
@@ -1,7 +1,5 @@
-0.7.0pre1 [4'05] (aka "preview"):
-* package & re-run final tests
-
 0.7.0 [6'05?] (aka "compatibility? what's that?"):
+- gnunet-insert crashes if called with invalid filename?
 - Features removed but to be revived:
   * gnunet-gtk
 - Missing Features:





reply via email to

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