gnunet-svn
[Top][All Lists]
Advanced

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

[gnunet-scheme] 04/05: Sort changes since 0.2.


From: gnunet
Subject: [gnunet-scheme] 04/05: Sort changes since 0.2.
Date: Wed, 31 Aug 2022 13:30:20 +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 502cb77406471d394fb6e022f24647cdf244fbf3
Author: Maxime Devos <maximedevos@telenet.be>
AuthorDate: Wed Aug 31 12:21:57 2022 +0200

    Sort changes since 0.2.
---
 NEWS | 20 +++++++++++---------
 1 file changed, 11 insertions(+), 9 deletions(-)

diff --git a/NEWS b/NEWS
index 68756bc..7122b2a 100644
--- a/NEWS
+++ b/NEWS
@@ -7,26 +7,28 @@
 # without any warranty.
 
 * Changes since 0.2
-** API
+** New functionality
    - 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 and NSE server objects are automatically disconnected when they become
      unreachable.
+   - 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.
+** API changes
+   - (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.
+** Bug fixes
    - 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.

-- 
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]