From ea0f2f9ba08fdb3ee37f1b5f5f1e0522bdc494ed Mon Sep 17 00:00:00 2001 From: Sven Nierlein Date: Tue, 7 Jun 2022 16:43:50 +0200 Subject: [PATCH] release 4.0.2 --- 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 115ed93..07da2e1 100644 --- a/Changes +++ b/Changes @@ -1,6 +1,6 @@ This file documents the revision history for mod_gearman. -next: +4.0.2 Tue Jun 7 16:42:57 CEST 2022 - improve/unify worker/client cleanup - fix potential crash during shutdown diff --git a/configure.ac b/configure.ac index a4b1582..667c57d 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], [4.0.1], [sven.nierlein@consol.de]) +AC_INIT([mod_gearman], [4.0.2], [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 57c26d1..5b10d2b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +mod-gearman (4.0.2) UNRELEASED; urgency=low + + * new upstream release + + -- Sven Nierlein Tue, 07 Jun 2022 16:43:18 +0200 + mod-gearman (4.0.1) UNRELEASED; urgency=low * new upstream release diff --git a/include/common.h b/include/common.h index 7bb3841..6b6e520 100644 --- a/include/common.h +++ b/include/common.h @@ -55,7 +55,7 @@ #define MOD_GM_COMMON_H /* constants */ -#define GM_VERSION "4.0.1" +#define GM_VERSION "4.0.2" #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 4c5d52e..3b8be56 100644 --- a/support/mod_gearman.spec +++ b/support/mod_gearman.spec @@ -3,7 +3,7 @@ %endif Name: mod_gearman -Version: 4.0.1 +Version: 4.0.2 Release: 1%{?dist} License: GPL-2.0-or-later Packager: Sven Nierlein