From 799fb70edaa97d0fb67efd0cdbc31f38f8189461 Mon Sep 17 00:00:00 2001 From: Greg Sabino Mullane Date: Mon, 3 Aug 2009 11:07:13 -0400 Subject: [PATCH] Bump version. --- META.yml | 4 ++-- Makefile.PL | 2 +- check_postgres.pl.html | 12 ++++++++++-- 3 files changed, 13 insertions(+), 5 deletions(-) diff --git a/META.yml b/META.yml index d8393214a..bd5c97697 100644 --- 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 @@ -30,7 +30,7 @@ recommends: provides: check_postgres: file : check_postgres.pl - version : 2.9.5 + version : 2.10.0 keywords: - Postgres diff --git a/Makefile.PL b/Makefile.PL index 8278bb4b6..c6c731072 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -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"; diff --git a/check_postgres.pl.html b/check_postgres.pl.html index 1ee5f67aa..829b53df9 100644 --- a/check_postgres.pl.html +++ b/check_postgres.pl.html @@ -101,7 +101,7 @@

NAME

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

-

This documents describes check_postgres.pl version 2.9.5

+

This documents describes check_postgres.pl version 2.10.0


@@ -1386,6 +1386,14 @@ feature requests, and commit notices, send email to HISTORY

Items not specifically attributed are by Greg Sabino Mullane.

+
Version 2.10.0 (July 25, 2009)
+ +
+
+  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.
+
Version 2.9.5 (July 24, 2009)
@@ -1425,7 +1433,7 @@ feature requests, and commit notices, send email to Version 2.9.0 (May 28, 2009) +
Version 2.9.0 (May 28, 2009)
-- 
2.39.5