aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog80
1 files changed, 80 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 29d5a737b..fe954eb76 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,83 @@
1HEAD (0.13.0)
2------
3
4Build:
5- New dependencies: libsodium
6- libmicrohttpd and libjansson are not mandatory dependencies
7- Allow build against libcurl without gnutls backend (Packagers: Build against
8libcurl-openssl at your own peril, see configure warning)
9- Streamlined configure output
10- Support latest MHD API
11- Alpine packaging
12
13UTIL:
14- Improved BIO API. Now supports reading from and writing to in-memory buffers.
15- Store EdDSA and ECDSA private keys in same endianness (little endian)
16- Removed tweetnacl in favor of libsodium
17- Add GNUNET_freez and make it default (see #6186)
18- Add base64url encoding to util (RFC7515)
19- Speed up running of tasks via GNUNTE_SCHEDULER_add_now() by a factor of at least 5
20- Add timetravel getopt helper
21- Taler buffer library now included in GNUnet
22- Change proof-of-work function to argon2id
23
24IDENTITY:
25- IDENTITY: Allow to pass private key in identity create for IDENTITY API (key
26recovery/import)
27
28NAMESTORE:
29- gnunet-namestore now honours expiration dates when importing an URI
30- Remove unintiutive set_nick API
31
32GNS:
33- Add GNS record flag "supplemenal" (see LSD0001)
34- Support GNS proxy CA import into Icecat
35- Fix NICK handling in GNS (no more duplicates)
36
37REVOCATION:
38- Updated revocation PoW in accordance (LSD0001)
39
40NSE
41- Updated revocation PoW due to change of hash function (Argon2id)
42
43RECLAIM
44- Correctly process claims request in OpenID plugin
45- Consolidated re:claimID attribute library int src/reclaim
46- Move from 64 bit to 256 bit attribute identifier in re:claimID
47
48REST
49- Correctly add "application/json" content type to REST responses where
50applicable
51
52MQ
53- Speed up message goodput in perf_mq(client) by 1/3rd
54- Added MQ benchmark
55
560.12.2
57------
58
59UTIL:
60- Fixed ECDSA ECDH endianness bug
61- Various improvements regarding best practices and memory safety
62
63RECLAIM:
64- Added asserted attributes to re:claimID
65
66GNS:
67- Added GNS resolver recursion depth setting to API
68
69TNG:
70- Continued work on TNG communicators
71
72IDENTITY:
73- Performance fixes for Identity API
74
750.12.1
76------
77
78- Hotfix for crypto changes in 0.12.0
79- More work on TNG communicators
80
1Fri Dec 20 09:22:03 2019 +0900 81Fri Dec 20 09:22:03 2019 +0900
2 Released gnunet 0.12.0 -schanzen 82 Released gnunet 0.12.0 -schanzen
3 83