gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r7140 - in GNUnet: . contrib src/include


From: gnunet
Subject: [GNUnet-SVN] r7140 - in GNUnet: . contrib src/include
Date: Wed, 11 Jun 2008 22:17:37 -0600 (MDT)

Author: grothoff
Date: 2008-06-11 22:17:37 -0600 (Wed, 11 Jun 2008)
New Revision: 7140

Modified:
   GNUnet/ChangeLog
   GNUnet/configure.ac
   GNUnet/contrib/doxygen
   GNUnet/src/include/gnunet_util.h
Log:
document recent changes

Modified: GNUnet/ChangeLog
===================================================================
--- GNUnet/ChangeLog    2008-06-12 04:08:01 UTC (rev 7139)
+++ GNUnet/ChangeLog    2008-06-12 04:17:37 UTC (rev 7140)
@@ -1,3 +1,10 @@
+Wed Jun 11 22:17:09 MDT 2008
+       Made state of gnunet-auto-share persistent. 
+       Added support for multiple directories.  Improved
+       FSUI/ECRS APIs to reduce the number of threads needed
+       for probing.  Increased number of concurrent probes
+       allowed.
+
 Sat Jun  7 17:54:49 MDT 2008
        Simplified namespaces a lot.  Shorter timeouts for
        trying to connect to gnunetd to prevent interactive

Modified: GNUnet/configure.ac
===================================================================
--- GNUnet/configure.ac 2008-06-12 04:08:01 UTC (rev 7139)
+++ GNUnet/configure.ac 2008-06-12 04:17:37 UTC (rev 7140)
@@ -1,5 +1,5 @@
 # This file is part of GNUnet.
-# (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007 Christian Grothoff (and other 
contributing authors)
+# (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 Christian Grothoff (and 
other contributing authors)
 #
 # GNUnet is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published
@@ -21,8 +21,8 @@
 #
 #
 AC_PREREQ(2.61)
-AC_INIT([GNUnet], [0.8.0pre1],address@hidden)
-AM_INIT_AUTOMAKE([GNUnet], [0.8.0pre1])
+AC_INIT([GNUnet], [0.8.0],address@hidden)
+AM_INIT_AUTOMAKE([GNUnet], [0.8.0])
 AC_CONFIG_HEADERS([config.h])
 
 AH_TOP([#define _GNU_SOURCE  1])

Modified: GNUnet/contrib/doxygen
===================================================================
--- GNUnet/contrib/doxygen      2008-06-12 04:08:01 UTC (rev 7139)
+++ GNUnet/contrib/doxygen      2008-06-12 04:17:37 UTC (rev 7140)
@@ -5,7 +5,7 @@
 #---------------------------------------------------------------------------
 DOXYFILE_ENCODING      = UTF-8
 PROJECT_NAME           = GNUnet
-PROJECT_NUMBER         = 0.8.0pre0
+PROJECT_NUMBER         = 0.8.0
 OUTPUT_DIRECTORY       = /home/gnunet/WWW/doxygen
 CREATE_SUBDIRS         = NO
 OUTPUT_LANGUAGE        = English

Modified: GNUnet/src/include/gnunet_util.h
===================================================================
--- GNUnet/src/include/gnunet_util.h    2008-06-12 04:08:01 UTC (rev 7139)
+++ GNUnet/src/include/gnunet_util.h    2008-06-12 04:17:37 UTC (rev 7140)
@@ -86,7 +86,7 @@
  * especially the least significant bits may change
  * frequently, even between different SVN versions.
  */
-#define GNUNET_UTIL_VERSION 0x00080001
+#define GNUNET_UTIL_VERSION 0x00080002
 
 #if 0                           /* keep Emacsens' auto-indent happy */
 {





reply via email to

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