notes on 0.9
authorng0 <ng0@n0.is>
Sun, 3 Mar 2019 21:32:17 +0000 (21:32 +0000)
committerng0 <ng0@n0.is>
Sun, 3 Mar 2019 21:32:17 +0000 (21:32 +0000)
doc/handbook/chapters/developer.texi
doc/handbook/chapters/installation.texi

index cd81fcfb7c2c25d5a97dab5a4a3868cc241cb5c3..7f16ea2ee92698ff66309abf8977fd0c6dc958f0 100644 (file)
@@ -3557,8 +3557,9 @@ at least until benchmarks exist).
 @subsubsection Availability
 @c %**end of header
 
-The new multi hash map code was committed in SVN 24319 (will be in GNUnet
-0.9.4). Various subsystems (transport, core, dht, file-sharing) were
+The new multi hash map code was committed in SVN 24319 (which made its
+way into GNUnet version 0.9.4).
+Various subsystems (transport, core, dht, file-sharing) were
 previously audited and modified to take advantage of the new capability.
 In particular, memory consumption of the file-sharing service is expected
 to drop by 20-30% due to this change.
@@ -4073,6 +4074,7 @@ message, and delivers it to Carol as though it came directly from Alice.
 @node SMTP plugin
 @section SMTP plugin
 @c %**end of header
+@c TODO: Update!
 
 This section describes the new SMTP transport plugin for GNUnet as it
 exists in the 0.7.x and 0.8.x branch. SMTP support is currently not
@@ -4080,6 +4082,9 @@ available in GNUnet 0.9.x. This page also describes the transport layer
 abstraction (as it existed in 0.7.x and 0.8.x) in more detail and gives
 some benchmarking results. The performance results presented are quite
 old and maybe outdated at this point.
+For the readers in the year 2019, you will notice by the mention of
+version 0.7, 0.8, and 0.9 that this section has to be taken with your
+usual grain of salt and be updated eventually.
 
 @itemize @bullet
 @item Why use SMTP for a peer-to-peer transport?
index 2d4f2e43efc01068cec30c9a637618ac37ea554c..c7c9722fa0c664a6eba774bade5dd8127f9e0997 100644 (file)
@@ -2209,7 +2209,7 @@ However, as TCP is generally less efficient and it is rarely the case
 that a single GNUnet peer is supposed to serve an entire local network,
 the default configuration should disable TCP access to all GNUnet
 services on systems with support for UNIX domain sockets.
-As of GNUnet 0.9.2, configuration files with TCP access disabled should be
+Since GNUnet 0.9.2, configuration files with TCP access disabled should be
 generated by default. Users can re-enable TCP access to particular
 services simply by specifying a non-zero port number in the section of
 the respective service.