twister

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

commit 64c68c9aa791f8d93bbc96d34b0f8c72d02c3f21
parent e67d2f91c1e6491af3eb822e685e965b5a498d95
Author: Christian Grothoff <christian@grothoff.org>
Date:   Tue, 10 Nov 2020 13:15:58 +0100

bump version, update ChangeLog

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

diff --git a/ChangeLog b/ChangeLog @@ -1,2 +1,12 @@ +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 + + Twister can now modify headers in http responses. -JB + Tue 24 Dec 2019 11:28:30 PM CET - Releasing twister 0.6.0. -CG + Releasing Twister 0.6.0. -CG diff --git a/configure.ac b/configure.ac @@ -17,7 +17,7 @@ # # AC_PREREQ([2.69]) -AC_INIT([taler-twister], [0.6.0], [taler-bug@gnunet.org]) +AC_INIT([taler-twister], [0.8.0], [taler-bug@gnunet.org]) AC_CONFIG_SRCDIR([src/twister/taler-twister.c]) AC_CONFIG_HEADERS([twister_config.h]) # support for non-recursive builds