gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [gnunet] branch master updated (e18fa9445 -> a04596208)


From: gnunet
Subject: [GNUnet-SVN] [gnunet] branch master updated (e18fa9445 -> a04596208)
Date: Wed, 03 Apr 2019 15:49:32 +0200

This is an automated email from the git hooks/post-receive script.

grothoff pushed a change to branch master
in repository gnunet.

    from e18fa9445 typo
     new cb4deed6e release note to ChangeLog
     new a04596208 only run malicious tests if malicious features are enabled

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 ChangeLog           | 3 +++
 src/rps/Makefile.am | 5 ++++-
 2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/ChangeLog b/ChangeLog
index 77f2cf0b8..86c6fbff2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+Wed 03 Apr 2019 03:18:43 PM CEST
+  Releasing GNUnet 0.11.1. -CG
+
 Wed 03 Apr 2019 01:54:44 PM CEST
   Merged gnunet-qr-c-2 branch, replacing Python-based implementation
   of gnunet-qr with C-based implementation that also integrates
diff --git a/src/rps/Makefile.am b/src/rps/Makefile.am
index b391eb8ae..1fffe6be0 100644
--- a/src/rps/Makefile.am
+++ b/src/rps/Makefile.am
@@ -87,11 +87,14 @@ check_PROGRAMS = \
  test_rps_sub \
  test_rps_seed_request \
  test_rps_seed_big \
- test_rps_churn \
+ test_rps_churn
+if ENABLE_MALICIOUS
+check_PROGRAMS += \
  test_rps_malicious_1 \
  test_rps_malicious_2 \
  test_rps_malicious_3
 endif
+endif
 
 rps_test_src = \
        test_rps.c \

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]