Skip to content

Commit

Permalink
release 3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sni committed Jul 1, 2019
1 parent b0b5300 commit 130b972
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Changes
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
This file documents the revision history for mod_gearman.

next:
3.1.0 Mon Jul 1 15:34:56 CEST 2019
- fix macro escaping issue in notifications

3.0.9 Tue Apr 16 17:18:09 CEST 2019
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], [3.0.9], [sven.nierlein@consol.de])
AC_INIT([mod_gearman], [3.1.0], [sven.nierlein@consol.de])
AM_INIT_AUTOMAKE([-Wall foreign subdir-objects])
AC_CONFIG_SRCDIR([neb_module_naemon/mod_gearman.c],[neb_module_nagios3/mod_gearman.c],[neb_module_nagios4/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 (3.1.0) UNRELEASED; urgency=low

* new upstream release

-- Sven Nierlein <sven@consol.de> Mon, 01 Jul 2019 15:35:12 +0200

mod-gearman (3.0.9) 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 "3.0.9"
#define GM_VERSION "3.1.0"
#define GM_ENABLED 1
#define GM_DISABLED 0
#define GM_BUFFERSIZE 65536
Expand Down
2 changes: 1 addition & 1 deletion support/mod-gearman.spec
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Name: mod_gearman
Version: 3.0.9
Version: 3.1.0
Release: 1%{?dist}
License: GNU Public License version 2
Packager: Sven Nierlein <sven.nierlein@consol.de>
Expand Down

0 comments on commit 130b972

Please sign in to comment.