twister

HTTP fault injector for testing
Log | Files | Refs | README | LICENSE

commit 28b03c5be7aa0afa33c702111773f04b24820631
parent fc92c9d1573ae10ef225f54ea7f510cb80431ea9
Author: Christian Grothoff <christian@grothoff.org>
Date:   Sun,  8 Aug 2021 20:49:25 +0200

-update ChangeLog

Diffstat:
MChangeLog | 8++++++--
Mconfigure.ac | 2+-
2 files changed, 7 insertions(+), 3 deletions(-)

diff --git a/ChangeLog b/ChangeLog @@ -1,11 +1,15 @@ +Sun 08 Aug 2021 08:44:35 PM CEST + Update to latest Taler APIs. + Update to latest MHD APIs. + Releasing twister 0.8.1. -CG + Tue 10 Nov 2020 01:11:02 PM CET Updated to latest MHD API. Fixed NULL dereference. Updated to latest GNUnet API. Releasing Twister 0.8.0. -CG - Mon Jul 13 00:20:58 2020 -0400 - +Mon Jul 13 00:20:58 2020 -0400 Twister can now modify headers in http responses. -JB Tue 24 Dec 2019 11:28:30 PM CET diff --git a/configure.ac b/configure.ac @@ -17,7 +17,7 @@ # # AC_PREREQ([2.69]) -AC_INIT([taler-twister], [0.8.0], [taler-bug@gnunet.org]) +AC_INIT([taler-twister], [0.8.1], [taler-bug@gnunet.org]) AC_CONFIG_SRCDIR([src/twister/taler-twister.c]) AC_CONFIG_HEADERS([twister_config.h]) # support for non-recursive builds