summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README2
-rw-r--r--configure.ac2
m---------doc/prebuilt0
-rw-r--r--src/exchange/Makefile.am1
-rw-r--r--src/testing/Makefile.am1
5 files changed, 2 insertions, 4 deletions
diff --git a/README b/README
index 1a0ea54da..797253a3b 100644
--- a/README
+++ b/README
@@ -42,7 +42,7 @@ Dependencies:
These are the direct dependencies for running a Taler exchange:
-- GNUnet >= 0.20.0
+- GNUnet >= 0.21.0
- GNU libmicrohttpd >= 0.9.71
- PostgreSQL >= 15.0
diff --git a/configure.ac b/configure.ac
index 18d774073..dc9b00a5c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -182,7 +182,7 @@ AC_CHECK_HEADERS([gnunet/gnunet_util_lib.h],
AS_IF([test $libgnunetutil != 1],
[AC_MSG_ERROR([[
***
-*** You need libgnunetutil >= 0.20.0 to build this program.
+*** You need libgnunetutil >= 0.21.0 to build this program.
*** This library is part of GNUnet, available at
*** https://gnunet.org
*** ]])])
diff --git a/doc/prebuilt b/doc/prebuilt
-Subproject 60ccf04bb3579c249a899c4ae88e120acda13c8
+Subproject cc7826233a726fa2a4faae47731309198ef7944
diff --git a/src/exchange/Makefile.am b/src/exchange/Makefile.am
index 7d0e5a334..1c0c2c684 100644
--- a/src/exchange/Makefile.am
+++ b/src/exchange/Makefile.am
@@ -215,7 +215,6 @@ check_SCRIPTS += \
test_taler_exchange_httpd_afl.sh
endif
-.NOTPARALLEL:
TESTS = \
$(check_SCRIPTS)
diff --git a/src/testing/Makefile.am b/src/testing/Makefile.am
index 9e4a40e93..195ab4c55 100644
--- a/src/testing/Makefile.am
+++ b/src/testing/Makefile.am
@@ -143,7 +143,6 @@ libtalertesting_la_LIBADD = \
AM_TESTS_ENVIRONMENT=export TALER_PREFIX=$${TALER_PREFIX:-@libdir@};export PATH=$${TALER_PREFIX:-@prefix@}/bin:$$PATH;
-.NOTPARALLEL:
check_PROGRAMS = \
test_auditor_api_version \
test_bank_api_with_fakebank \