Author: turnstep
Date: Mon Mar  3 09:03:27 2008
New Revision: 10872

Modified:
   DBD-Pg/trunk/Changes
   DBD-Pg/trunk/META.yml
   DBD-Pg/trunk/Makefile.PL
   DBD-Pg/trunk/Pg.pm
   DBD-Pg/trunk/README

Log:
Bump version to 2.2.2


Modified: DBD-Pg/trunk/Changes
==============================================================================
--- DBD-Pg/trunk/Changes        (original)
+++ DBD-Pg/trunk/Changes        Mon Mar  3 09:03:27 2008
@@ -1,6 +1,8 @@
 ('GSM' is Greg Sabino Mullane, [EMAIL PROTECTED])
 
-2.2.2
+2.2.2 Released March 3, 2008
+
+       - Remove non-working tracing from types.c and quote.c
 
        - Add parse_trace_flag as statement handle method.
 

Modified: DBD-Pg/trunk/META.yml
==============================================================================
--- DBD-Pg/trunk/META.yml       (original)
+++ DBD-Pg/trunk/META.yml       Mon Mar  3 09:03:27 2008
@@ -1,6 +1,6 @@
 --- #YAML:1.0
 name                  : DBD-Pg
-version               : 2.2.1
+version               : 2.2.2
 abstract              : DBI PostgreSQL interface
 author:              
   - Greg Sabino Mullane <[EMAIL PROTECTED]>
@@ -34,7 +34,7 @@
 provides:
   DBD::Pg:
     file              : Pg.pm
-    version           : 2.2.1
+    version           : 2.2.2
 
 keywords:
   - Postgres

Modified: DBD-Pg/trunk/Makefile.PL
==============================================================================
--- DBD-Pg/trunk/Makefile.PL    (original)
+++ DBD-Pg/trunk/Makefile.PL    Mon Mar  3 09:03:27 2008
@@ -7,7 +7,7 @@
 use 5.006001;
 
 ## No version.pm for this one, as the prereqs are not loaded yet.
-my $VERSION = '2.2.1';
+my $VERSION = '2.2.2';
 
 my $lib;
 BEGIN {

Modified: DBD-Pg/trunk/Pg.pm
==============================================================================
--- DBD-Pg/trunk/Pg.pm  (original)
+++ DBD-Pg/trunk/Pg.pm  Mon Mar  3 09:03:27 2008
@@ -17,7 +17,7 @@
 {
        package DBD::Pg;
 
-       use version; our $VERSION = qv('2.2.1');
+       use version; our $VERSION = qv('2.2.2');
 
        use DBI ();
        use DynaLoader ();
@@ -1651,7 +1651,7 @@
 
 =head1 VERSION
 
-This documents version 2.2.1 of the DBD::Pg module
+This documents version 2.2.2 of the DBD::Pg module
 
 =head1 SYNOPSIS
 

Modified: DBD-Pg/trunk/README
==============================================================================
--- DBD-Pg/trunk/README (original)
+++ DBD-Pg/trunk/README Mon Mar  3 09:03:27 2008
@@ -5,7 +5,7 @@
 DESCRIPTION:
 ------------
 
-This is version 2.2.1 of DBD-Pg.  The web site for this interface is at:
+This is version 2.2.2 of DBD-Pg.  The web site for this interface is at:
 
        http://search.cpan.org/dist/DBD-Pg/
 

Reply via email to