gnunet-svn
[Top][All Lists]
Advanced

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

[gnunet-scheme] 02/05: NEWS: Add news entries.


From: gnunet
Subject: [gnunet-scheme] 02/05: NEWS: Add news entries.
Date: Wed, 31 Aug 2022 13:30:18 +0200

This is an automated email from the git hooks/post-receive script.

maxime-devos pushed a commit to branch master
in repository gnunet-scheme.

commit 7dcbbeb2a105e8086e1fde964083567b42d00ead
Author: Maxime Devos <maximedevos@telenet.be>
AuthorDate: Wed Aug 31 12:19:57 2022 +0200

    NEWS: Add news entries.
---
 NEWS | 22 ++++++++++++++++++++--
 1 file changed, 20 insertions(+), 2 deletions(-)

diff --git a/NEWS b/NEWS
index f0b56b2..eb067bf 100644
--- a/NEWS
+++ b/NEWS
@@ -8,11 +8,29 @@
 
 * Changes since 0.2
 ** API
+   - There is some initial support for CADET in (gnu gnunet cadet client),
+     documented in the manual.  However, it is incomplete and reconnection
+     is completely untested.
+   - (gnu gnunet data-string) now signals bogus input with exceptions instead
+     of returning #false.
+   - (gnu gnunet utils hat-let) is now more flexible in recognising _ --
+     it is now irrelevant whether _ has been imported (from (rnrs base))
+     or not.
    - DHT searches can now be stopped (‘cancelled’) with 'stop-get!'.
      Additionally, DHT searches are automatically cancelled when the
      search object becomes unreachable.
-   - DHT server objects are automatically disconnected when they become
-     unreachable (TODO: NSE server objects!)
+   - DHT and NSE server objects are automatically disconnected when they become
+     unreachable.
+   - Negative floating point numbers are now recognised by the configuration 
parser.
+   - Envelopes now have a 'envelope-peek-irrevocably-sent?' procedure for 
testing
+     if it has been sent.
+   - The new module (gnu gnunet concurrency lost-and-found) can detect if an
+     object became garbage-collectable, interacting with guile-fibers.
+   * (gnu gnunet utils bv-slice) has been extended.
+** Internals
+   - (gnu gnunet data-string) has been modified to not mutate any variables.
+   - The tests in tests/mq-stream are now more sensitive.
+   - Documentation has been split in several files.
 ** Documentation
    - The ‘message-symbol’ network structure property is now defined for DHT
      messages and documented in the manual.  The aim is to make the code

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

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