twister

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

commit d94f0c8b2455efdcf6078beab2817b15a9a48d26
parent 7fc435d0b2e3e44ea3f1002a850a48a2a2f4fb87
Author: Christian Grothoff <christian@grothoff.org>
Date:   Sun,  9 Aug 2026 17:02:18 +0200

version bumping

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

diff --git a/ChangeLog b/ChangeLog @@ -1,3 +1,7 @@ +Sun Aug 9 05:01:52 PM CEST 2026 + Fix minor build issues. + Releasing twister 1.6.0. -CG + Wed 18 Aug 2021 08:44:35 PM CEST Avoid dependency on Taler installation. Releasing twister 0.8.2. -CG diff --git a/configure.ac b/configure.ac @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. # # This file is part of TALER -# Copyright (C) 2014-2025 Taler Systems SA +# Copyright (C) 2014-2026 Taler Systems SA # # TALER is free software; you can redistribute it and/or modify it under the # terms of the GNU General Public License as published by the Free Software @@ -17,7 +17,7 @@ # # AC_PREREQ([2.71]) -AC_INIT([taler-twister],[1.1.0],[taler-bug@gnunet.org]) +AC_INIT([taler-twister],[1.6.0],[taler-bug@gnunet.org]) AC_CONFIG_SRCDIR([src/twister/taler-twister.c]) AC_CONFIG_HEADERS([twister_config.h]) # support for non-recursive builds