Skip to content

Commit

Permalink
release 3.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sni committed Jun 25, 2020
1 parent 1648a7b commit 22103e0
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 5 deletions.
3 changes: 3 additions & 0 deletions Changes
@@ -1,5 +1,8 @@
This file documents the revision history for mod_gearman.

3.3.1 Thu Jun 25 22:52:20 CEST 2020
- fix builds with gcc 10

3.3.0 Fr 28. Feb 16:24:03 CET 2020
- gearman_proxy.pl moved to separate repository
- check_gearman: support setting exit code from result
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], [3.3.0], [sven.nierlein@consol.de])
AC_INIT([mod_gearman], [3.3.1], [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
8 changes: 7 additions & 1 deletion debian/changelog
@@ -1,8 +1,14 @@
mod-gearman (3.3.1) UNRELEASED; urgency=low

* new upstream release

-- Sven Nierlein <sven@consol.de> Thu, 25 Jun 2020 22:51:20 +0200

mod-gearman (3.3.0) UNRELEASED; urgency=low

* new upstream release

-- Sven Nierlein <sven@tsui.int.consol.de> Fri, 28 Feb 2020 16:24:14 +0100
-- Sven Nierlein <sven@consol.de> Fri, 28 Feb 2020 16:24:14 +0100

mod-gearman (3.2.1) UNRELEASED; urgency=low

Expand Down
2 changes: 1 addition & 1 deletion docs/README.html
Expand Up @@ -3020,7 +3020,7 @@ <h2 id="_archive">Archive</h2>
<div id="footer">
<div id="footer-text">
Last updated
2020-01-29 10:20:44 CET
2020-01-30 04:19:11 CET
</div>
</div>
</body>
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 "3.3.0"
#define GM_VERSION "3.3.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
@@ -1,5 +1,5 @@
Name: mod_gearman
Version: 3.3.0
Version: 3.3.1
Release: 1%{?dist}
License: GNU Public License version 2
Packager: Sven Nierlein <sven.nierlein@consol.de>
Expand Down

0 comments on commit 22103e0

Please sign in to comment.