[Pkg-nagios-changes] [pkg-mod-gearman] 06/48: released 1.4.10
Stig Sandbeck Mathisen
ssm at debian.org
Sun Nov 24 22:38:08 UTC 2013
This is an automated email from the git hooks/post-receive script.
ssm pushed a commit to branch master
in repository pkg-mod-gearman.
commit 426ff577992b3fd35a6dfdbb700b4d54657db922
Author: Sven Nierlein <Sven.Nierlein at consol.de>
Date: Mon Aug 5 11:41:22 2013 +0200
released 1.4.10
---
Changes | 2 +-
README.asciidoc | 3 ++-
configure.ac | 2 +-
include/common.h | 2 +-
support/mod_gearman.spec | 2 +-
5 files changed, 6 insertions(+), 5 deletions(-)
diff --git a/Changes b/Changes
index 926bdc7..d6b2f6a 100644
--- a/Changes
+++ b/Changes
@@ -1,6 +1,6 @@
This file documents the revision history for mod_gearman.
-next
+1.4.10 Mon Aug 5 11:38:53 CEST 2013
- fixed segfault on empty arguments (Michael Friedrich)
- fixed commands containing quotes
diff --git a/README.asciidoc b/README.asciidoc
index dc9cea1..63b84c5 100644
--- a/README.asciidoc
+++ b/README.asciidoc
@@ -43,7 +43,7 @@ Features
Download
--------
- * Latest stable http://www.mod-gearman.org/download/v1.4.8/src/mod_gearman-1.4.8.tar.gz[version 1.4.8], released July 27 2013
+ * Latest stable http://www.mod-gearman.org/download/v1.4.10/src/mod_gearman-1.4.10.tar.gz[version 1.4.10], released August 05 2013
* 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>>.
@@ -1310,6 +1310,7 @@ Hints
Archive
-------
+* http://www.mod-gearman.org/download/v1.4.10/src/mod_gearman-1.4.10.tar.gz[version 1.4.10 - August 05 2013]
* http://www.mod-gearman.org/download/v1.4.8/src/mod_gearman-1.4.8.tar.gz[version 1.4.8 - July 27 2013]
* http://www.mod-gearman.org/download/v1.4.6/src/mod_gearman-1.4.6.tar.gz[version 1.4.6 - June 04 2013]
* http://www.mod-gearman.org/download/v1.4.4/src/mod_gearman-1.4.4.tar.gz[version 1.4.4 - May 03 2013]
diff --git a/configure.ac b/configure.ac
index e3280be..d0b1aad 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4,7 +4,7 @@
##############################################
# autoconf really does not work with 2.59 or older
AC_PREREQ([2.60])
-AC_INIT([mod_gearman], [1.4.8], [sven.nierlein at consol.de])
+AC_INIT([mod_gearman], [1.4.10], [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 af631dc..cc6f538 100644
--- a/include/common.h
+++ b/include/common.h
@@ -54,7 +54,7 @@
#define MOD_GM_COMMON_H
/* constants */
-#define GM_VERSION "1.4.8"
+#define GM_VERSION "1.4.10"
#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 a46ae17..3230636 100644
--- a/support/mod_gearman.spec
+++ b/support/mod_gearman.spec
@@ -1,5 +1,5 @@
Name: mod_gearman
-Version: 1.4.8
+Version: 1.4.10
Release: 1%{?dist}
License: GNU Public License version 2
Packager: Sven Nierlein <sven.nierlein at consol.de>
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-nagios/pkg-mod-gearman
More information about the Pkg-nagios-changes
mailing list