[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[gnunet] 01/01: bump NEWS and versions to 0.22
From: |
gnunet |
Subject: |
[gnunet] 01/01: bump NEWS and versions to 0.22 |
Date: |
Thu, 29 Aug 2024 11:54:23 +0200 |
This is an automated email from the git hooks/post-receive script.
martin-schanzenbach pushed a commit to annotated tag v0.22.0
in repository gnunet.
commit dfd9dabaec0de75099e2b9c6ddc15f0e7f69ec95
Author: Martin Schanzenbach <schanzen@gnunet.org>
AuthorDate: Thu Aug 29 11:34:56 2024 +0200
bump NEWS and versions to 0.22
---
NEWS | 1 +
src/lib/testing/Makefile.am | 11 +++++++----
src/service/hostlist/hostlist.conf | 2 +-
3 files changed, 9 insertions(+), 5 deletions(-)
diff --git a/NEWS b/NEWS
index 9e7aed97d..ea6449f61 100644
--- a/NEWS
+++ b/NEWS
@@ -7,6 +7,7 @@ v0.22.0:
- New ECDH API that uses KDFs instead of hash
- Renamed GNUNET_CRYPTO_hkdf to GNUNET_CRYPTO_hkdf_gnunet
- Added new standard SHA256-based HKDF APIs
+ - New hostlist bootrap domain https://bootstrap.gnunet.org
v0.21.2:
- Reworked TESTING API
diff --git a/src/lib/testing/Makefile.am b/src/lib/testing/Makefile.am
index 95fc30f86..6f1a61266 100644
--- a/src/lib/testing/Makefile.am
+++ b/src/lib/testing/Makefile.am
@@ -60,22 +60,25 @@ gnunet_testing_netjail_launcher_LDADD = $(XLIB) \
$(top_builddir)/src/lib/util/libgnunetutil.la \
$(LTLIBINTL)
-check_PROGRAMS = \
- test_testing_api
-
check_SCRIPTS = \
test_netjail_api.sh
TESTS = \
- $(check_PROGRAMS) \
$(check_SCRIPTS)
+if HAVE_EXPERIMENTAL
+check_PROGRAMS = \
+ test_testing_api
test_testing_api_SOURCES = \
test_testing_api.c
test_testing_api_LDADD = \
libgnunettesting.la \
-lgnunetutil \
$(XLIB)
+TESTS += $(check_PROGRAMS)
+endif
+
+
EXTRA_DIST = \
$(check_SCRIPTS) \
diff --git a/src/service/hostlist/hostlist.conf
b/src/service/hostlist/hostlist.conf
index 600258ddc..962b5fbc8 100644
--- a/src/service/hostlist/hostlist.conf
+++ b/src/service/hostlist/hostlist.conf
@@ -20,7 +20,7 @@ HOSTLISTFILE = $GNUNET_CONFIG_HOME/hostlist/learned.txt
OPTIONS = -b
# Default list of hostlist servers for bootstrapping
-SERVERS = https://bootstrap.gnunet.org/v21
+SERVERS = https://bootstrap.gnunet.org/v22
# A node running git head or close to it (possibly release-incompatible)
# SERVERS = https://bootstrap.gnunet.org/latest
# http://silent.0xdeadc0de.eu:8080/
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.