Skip to content

Commit 062dd8c

Browse files
committed
release 3.0.3
1 parent df8aac9 commit 062dd8c

File tree

7 files changed

+24
-7
lines changed

7 files changed

+24
-7
lines changed

Changes

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
This file documents the revision history for mod_gearman.
22

3-
next:
3+
3.0.3 Mon Jun 12 11:32:11 CEST 2017
44
- fix undefined symbol notification_reason_name in nagios3 module
55

66
3.0.2 Fri May 5 12:13:45 CEST 2017

README.asciidoc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ Features
4545

4646
Download
4747
--------
48-
* Latest stable release http://www.mod-gearman.org/download/v3.0.2/src/mod_gearman-3.0.2.tar.gz[version 3.0.2], released May 05 2017
48+
* Latest stable release http://www.mod-gearman.org/download/v3.0.3/src/mod_gearman-3.0.3.tar.gz[version 3.0.3], released Jun 12 2017
4949
* Mod Gearman is available for download at: http://mod-gearman.org/download.html
5050
* Source is available on GitHub: http://github.com/sni/mod_gearman
5151
* Older versions are available in the <<_archive,download archive>>.
@@ -1376,6 +1376,7 @@ Hints
13761376
Archive
13771377
-------
13781378

1379+
* http://www.mod-gearman.org/download/v3.0.3/src/mod_gearman-3.0.3.tar.gz[version 3.0.3 - Jun 12 2017]
13791380
* http://www.mod-gearman.org/download/v3.0.2/src/mod_gearman-3.0.2.tar.gz[version 3.0.2 - May 05 2017]
13801381
* http://www.mod-gearman.org/download/v3.0.1/src/mod_gearman-3.0.1.tar.gz[version 3.0.1 - January 30 2017]
13811382
* http://www.mod-gearman.org/download/v3.0.0/src/mod_gearman-3.0.0.tar.gz[version 3.0.0 - October 30 2016]

configure.ac

Lines changed: 1 addition & 1 deletion
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], [3.0.2], [sven.nierlein@consol.de])
7+
AC_INIT([mod_gearman], [3.0.3], [sven.nierlein@consol.de])
88
AM_INIT_AUTOMAKE([-Wall foreign subdir-objects])
99
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])
1010
AC_CONFIG_HEADER([config.h])

debian/changelog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
mod-gearman (3.0.3) UNRELEASED; urgency=low
2+
3+
* new upstream release
4+
5+
-- Sven Nierlein <sven@consol.de> Mon, 12 Jun 2017 11:32:26 +0200
6+
17
mod-gearman (3.0.2) UNRELEASED; urgency=low
28

39
* new upstream release

docs/README.html

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -698,7 +698,7 @@ <h2 id="_download">Download</h2>
698698
<div class="ulist"><ul>
699699
<li>
700700
<p>
701-
Latest stable release <a href="http://www.mod-gearman.org/download/v3.0.1/src/mod_gearman-3.0.1.tar.gz">version 3.0.1</a>, released January 30 2017
701+
Latest stable release <a href="http://www.mod-gearman.org/download/v3.0.3/src/mod_gearman-3.0.3.tar.gz">version 3.0.3</a>, released Jun 12 2017
702702
</p>
703703
</li>
704704
<li>
@@ -2729,6 +2729,16 @@ <h2 id="_archive">Archive</h2>
27292729
<div class="ulist"><ul>
27302730
<li>
27312731
<p>
2732+
<a href="http://www.mod-gearman.org/download/v3.0.3/src/mod_gearman-3.0.3.tar.gz">version 3.0.3 - Jun 12 2017</a>
2733+
</p>
2734+
</li>
2735+
<li>
2736+
<p>
2737+
<a href="http://www.mod-gearman.org/download/v3.0.2/src/mod_gearman-3.0.2.tar.gz">version 3.0.2 - May 05 2017</a>
2738+
</p>
2739+
</li>
2740+
<li>
2741+
<p>
27322742
<a href="http://www.mod-gearman.org/download/v3.0.1/src/mod_gearman-3.0.1.tar.gz">version 3.0.1 - January 30 2017</a>
27332743
</p>
27342744
</li>
@@ -3000,7 +3010,7 @@ <h2 id="_archive">Archive</h2>
30003010
<div id="footer">
30013011
<div id="footer-text">
30023012
Last updated
3003-
2017-05-05 01:36:06 CEST
3013+
2017-06-12 11:33:57 CEST
30043014
</div>
30053015
</div>
30063016
</body>

include/common.h

Lines changed: 1 addition & 1 deletion
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 "3.0.2"
58+
#define GM_VERSION "3.0.3"
5959
#define GM_ENABLED 1
6060
#define GM_DISABLED 0
6161
#define GM_BUFFERSIZE 65536

support/mod-gearman.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Name: mod_gearman
2-
Version: 3.0.2
2+
Version: 3.0.3
33
Release: 1%{?dist}
44
License: GNU Public License version 2
55
Packager: Sven Nierlein <sven.nierlein@consol.de>

0 commit comments

Comments
 (0)