[Pkg-nagios-changes] [SCM] Debian packaging for mod gearman. branch, upstream, updated. upstream/1.0.6-34-gd3fb2ec

Sven Nierlein sven at nierlein.de
Wed Aug 24 09:21:58 UTC 2011


The following commit has been merged in the upstream branch:
commit bed6f94eae5b9795fcf151113ef058353b900e4a
Author: Sven Nierlein <sven at nierlein.de>
Date:   Thu Jul 28 11:41:44 2011 +0200

    started new version

diff --git a/Changes b/Changes
index afd452a..15c4d77 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,8 @@
 This file documents the revision history for mod_gearman.
 
+1.0.9  Thu Jul 28 11:38:15 CEST 2011
+          - nicer error messages for send_multi when zero results transmitted
+
 1.0.8  Fri Jul 22 22:21:34 CEST 2011
           - use identifier for error messages if set
           - fixed ld options (fixes debian bug #632431) thanks Ilya Barygin
diff --git a/configure.ac b/configure.ac
index 385ab61..2fe6286 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3,7 +3,7 @@
 
 ##############################################
 AC_PREREQ([2.59])
-AC_INIT([mod_gearman], [1.0.8], [sven.nierlein at consol.de])
+AC_INIT([mod_gearman], [1.0.9], [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 304ef41..5724d94 100644
--- a/include/common.h
+++ b/include/common.h
@@ -52,7 +52,7 @@
 #define MOD_GM_COMMON_H
 
 /* constants */
-#define GM_VERSION                 "1.0.8"
+#define GM_VERSION                 "1.0.9"
 #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