summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog63
-rw-r--r--configure.ac2
2 files changed, 64 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 4ed6576e7..98b3b40b4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,66 @@
1Wed, 12 Aug 2020 09:36:33 +0200 (99f820453)
2fix: GNUNET_is_zero(ptr) should return enum GNUNET_GenericReturnValue. Fixes #6475. - Martin Schanzenbach
3
4Tue, 11 Aug 2020 11:35:06 +0200 (286759692)
5fix: mysql version detection - Martin Schanzenbach
6
7Thu, 6 Aug 2020 08:45:40 +0200 (1d4f5263a)
8reclaim: Refactoring and more standards compliance with respect to scopes - Martin Schanzenbach
9
10Wed, 5 Aug 2020 11:35:05 +0200 (6e764f4ab)
11reclaim: Make SPAs work with public clients. No longer encrypt code. - Martin Schanzenbach
12
13Tue, 4 Aug 2020 21:08:22 +0200 (ade9b5e52)
14reclaim: fix #6463 - Martin Schanzenbach
15
16Tue, 4 Aug 2020 19:40:23 +0200 (815ded19f)
17rest: fix #6462 - Martin Schanzenbach
18
19Tue, 4 Aug 2020 10:09:45 +0200 (080519e98)
20reclaim: do not store access token instead piggyback ticket - Martin Schanzenbach
21
22Mon, 3 Aug 2020 19:37:23 +0200 (8c86c4472)
23reclaim: support client credentials in POST body for token request - Martin Schanzenbach
24
25Sat, 1 Aug 2020 16:22:38 +0200 (e44686f08)
26fix: reclaim urlenc / revert accidental change - Martin Schanzenbach
27
28Sat, 1 Aug 2020 16:07:08 +0200 (754d8c1b4)
29util: add percent/url encoding - Martin Schanzenbach
30
31Thu, 30 Jul 2020 16:12:22 +0530 (8d312646c)
32fix SIGSEGV in GNUNET_buffer_write_data_encoded - Florian Dold
33
34Thu, 30 Jul 2020 15:15:59 +0530 (d335baac8)
35implement GNUNET_buffer_write_data_encoded - Florian Dold
36
37Wed, 22 Jul 2020 21:47:42 +0200 (8703a0516)
38ensure psql fails hard if there is an error in the SQL (fixes #6437) - Christian Grothoff
39
40Sat, 18 Jul 2020 00:44:39 +0200 (7f4ddbcab)
41merge flags into enum for GNUNET_DISK_pipe() API, fixing #6188 - Christian Grothoff
42
43Fri, 17 Jul 2020 22:35:36 +0200 (28ab2c446)
44avoid boolean flag in GNUNET_OS_start_process() API (fixes #6188) - Christian Grothoff
45
46Fri, 17 Jul 2020 14:26:45 +0200 (0c9911d73)
47TNG: Implemented 5530: add replay protection to TCP communicator. Added monotime value checks - t3sserakt
48
49Thu, 16 Jul 2020 20:36:12 +0200 (bbe0a0501)
50avoid boolean argument in GNUNET_CURL_job_add(), see #6188 - Christian Grothoff
51
52Thu, 16 Jul 2020 17:40:14 +0200 (ee1fbffa1)
53support context-wide client authentication - Christian Grothoff
54
55Thu, 16 Jul 2020 17:24:30 +0200 (23820348b)
56docs: fixed example for pinning a friends public key - rexxnor
57
58Wed, 15 Jul 2020 17:21:39 +0200 (9bb2c1e31)
59Load GNSRECORD plugins within GNUnet's context - Christian Grothoff
60
61Fri, 3 Jul 2020 22:37:42 +0200 (0f2ac01f3)
62Add function to return GNUnet's default configuration - Christian Grothoff
63
1Thu, 9 Jul 2020 09:09:50 +0200 (5a0df5e18) 64Thu, 9 Jul 2020 09:09:50 +0200 (5a0df5e18)
2fix: raise ATS quotas to 10 MiB #6426 - Martin Schanzenbach 65fix: raise ATS quotas to 10 MiB #6426 - Martin Schanzenbach
3 66
diff --git a/configure.ac b/configure.ac
index 88a2134ef..e492242a6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -21,7 +21,7 @@
21# 21#
22AC_PREREQ(2.61) 22AC_PREREQ(2.61)
23# Checks for programs. 23# Checks for programs.
24AC_INIT([gnunet], [0.13.1], [bug-gnunet@gnu.org]) 24AC_INIT([gnunet], [0.13.2], [bug-gnunet@gnu.org])
25AC_CONFIG_AUX_DIR([build-aux]) 25AC_CONFIG_AUX_DIR([build-aux])
26 26
27# check for legacy option that is no longer supported (#5627) and fail hard 27# check for legacy option that is no longer supported (#5627) and fail hard