From c4e54e81fd0c58e835bb7cc597ecd7d5df6d0317 Mon Sep 17 00:00:00 2001 From: Sven Nierlein Date: Tue, 17 Oct 2023 23:32:58 +0200 Subject: [PATCH] release 5.1.3 --- Changes | 2 +- configure.ac | 2 +- debian/changelog | 6 ++++++ include/common.h | 2 +- support/mod_gearman.spec | 2 +- 5 files changed, 10 insertions(+), 4 deletions(-) diff --git a/Changes b/Changes index f360673..f0afbdb 100644 --- a/Changes +++ b/Changes @@ -1,6 +1,6 @@ This file documents the revision history for mod_gearman. -next: +5.1.3 Tue Oct 17 23:32:07 CEST 2023 - check_dummy: fix crash if output is empty - check_dummy: support putting return code in quotes diff --git a/configure.ac b/configure.ac index ae4c5f2..dd05447 100644 --- a/configure.ac +++ b/configure.ac @@ -4,7 +4,7 @@ ############################################## # autoconf really does not work with 2.59 or older AC_PREREQ([2.60]) -AC_INIT([mod_gearman], [5.1.2], [sven.nierlein@consol.de]) +AC_INIT([mod_gearman], [5.1.3], [sven.nierlein@consol.de]) AM_INIT_AUTOMAKE([-Wall foreign subdir-objects]) AC_CONFIG_SRCDIR([neb_module_naemon/mod_gearman.c],[worker/worker.c],[tools/send_gearman.c],[tools/check_gearman.c],[tools/gearman_top.c]) AC_CONFIG_HEADER([config.h]) diff --git a/debian/changelog b/debian/changelog index 39054b1..bf9df2a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +mod-gearman (5.1.3) UNRELEASED; urgency=low + + * new upstream release + + -- Sven Nierlein Tue, 17 Oct 2023 23:32:21 +0200 + mod-gearman (5.1.2) UNRELEASED; urgency=low * new upstream release diff --git a/include/common.h b/include/common.h index f41ccbe..e7149a4 100644 --- a/include/common.h +++ b/include/common.h @@ -55,7 +55,7 @@ #define MOD_GM_COMMON_H /* constants */ -#define GM_VERSION "5.1.2" +#define GM_VERSION "5.1.3" #define GM_ENABLED 1 #define GM_DISABLED 0 #define GM_BUFFERSIZE 65536 diff --git a/support/mod_gearman.spec b/support/mod_gearman.spec index ccda6ce..1c72c71 100644 --- a/support/mod_gearman.spec +++ b/support/mod_gearman.spec @@ -3,7 +3,7 @@ %endif Name: mod_gearman -Version: 5.1.2 +Version: 5.1.3 Release: 1%{?dist} License: GPL-2.0-or-later Packager: Sven Nierlein