Bump version.
authorGreg Sabino Mullane <greg@endpoint.com>
Mon, 3 Aug 2009 15:07:13 +0000 (11:07 -0400)
committerGreg Sabino Mullane <greg@endpoint.com>
Mon, 3 Aug 2009 15:07:13 +0000 (11:07 -0400)
META.yml
Makefile.PL
check_postgres.pl.html

index d8393214a40d753fb24f6e06fd6f2b07d59cf73b..bd5c976974e6448c7d90a3ce199155607fbf1060 100644 (file)
--- a/META.yml
+++ b/META.yml
@@ -1,6 +1,6 @@
 --- #YAML:1.0
 name                        : check_postgres.pl
-version                     : 2.9.5
+version                     : 2.10.0
 abstract                    : Postgres monitoring script
 author:              
   - Greg Sabino Mullane <greg@endpoint.com>
@@ -30,7 +30,7 @@ recommends:
 provides:
   check_postgres:
     file                    : check_postgres.pl
-    version                 : 2.9.5
+    version                 : 2.10.0
 
 keywords:
   - Postgres
index 8278bb4b6d92274efbb530e5a0fe1e791e951a93..c6c731072f4f8dc7beb7d3d6e5fe8c509d4de3e8 100644 (file)
@@ -6,7 +6,7 @@ use strict;
 use warnings;
 use 5.006001;
 
-my $VERSION = '2.9.5';
+my $VERSION = '2.10.0';
 
 if ($VERSION =~ /_/) {
        print "WARNING! This is a test version ($VERSION) and should not be used in production!\n";
index 1ee5f67aa93535cc292c3bc19a1ec600402ba561..829b53df9e458ecfa2b604aabf5ba16281c8ee74 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.9.5</p>
+<p>This documents describes check_postgres.pl version 2.10.0</p>
 <p>
 </p>
 <hr />
@@ -1386,6 +1386,14 @@ 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 Greg Sabino Mullane.</p>
 <dl>
+<dt><strong><a name="0" class="item"><strong>Version 2.10.0</strong> (July 25, 2009)</a></strong></dt>
+
+<dd>
+<pre>
+  For same_schema, compare view definitions, and compare languages.
+  Make script into a global executable via the Makefile.PL file.
+  Better output when comparing two databases.</pre>
+</dd>
 <dt><strong><a name="5" class="item"><strong>Version 2.9.5</strong> (July 24, 2009)</a></strong></dt>
 
 <dd>
@@ -1425,7 +1433,7 @@ feature requests, and commit notices, send email to <a href="mailto:check_postgr
   Fixes and improvements to the same_schema action (Jeff Boes)
   Write tests for same_schema, other minor test fixes (Jeff Boes)</pre>
 </dd>
-<dt><strong><a name="0" class="item"><strong>Version 2.9.0</strong> (May 28, 2009)</a></strong></dt>
+<dt><strong><strong>Version 2.9.0</strong> (May 28, 2009)</strong></dt>
 
 <dd>
 <pre>