From 90da1c6fe8feb52c25e09a955216cabf426c7b3f Mon Sep 17 00:00:00 2001 From: Sven Nierlein Date: Wed, 13 Nov 2024 10:03:45 +0100 Subject: [PATCH] release v5.1.6 --- 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 dacf18d..48e7d33 100644 --- a/Changes +++ b/Changes @@ -1,6 +1,6 @@ This file documents the revision history for mod_gearman. -next: +5.1.6 Wed Nov 13 16:32:58 CET 2024 - remove delay in result worker shutdown 5.1.5 Thu Nov 7 09:52:24 CET 2024 diff --git a/configure.ac b/configure.ac index 17525c6..6265e1d 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.5], [sven.nierlein@consol.de]) +AC_INIT([mod_gearman], [5.1.6], [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 4304727..837e5ca 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +mod-gearman (5.1.6) UNRELEASED; urgency=low + + * new upstream release + + -- Sven Nierlein Wed, 13 Nov 2024 16:33:14 +0100 + mod-gearman (5.1.5) UNRELEASED; urgency=low * new upstream release diff --git a/include/common.h b/include/common.h index b639055..d27c88c 100644 --- a/include/common.h +++ b/include/common.h @@ -55,7 +55,7 @@ #define MOD_GM_COMMON_H /* constants */ -#define GM_VERSION "5.1.5" +#define GM_VERSION "5.1.6" #define GM_ENABLED 1 #define GM_DISABLED 0 #define GM_AUTO 2 diff --git a/support/mod_gearman.spec b/support/mod_gearman.spec index b7e5043..de827ac 100644 --- a/support/mod_gearman.spec +++ b/support/mod_gearman.spec @@ -3,7 +3,7 @@ %endif Name: mod_gearman -Version: 5.1.5 +Version: 5.1.6 Release: 1%{?dist} License: GPL-2.0-or-later Packager: Sven Nierlein