aboutsummaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS20
1 files changed, 20 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index c0a356ae4..c37107197 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,23 @@
1v0.20.0:
2 - GNUNET_TESTING_get_testname_from_underscore renamed to GNUNET_STRINGS_get_suffix_from_binary_name and moved from libgnunettesting to libgnuneutil
3 - Move GNUNET_s into libgnunetutil.
4 - re-introduce compiler annotation for array size in signature
5 - function-signature adjustment due to compiler error
6 - GNUNET_PQ_get_oid removed, GNUNET_PQ_get_oid_by_name improved
7 - Added GNUNET_PQ_get_oid_by_name
8 - added GNUNET_PQ_get_oid()
9 - Added new CCA-secure KEM and use in IDENTITY encryption
10 - Add KEM API to avoid ephemeral private key management
11 - Add new GNUNET_PQ_event_do_poll() API to gnunet_pq_lib.h
12 - Added API to support arrays in query results
13 - Improve PQ API documentation.
14 - API for array types extended for times
15 - API extended for array query types
16 - relevant array-types in queries (not results) in postgresql added
17 - just style fixes, int to enum
18 - initial steps towards support of array-types in posgresql
19 - adds GNUNET_JSON_spec_object_const() and GNUNET_JSON_spec_array_const()
20
1v0.19.4: 21v0.19.4:
2 - No changes 22 - No changes
3 23