Skip to content

Commit

Permalink
release v5.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
sni committed Nov 22, 2024
1 parent 52920bc commit 45e65d1
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 3 deletions.
3 changes: 3 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
This file documents the revision history for mod_gearman.

5.1.7 Fri Nov 22 13:24:08 CET 2024
- fix occasional crash during reload

5.1.6 Wed Nov 13 16:32:58 CET 2024
- remove delay in result worker shutdown

Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
##############################################
# autoconf really does not work with 2.59 or older
AC_PREREQ([2.60])
AC_INIT([mod_gearman], [5.1.6], [[email protected]])
AC_INIT([mod_gearman], [5.1.7], [[email protected]])
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])
Expand Down
6 changes: 6 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
mod-gearman (5.1.7) UNRELEASED; urgency=low

* new upstream release

-- Sven Nierlein <[email protected]> Mon, 18 Nov 2024 13:24:08 +0100

mod-gearman (5.1.6) UNRELEASED; urgency=low

* new upstream release
Expand Down
2 changes: 1 addition & 1 deletion include/common.h
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
#define MOD_GM_COMMON_H

/* constants */
#define GM_VERSION "5.1.6"
#define GM_VERSION "5.1.7"
#define GM_ENABLED 1
#define GM_DISABLED 0
#define GM_AUTO 2
Expand Down
2 changes: 1 addition & 1 deletion support/mod_gearman.spec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
%endif

Name: mod_gearman
Version: 5.1.6
Version: 5.1.7
Release: 1%{?dist}
License: GPL-2.0-or-later
Packager: Sven Nierlein <[email protected]>
Expand Down

0 comments on commit 45e65d1

Please sign in to comment.