[Pkg-nagios-changes] [SCM] Debian packaging for mod gearman. branch, master, updated. debian/1.0.3-1-28-ga8ba0c2
Sven Nierlein
sven at nierlein.de
Fri May 20 10:20:41 UTC 2011
The following commit has been merged in the master branch:
commit a26f265c3e2eb994f6475768375215beefa79c41
Author: Sven Nierlein <sven at nierlein.de>
Date: Sun Mar 27 19:51:25 2011 +0200
updated version and todo list
diff --git a/TODO b/TODO
index 290b68f..cdfc1ed 100644
--- a/TODO
+++ b/TODO
@@ -11,7 +11,9 @@ General
Bugs
----
- - none known
+ - problems with logging and threads
+ - make neb module log to seperate file (thread safe)
+ - check worker logfile on logfile rotation
WISH LIST
=========
diff --git a/configure.ac b/configure.ac
index 504d8b5..12fa65f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3,7 +3,7 @@
##############################################
AC_PREREQ([2.59])
-AC_INIT([mod_gearman], [1.0.3], [sven.nierlein at consol.de])
+AC_INIT([mod_gearman], [1.0.4], [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 1683682..2311938 100644
--- a/include/common.h
+++ b/include/common.h
@@ -52,7 +52,7 @@
#define MOD_GM_COMMON_H
/* constants */
-#define GM_VERSION "1.0.3"
+#define GM_VERSION "1.0.4"
#define GM_ENABLED 1
#define GM_DISABLED 0
#define GM_BUFFERSIZE 98304
diff --git a/support/mod_gearman.spec b/support/mod_gearman.spec
index fef3917..f0bcbf1 100644
--- a/support/mod_gearman.spec
+++ b/support/mod_gearman.spec
@@ -1,5 +1,5 @@
Name: mod_gearman
-Version: 1.0.3
+Version: 1.0.4
Release: 3
License: GNU Public License version 2
Packager: Olivier Raginel <babar at cern.ch>
--
Debian packaging for mod gearman.
More information about the Pkg-nagios-changes
mailing list