Skip to content

Commit 02ec8ec

Browse files
committed
release v5.1.8
1 parent 9bd9260 commit 02ec8ec

File tree

5 files changed

+12
-3
lines changed

5 files changed

+12
-3
lines changed

Changes

+3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
This file documents the revision history for mod_gearman.
22

3+
5.1.8 Sun Feb 16 23:15:47 CET 2025
4+
- fix minor memory leak
5+
36
5.1.7 Fri Nov 22 13:24:08 CET 2024
47
- fix occasional crash during reload
58

configure.ac

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
##############################################
55
# autoconf really does not work with 2.59 or older
66
AC_PREREQ([2.60])
7-
AC_INIT([mod_gearman], [5.1.7], [sven.nierlein@consol.de])
7+
AC_INIT([mod_gearman], [5.1.8], [sven.nierlein@consol.de])
88
AM_INIT_AUTOMAKE([-Wall foreign subdir-objects])
99
AC_CONFIG_SRCDIR([neb_module_naemon/mod_gearman.c],[worker/worker.c],[tools/send_gearman.c],[tools/check_gearman.c],[tools/gearman_top.c])
1010
AC_CONFIG_HEADER([config.h])

debian/changelog

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
mod-gearman (5.1.8) UNRELEASED; urgency=low
2+
3+
* new upstream release
4+
5+
-- Sven Nierlein <sven@consol.de> Sun, 16 Feb 2025 23:14:59 +0100
6+
17
mod-gearman (5.1.7) UNRELEASED; urgency=low
28

39
* new upstream release

include/common.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
#define MOD_GM_COMMON_H
5656

5757
/* constants */
58-
#define GM_VERSION "5.1.7"
58+
#define GM_VERSION "5.1.8"
5959
#define GM_ENABLED 1
6060
#define GM_DISABLED 0
6161
#define GM_AUTO 2

support/mod_gearman.spec

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
%endif
44

55
Name: mod_gearman
6-
Version: 5.1.7
6+
Version: 5.1.8
77
Release: 1%{?dist}
88
License: GPL-2.0-or-later
99
Packager: Sven Nierlein <sven.nierlein@consol.de>

0 commit comments

Comments
 (0)