Author: turnstep
Date: Thu Apr 23 09:22:51 2009
New Revision: 12712
Modified:
DBD-Pg/trunk/Changes
DBD-Pg/trunk/META.yml
DBD-Pg/trunk/Makefile.PL
DBD-Pg/trunk/Pg.pm
DBD-Pg/trunk/README
DBD-Pg/trunk/lib/Bundle/DBD/Pg.pm
Log:
Version bump, prepare for release.
Modified: DBD-Pg/trunk/Changes
==============================================================================
--- DBD-Pg/trunk/Changes (original)
+++ DBD-Pg/trunk/Changes Thu Apr 23 09:22:51 2009
@@ -1,10 +1,10 @@
('GSM' is Greg Sabino Mullane, [email protected])
-2.13.1
+2.13.1 Released April 23, 2009
- Fix leak in pg_warn (CPAN bug #45163) [[email protected]]
-2.13.0 Released April 13, 2009
+2.13.0 Released April 13, 2009 (subversion r12695)
- Ensure we always set sqlstate inside of pg_st_prepare_statement
(CPAN bug #44732) [[email protected]]
@@ -191,7 +191,7 @@
2.7.2 Released May 14, 2008 (subversion r11269)
- Handle embedded commas in quotes properly when destringifying
- arrays.(CPAN bug #35862) [GSM]
+ arrays. (CPAN bug #35862) [GSM]
- Fix typo in docs with trace_parser_flags() (Martin J. Evans)
- More testing tweaks [GSM]
@@ -267,7 +267,6 @@
2.2.2 Released March 3, 2008 (subversion r10873)
- Remove non-working tracing from types.c and quote.c [GSM]
-
- Add parse_trace_flag as statement handle method. [GSM]
2.2.1 Released March 1, 2008 (subversion r10865)
Modified: DBD-Pg/trunk/META.yml
==============================================================================
--- DBD-Pg/trunk/META.yml (original)
+++ DBD-Pg/trunk/META.yml Thu Apr 23 09:22:51 2009
@@ -1,6 +1,6 @@
--- #YAML:1.0
name : DBD-Pg
-version : 2.13.0
+version : 2.13.1
abstract : DBI PostgreSQL interface
author:
- Greg Sabino Mullane <[email protected]>
@@ -39,10 +39,10 @@
provides:
DBD::Pg:
file : Pg.pm
- version : 2.13.0
+ version : 2.13.1
Bundle::DBD::Pg:
file : lib/Bundle/DBD/Pg.pm
- version : 2.13.0
+ version : 2.13.1
keywords:
- Postgres
Modified: DBD-Pg/trunk/Makefile.PL
==============================================================================
--- DBD-Pg/trunk/Makefile.PL (original)
+++ DBD-Pg/trunk/Makefile.PL Thu Apr 23 09:22:51 2009
@@ -7,7 +7,7 @@
use 5.006001;
## No version.pm for this one, as the prereqs are not loaded yet.
-my $VERSION = '2.13.0';
+my $VERSION = '2.13.1';
my $lib;
BEGIN {
Modified: DBD-Pg/trunk/Pg.pm
==============================================================================
--- DBD-Pg/trunk/Pg.pm (original)
+++ DBD-Pg/trunk/Pg.pm Thu Apr 23 09:22:51 2009
@@ -17,7 +17,7 @@
{
package DBD::Pg;
- use version; our $VERSION = qv('2.13.0');
+ use version; our $VERSION = qv('2.13.1');
use DBI ();
use DynaLoader ();
@@ -1718,7 +1718,7 @@
=head1 VERSION
-This documents version 2.13.0 of the DBD::Pg module
+This documents version 2.13.1 of the DBD::Pg module
=head1 DESCRIPTION
Modified: DBD-Pg/trunk/README
==============================================================================
--- DBD-Pg/trunk/README (original)
+++ DBD-Pg/trunk/README Thu Apr 23 09:22:51 2009
@@ -5,7 +5,7 @@
DESCRIPTION:
------------
-This is version 2.13.0 of DBD::Pg, the Perl interface to Postgres using DBI.
+This is version 2.13.1 of DBD::Pg, the Perl interface to Postgres using DBI.
The web site for this interface, and the latest version, can be found at:
http://search.cpan.org/dist/DBD-Pg/
Modified: DBD-Pg/trunk/lib/Bundle/DBD/Pg.pm
==============================================================================
--- DBD-Pg/trunk/lib/Bundle/DBD/Pg.pm (original)
+++ DBD-Pg/trunk/lib/Bundle/DBD/Pg.pm Thu Apr 23 09:22:51 2009
@@ -4,7 +4,7 @@
use strict;
use warnings;
-$VERSION = '2.13.0';
+$VERSION = '2.13.1';
1;