gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r2001 - GNUnet


From: grothoff
Subject: [GNUnet-SVN] r2001 - GNUnet
Date: Sun, 28 Aug 2005 01:50:53 -0700 (PDT)

Author: grothoff
Date: 2005-08-28 01:50:52 -0700 (Sun, 28 Aug 2005)
New Revision: 2001

Modified:
   GNUnet/ChangeLog
   GNUnet/README
   GNUnet/README.debian
   GNUnet/README.fr
   GNUnet/configure.ac
Log:
sync

Modified: GNUnet/ChangeLog
===================================================================
--- GNUnet/ChangeLog    2005-08-28 08:43:34 UTC (rev 2000)
+++ GNUnet/ChangeLog    2005-08-28 08:50:52 UTC (rev 2001)
@@ -1,3 +1,6 @@
+Sun Aug 28 01:46:26 PDT 2005
+       Updated German translation.
+
 Tue Aug 23 00:45:57 PDT 2005
        Fixed undersynchronization that may result in segv if pending
        download was cancelled.

Modified: GNUnet/README
===================================================================
--- GNUnet/README       2005-08-28 08:43:34 UTC (rev 2000)
+++ GNUnet/README       2005-08-28 08:50:52 UTC (rev 2001)
@@ -6,9 +6,8 @@
 
 GNUnet is peer-to-peer framework focusing on security.  The first and
 primary application for GNUnet is anonymous file-sharing.  GNUnet is
-currently developed at Purdue University with support from a worldwide
-group of independent free software developers.  GNUnet is a part of
-the GNU project (http://www.gnu.org/).
+currently developed by a worldwide group of independent free software
+developers.  GNUnet is a part of the GNU project (http://www.gnu.org/).
 
 This is a BETA release.  The network has not been tested on a large
 scale yet.  While there are no known significant bugs, we are still
@@ -17,7 +16,7 @@
 users.
 
 For a longer description of the GNUnet System see our webpages
-http://www.gnu.org/projects/GNUnet/ and http://gnunet.org/.
+http://www.gnu.org/software/gnunet/ and http://gnunet.org/.
 
 
 Dependencies:
@@ -26,7 +25,7 @@
 For the impatient, here is the list of immediate dependencies for
 running GNUnet:
 
-- libextractor >= 0.5.3
+- libextractor >= 0.5.4
 - libgcrypt    >= 1.2
 - libgmp       >= 4.0
 - mysql >= 4.1 OR sqlite >= 3.0
@@ -89,10 +88,17 @@
 Configuration
 =============
 
-The defaults are usually ok, you may want to adjust the limitations
-(space consumption, bandwidth, etc.) though.  If you want to
-configure, edit "/etc/gnunetd.conf" (or /var/lib/GNUnet/gnunetd.conf)
-and "~/.gnunet/gnunet.conf" (whichever applies).
+GNUnet uses two types of configuration files, one for the daemon
+(called gnunetd.conf) and one for each user (gnunet.conf).  You can
+create and edit these configuration files with the gnunet-setup tool.
+You need to add the option "-d" to gnunet-setup in order to edit
+gnunetd.conf (by default, gnunet-setup will edit gnunet.conf).  The
+defaults that are created the first time you run gnunet-setup are
+usually ok, you may want to adjust the limitations (space consumption,
+bandwidth, etc.) though.  The configuration files are human-readable;
+gnunetd is typically located at "/etc/gnunetd.conf",
+"~/.gnunet/gnunetd.conf" or "/var/lib/GNUnet/gnunetd.conf".  The
+per-user configuration file should be at "~/.gnunet/gnunet.conf".
 
 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

Modified: GNUnet/README.debian
===================================================================
--- GNUnet/README.debian        2005-08-28 08:43:34 UTC (rev 2000)
+++ GNUnet/README.debian        2005-08-28 08:50:52 UTC (rev 2001)
@@ -38,7 +38,8 @@
 
 Additional gnunet-gtk dependencies:
 
-libglade2-dev
+libglade2-dev  // Note that the "about" dialog requires glade 2.10,
+               // which is NOT in sarge!
 
 
 For running GNUnet with the MySQL database:
@@ -61,7 +62,8 @@
 
 For changing gnunet-gtk glade user interface (development):
 
-glade-2
+glade-2        // Note that you must use glade 2.10, otherwise
+               // the resulting glade file maybe corrupted!
 
 
 ==============================================

Modified: GNUnet/README.fr
===================================================================
--- GNUnet/README.fr    2005-08-28 08:43:34 UTC (rev 2000)
+++ GNUnet/README.fr    2005-08-28 08:50:52 UTC (rev 2001)
@@ -22,7 +22,7 @@
 
 Pour une description plus compl�te du syst�me GNUnet visitez nos
 pages web :
-http://www.gnu.org/projects/GNUnet/
+http://www.gnu.org/software/gnunet/
 http://gnunet.org/
 
 

Modified: GNUnet/configure.ac
===================================================================
--- GNUnet/configure.ac 2005-08-28 08:43:34 UTC (rev 2000)
+++ GNUnet/configure.ac 2005-08-28 08:50:52 UTC (rev 2001)
@@ -21,8 +21,8 @@
 #
 #
 AC_PREREQ(2.57)
-AC_INIT([GNUnet], [0.7.0pre6-svn],address@hidden)
-AM_INIT_AUTOMAKE([GNUnet], [0.7.0pre6-svn])
+AC_INIT([GNUnet], [0.7.0],address@hidden)
+AM_INIT_AUTOMAKE([GNUnet], [0.7.0])
 AM_CONFIG_HEADER([config.h])
 
 AH_TOP([#define _GNU_SOURCE  1])





reply via email to

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