[Pkg-nagios-changes] [SCM] Debian packaging for mod gearman. branch, upstream, updated. e9a5a6997d9dd8b31b433b5bcbad495448db0131

Sven Nierlein sven at nierlein.org
Thu Apr 7 08:06:16 UTC 2011


The following commit has been merged in the upstream branch:
commit e3d56af2c60342262da5773425495f5e3ad555a7
Author: Sven Nierlein <sven at nierlein.org>
Date:   Sat Feb 19 21:48:58 2011 +0100

    updated metadata

diff --git a/Changes b/Changes
index 7e04488..cfc3739 100644
--- a/Changes
+++ b/Changes
@@ -1,6 +1,7 @@
 This file documents the revision history for mod_gearman.
 
 1.1    Mon...
+          - added general export option
           - fixed "make rpm" for SLES11
 
 1.0    Mon Feb  7 11:05:29 CET 2011
diff --git a/configure.ac b/configure.ac
index 5f9eea4..174628a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3,7 +3,7 @@
 
 ##############################################
 AC_PREREQ([2.59])
-AC_INIT([mod_gearman], [1.0], [sven.nierlein at consol.de])
+AC_INIT([mod_gearman], [1.1], [sven.nierlein at consol.de])
 AM_INIT_AUTOMAKE([-Wall foreign subdir-objects])
 AC_CONFIG_SRCDIR([neb_module/mod_gearman.c],[worker/worker.c],[tools/send_gearman.c],[tools/check_gearman.c],[tools/gearman_top.c])
 AC_CONFIG_HEADER([config.h])
diff --git a/include/common.h b/include/common.h
index 55c9972..0bb64fa 100644
--- a/include/common.h
+++ b/include/common.h
@@ -52,7 +52,7 @@
 #define MOD_GM_COMMON_H
 
 /* constants */
-#define GM_VERSION                   "1.0"
+#define GM_VERSION                   "1.1"
 #define GM_ENABLED                      1
 #define GM_DISABLED                     0
 #define GM_BUFFERSIZE               98304

-- 
Debian packaging for mod gearman.



More information about the Pkg-nagios-changes mailing list