Skip to content

Commit

Permalink
release 5.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sni committed Jan 27, 2023
1 parent 602ab2a commit f2d40c9
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Changes
@@ -1,6 +1,6 @@
This file documents the revision history for mod_gearman.

next:
5.0.1 Fri Jan 27 16:21:36 CET 2023
- fix memory corruption during decryption

5.0.0 Wed Jan 11 11:49:36 CET 2023
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
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.0.0], [sven.nierlein@consol.de])
AC_INIT([mod_gearman], [5.0.1], [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])
Expand Down
6 changes: 6 additions & 0 deletions debian/changelog
@@ -1,3 +1,9 @@
mod-gearman (5.0.1) UNRELEASED; urgency=low

* new upstream release

-- Sven Nierlein <sven@consol.de> Fri, 27 Jan 2023 16:21:52 +0100

mod-gearman (5.0.0) UNRELEASED; urgency=low

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

/* constants */
#define GM_VERSION "5.0.0"
#define GM_VERSION "5.0.1"
#define GM_ENABLED 1
#define GM_DISABLED 0
#define GM_BUFFERSIZE 65536
Expand Down
2 changes: 1 addition & 1 deletion support/mod_gearman.spec
Expand Up @@ -3,7 +3,7 @@
%endif

Name: mod_gearman
Version: 5.0.0
Version: 5.0.1
Release: 1%{?dist}
License: GPL-2.0-or-later
Packager: Sven Nierlein <sven.nierlein@consol.de>
Expand Down

0 comments on commit f2d40c9

Please sign in to comment.