From d74e6c1bdd0f6f0d35a1c191f823239db5299140 Mon Sep 17 00:00:00 2001 From: Greg Sabino Mullane Date: Tue, 24 Sep 2013 14:57:59 -0400 Subject: [PATCH] Version bump --- META.yml | 4 ++-- Makefile.PL | 2 +- check_postgres.pl.html | 20 ++++++++++++++++++-- 3 files changed, 21 insertions(+), 5 deletions(-) diff --git a/META.yml b/META.yml index f558d0b57..0a6605d1e 100644 --- a/META.yml +++ b/META.yml @@ -1,6 +1,6 @@ --- #YAML:1.0 name : check_postgres.pl -version : 2.20.1 +version : 2.21.0 abstract : Postgres monitoring script author: - Greg Sabino Mullane @@ -30,7 +30,7 @@ recommends: provides: check_postgres: file : check_postgres.pl - version : 2.20.1 + version : 2.21.0 keywords: - Postgres diff --git a/Makefile.PL b/Makefile.PL index 236cd9845..b5fd73a9c 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -6,7 +6,7 @@ use strict; use warnings; use 5.006001; -my $VERSION = '2.20.1'; +my $VERSION = '2.21.0'; if ($VERSION =~ /_/) { print "WARNING! This is a test version ($VERSION) and should not be used in production!\n"; diff --git a/check_postgres.pl.html b/check_postgres.pl.html index a076e9da7..9ba2625bc 100644 --- a/check_postgres.pl.html +++ b/check_postgres.pl.html @@ -123,7 +123,7 @@

NAME

check_postgres.pl - a Postgres monitoring script for Nagios, MRTG, Cacti, and others

-

This documents describes check_postgres.pl version 2.20.1

+

This documents describes check_postgres.pl version 2.21.0


@@ -1793,6 +1793,22 @@ feature requests, and commit notices, send email to HISTORY

Items not specifically attributed are by GSM (Greg Sabino Mullane).

+
Version 2.21.0 September 24, 2013
+ +
+
+  Fix issue with SQL steps in check_pgagent_jobs for sql steps which perform deletes
+    (Rob Emery via github pull)
+
+  Install man page in section 1. (Peter Eisentraut, bug 53, github issue 26)
+
+  Order lock types in check_locks output to make the ordering predictable;
+  setting SKIP_NETWORK_TESTS will skip the new_version tests; other minor test
+  suite fixes. (Christoph Berg)
+
+  Fix same_schema check on 9.3 by ignoring relminmxid differences in pg_class
+    (Christoph Berg)
+
Version 2.20.1 June 24, 2013
@@ -1841,7 +1857,7 @@ feature requests, and commit notices, send email to