Version bump
authorGreg Sabino Mullane <[email protected]>
Tue, 24 Sep 2013 18:57:59 +0000 (14:57 -0400)
committerGreg Sabino Mullane <[email protected]>
Tue, 24 Sep 2013 18:57:59 +0000 (14:57 -0400)
META.yml
Makefile.PL
check_postgres.pl.html

index f558d0b575d4e17aee8379fa76afd51b81373a20..0a6605d1ebb8fa9515238217f9a567b562d989e2 100644 (file)
--- 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 <[email protected]>
@@ -30,7 +30,7 @@ recommends:
 provides:
   check_postgres:
     file                    : check_postgres.pl
-    version                 : 2.20.1
+    version                 : 2.21.0
 
 keywords:
   - Postgres
index 236cd9845eb1fe7efaf8fbd7d3d9bd5deaa5a448..b5fd73a9c7ce4c0a12d6ebeea601110e07e25209 100644 (file)
@@ -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";
index a076e9da703d7d5f118c711474620506fab28992..9ba2625bce2c76b59f4c964832ee6ed382f91c14 100644 (file)
 <hr />
 <h1><a name="name">NAME</a></h1>
 <p><strong>check_postgres.pl</strong> - a Postgres monitoring script for Nagios, MRTG, Cacti, and others</p>
-<p>This documents describes check_postgres.pl version 2.20.1</p>
+<p>This documents describes check_postgres.pl version 2.21.0</p>
 <p>
 </p>
 <hr />
@@ -1793,6 +1793,22 @@ feature requests, and commit notices, send email to <a href="mailto:check_postgr
 <h1><a name="history">HISTORY</a></h1>
 <p>Items not specifically attributed are by GSM (Greg Sabino Mullane).</p>
 <dl>
+<dt><strong><a name="version_2_21_0_september_24_2013" class="item"><strong>Version 2.21.0</strong> September 24, 2013</a></strong></dt>
+
+<dd>
+<pre>
+  Fix issue with SQL steps in check_pgagent_jobs for sql steps which perform deletes
+    (Rob Emery via  pull)</pre>
+<pre>
+  Install man page in section 1. (Peter Eisentraut, bug 53,  issue 26)</pre>
+<pre>
+  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)</pre>
+<pre>
+  Fix same_schema check on 9.3 by ignoring relminmxid differences in pg_class
+    (Christoph Berg)</pre>
+</dd>
 <dt><strong><a name="version_2_20_1_june_24_2013" class="item"><strong>Version 2.20.1</strong> June 24, 2013</a></strong></dt>
 
 <dd>
@@ -1841,7 +1857,7 @@ feature requests, and commit notices, send email to <a href="mailto:check_postgr
 <pre>
   Fix --excludeuser in check_txn_idle (Mika Eloranta)</pre>
 <pre>
-  Fix userclause handling in check_txn_idle (Michael van Bracht)</pre>
+  Fix user clause handling in check_txn_idle (Michael van Bracht)</pre>
 <pre>
   Adjust docs to show colon as a better separator inside args for locks
     (Charles Sprickman)</pre>