Skip to content

Commit

Permalink
release 3.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
sni committed Jul 11, 2017
1 parent 9f2a541 commit dc612ae
Show file tree
Hide file tree
Showing 7 changed files with 20 additions and 7 deletions.
3 changes: 2 additions & 1 deletion Changes
@@ -1,6 +1,7 @@
This file documents the revision history for mod_gearman.

next:
3.0.5 Mon Jul 10 21:55:17 CEST 2017
- fix issue with contact macros (#120 Adrian Lopez)
- cleanup send_gearman.pl tool

3.0.4 Fri Jun 23 16:35:26 CEST 2017
Expand Down
3 changes: 2 additions & 1 deletion README.asciidoc
Expand Up @@ -45,7 +45,7 @@ Features

Download
--------
* Latest stable release http://www.mod-gearman.org/download/v3.0.4/src/mod_gearman-3.0.4.tar.gz[version 3.0.4], released Jun 23 2017
* Latest stable release http://www.mod-gearman.org/download/v3.0.5/src/mod_gearman-3.0.5.tar.gz[version 3.0.5], released Jul 10 2017
* Mod Gearman is available for download at: http://mod-gearman.org/download.html
* Source is available on GitHub: http://github.com/sni/mod_gearman
* Older versions are available in the <<_archive,download archive>>.
Expand Down Expand Up @@ -1376,6 +1376,7 @@ Hints
Archive
-------

* http://www.mod-gearman.org/download/v3.0.5/src/mod_gearman-3.0.5.tar.gz[version 3.0.5 - Jul 10 2017]
* http://www.mod-gearman.org/download/v3.0.4/src/mod_gearman-3.0.4.tar.gz[version 3.0.4 - Jun 23 2017]
* http://www.mod-gearman.org/download/v3.0.3/src/mod_gearman-3.0.3.tar.gz[version 3.0.3 - Jun 12 2017]
* http://www.mod-gearman.org/download/v3.0.2/src/mod_gearman-3.0.2.tar.gz[version 3.0.2 - May 05 2017]
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.0.4], [sven.nierlein@consol.de])
AC_INIT([mod_gearman], [3.0.5], [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
@@ -1,3 +1,9 @@
mod-gearman (3.0.5) UNRELEASED; urgency=low

* new upstream release

-- Sven Nierlein <sven@consol.de> Mon, 12 Jun 2017 11:32:26 +0200

mod-gearman (3.0.4) UNRELEASED; urgency=low

* new upstream release
Expand Down
9 changes: 7 additions & 2 deletions docs/README.html
Expand Up @@ -698,7 +698,7 @@ <h2 id="_download">Download</h2>
<div class="ulist"><ul>
<li>
<p>
Latest stable release <a href="http://www.mod-gearman.org/download/v3.0.4/src/mod_gearman-3.0.4.tar.gz">version 3.0.4</a>, released Jun 23 2017
Latest stable release <a href="http://www.mod-gearman.org/download/v3.0.5/src/mod_gearman-3.0.5.tar.gz">version 3.0.5</a>, released Jul 10 2017
</p>
</li>
<li>
Expand Down Expand Up @@ -2729,6 +2729,11 @@ <h2 id="_archive">Archive</h2>
<div class="ulist"><ul>
<li>
<p>
<a href="http://www.mod-gearman.org/download/v3.0.5/src/mod_gearman-3.0.5.tar.gz">version 3.0.5 - Jul 10 2017</a>
</p>
</li>
<li>
<p>
<a href="http://www.mod-gearman.org/download/v3.0.4/src/mod_gearman-3.0.4.tar.gz">version 3.0.4 - Jun 23 2017</a>
</p>
</li>
Expand Down Expand Up @@ -3015,7 +3020,7 @@ <h2 id="_archive">Archive</h2>
<div id="footer">
<div id="footer-text">
Last updated
2017-07-04 16:28:08 CEST
2017-07-10 21:56:25 CEST
</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.0.4"
#define GM_VERSION "3.0.5"
#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.0.4
Version: 3.0.5
Release: 1%{?dist}
License: GNU Public License version 2
Packager: Sven Nierlein <sven.nierlein@consol.de>
Expand Down

0 comments on commit dc612ae

Please sign in to comment.