aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--contrib/Makefile.inc3
-rw-r--r--debian/changelog6
-rw-r--r--src/testbed/Makefile.am3
3 files changed, 9 insertions, 3 deletions
diff --git a/contrib/Makefile.inc b/contrib/Makefile.inc
index a563ef4a1..c737a07f8 100644
--- a/contrib/Makefile.inc
+++ b/contrib/Makefile.inc
@@ -8,8 +8,7 @@ BUILDCOMMON_SHLIB_FILES = \
8 build-common/sh/lib.sh/existence_python.sh \ 8 build-common/sh/lib.sh/existence_python.sh \
9 build-common/sh/lib.sh/msg.sh \ 9 build-common/sh/lib.sh/msg.sh \
10 build-common/sh/lib.sh/progname.sh \ 10 build-common/sh/lib.sh/progname.sh \
11 build-common/sh/lib.sh/version_gnunet.sh \ 11 build-common/sh/lib.sh/version_gnunet.sh
12 build-common/LICENSE
13 12
14BUILDCOMMON_CONF_FILES = \ 13BUILDCOMMON_CONF_FILES = \
15 build-common/conf/.dir-locals.el \ 14 build-common/conf/.dir-locals.el \
diff --git a/debian/changelog b/debian/changelog
index 0f638f502..a078f81c5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
1gnunet (0.14.1-3) unstable; urgency=low
2
3 * Allow decoding larger JSON objects than 1 kb.
4
5 -- Christian Grothoff <grothoff@gnu.org> Tue, 20 Jul 2021 14:02:10 +0100
6
1gnunet (0.14.1-2) unstable; urgency=low 7gnunet (0.14.1-2) unstable; urgency=low
2 8
3 * Improved error reporting. 9 * Improved error reporting.
diff --git a/src/testbed/Makefile.am b/src/testbed/Makefile.am
index 6fec163e2..201b4c1ff 100644
--- a/src/testbed/Makefile.am
+++ b/src/testbed/Makefile.am
@@ -45,7 +45,8 @@ libgnunet_plugin_testcmd_la_SOURCES = \
45libgnunet_plugin_testcmd_la_LIBADD = \ 45libgnunet_plugin_testcmd_la_LIBADD = \
46 $(top_builddir)/src/util/libgnunetutil.la \ 46 $(top_builddir)/src/util/libgnunetutil.la \
47 $(top_builddir)/src/testing/libgnunettesting.la \ 47 $(top_builddir)/src/testing/libgnunettesting.la \
48 $(top_builddir)/src/testbed/libgnunettestbed.la \ 48 $(top_builddir)/src/statistics/libgnunetstatistics.la \
49 libgnunettestbed.la \
49 $(LTLIBINTL) 50 $(LTLIBINTL)
50libgnunet_plugin_testcmd_la_LDFLAGS = \ 51libgnunet_plugin_testcmd_la_LDFLAGS = \
51 $(GN_PLUGIN_LDFLAGS) 52 $(GN_PLUGIN_LDFLAGS)