Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

[DBD::Pg 1/2] Prepare for version 3.5.3

6 views
Skip to first unread message

dbdpg-...@bucardo.org

unread,
Oct 1, 2015, 10:15:02 AM10/1/15
to dbd-pg-...@perl.org
Committed by Greg Sabino Mullane <gr...@endpoint.com>

Subject: [DBD::Pg 1/2] Prepare for version 3.5.3

---
Changes | 5 +++++
META.yml | 6 +++---
Makefile.PL | 2 +-
Pg.pm | 6 +++---
README | 2 +-
dbdimp.c | 2 +-
lib/Bundle/DBD/Pg.pm | 2 +-
7 files changed, 15 insertions(+), 10 deletions(-)

diff --git a/Changes b/Changes
index ef1011e..789c5c1 100644
--- a/Changes
+++ b/Changes
@@ -1,4 +1,9 @@

+Version 3.5.3 Released October 1, 2015
+
+ - Minor fix in the test file t/03dbmethod.t
+
+
Version 3.5.2 Released September 29, 2015 (git commit be8026c9160c4a29580a97dab57cb595c5448949)

- Fix enum value ordering on Postgres servers 9.1 and greater
diff --git a/META.yml b/META.yml
index 591059b..5d3283d 100644
--- a/META.yml
+++ b/META.yml
@@ -1,6 +1,6 @@
--- #YAML:1.0
name : DBD-Pg
-version : 3.5.2
+version : 3.5.3
abstract : DBI PostgreSQL interface
author:
- Greg Sabino Mullane <gr...@turnstep.com>
@@ -30,10 +30,10 @@ recommends:
provides:
DBD::Pg:
file : Pg.pm
- version : 3.5.2
+ version : 3.5.3
Bundle::DBD::Pg:
file : lib/Bundle/DBD/Pg.pm
- version : 3.5.2
+ version : 3.5.3

keywords:
- Postgres
diff --git a/Makefile.PL b/Makefile.PL
index 6b62aaa..31eed05 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -5,7 +5,7 @@ use warnings;
use 5.008001;

## No version.pm for this one, as the prereqs are not loaded yet.
-my $VERSION = '3.5.2';
+my $VERSION = '3.5.3';

## App::Info is stored inside t/lib
## Create a proper path so we can use it below
diff --git a/Pg.pm b/Pg.pm
index 9a7e9b2..b01618d 100644
--- a/Pg.pm
+++ b/Pg.pm
@@ -16,7 +16,7 @@ use 5.008001;
{
package DBD::Pg;

- use version; our $VERSION = qv('3.5.2');
+ use version; our $VERSION = qv('3.5.3');

use DBI ();
use DynaLoader ();
@@ -1678,7 +1678,7 @@ DBD::Pg - PostgreSQL database driver for the DBI module

=head1 VERSION

-This documents version 3.5.2 of the DBD::Pg module
+This documents version 3.5.3 of the DBD::Pg module

=head1 DESCRIPTION

@@ -2740,7 +2740,7 @@ server version 9.0 or higher.

The C<ping> method determines if there is a working connection to an active
database server. It does this by sending a small query to the server, currently
-B<'DBD::Pg ping test v3.5.2'>. It returns 0 (false) if the connection is not valid,
+B<'DBD::Pg ping test v3.5.3'>. It returns 0 (false) if the connection is not valid,
otherwise it returns a positive number (true). The value returned indicates the
current state:

diff --git a/README b/README
index eeb745e..ac374bc 100644
--- a/README
+++ b/README
@@ -5,7 +5,7 @@ DBD::Pg -- the DBI PostgreSQL interface for Perl
DESCRIPTION:
------------

-This is version 3.5.2 of DBD::Pg, the Perl interface to Postgres using DBI.
+This is version 3.5.3 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/
diff --git a/dbdimp.c b/dbdimp.c
index 365e8d6..d364716 100644
--- a/dbdimp.c
+++ b/dbdimp.c
@@ -473,7 +473,7 @@ int dbd_db_ping (SV * dbh)
}

/* No matter what state we are in, send an empty query to the backend */
- result = PQexec(imp_dbh->conn, "/* DBD::Pg ping test v3.5.2 */");
+ result = PQexec(imp_dbh->conn, "/* DBD::Pg ping test v3.5.3 */");
if (NULL == result) {
/* Something very bad, usually indicating the backend is gone */
return -3;
diff --git a/lib/Bundle/DBD/Pg.pm b/lib/Bundle/DBD/Pg.pm
index e0a77be..3837d37 100644
--- a/lib/Bundle/DBD/Pg.pm
+++ b/lib/Bundle/DBD/Pg.pm
@@ -4,7 +4,7 @@ package Bundle::DBD::Pg;
use strict;
use warnings;

-$VERSION = '3.5.2';
+$VERSION = '3.5.3';

1;

--
1.8.4

dbdpg-...@bucardo.org

unread,
Oct 1, 2015, 10:15:02 AM10/1/15
to dbd-pg-...@perl.org
Committed by Greg Sabino Mullane <gr...@endpoint.com>

Subject: [DBD::Pg 2/2] Signature and rev for 3.5.3

---
Changes | 2 +-
SIGNATURE | 22 +++++++++++-----------
2 files changed, 12 insertions(+), 12 deletions(-)

diff --git a/Changes b/Changes
index 789c5c1..8563ba0 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,5 @@

-Version 3.5.3 Released October 1, 2015
+Version 3.5.3 Released October 1, 2015 (git commit 62ddf200106467ce9ad31d85715a4cdf63e8be14)

- Minor fix in the test file t/03dbmethod.t

diff --git a/SIGNATURE b/SIGNATURE
index cb05fdb..e670d28 100644
--- a/SIGNATURE
+++ b/SIGNATURE
@@ -15,24 +15,24 @@ not run its Makefile.PL or Build.PL.
Hash: RIPEMD160

SHA1 6f4143600430e0bc949c17b05ac34844e5fb3ee4 .perlcriticrc
-SHA1 e0ac27036161ebc8d344c17f21ead39e617836a7 Changes
+SHA1 a6b2a372a954a99734298f58ec3ed914f4886378 Changes
SHA1 21bc5f3c797d4d5b72285198ffeb1e4e1f0a2902 LICENSES/artistic.txt
SHA1 06877624ea5c77efe3b7e39b0f909eda6e25a4ec LICENSES/gpl-2.0.txt
SHA1 9c2b33069c9ceb7cd57ea0aeb7b8de144ab75672 MANIFEST
SHA1 8d2857ee9a6326c08507d8552f86709dd068fbe5 MANIFEST.SKIP
-SHA1 c143a3e532d455a1477e7822375e73ae1c3caa3e META.yml
-SHA1 c874d9f3cab9b21361aa30b051438c3c2a5ba7b4 Makefile.PL
+SHA1 0202fc7046a90fefa6423bf5b09497d27b2fe188 META.yml
+SHA1 a3fe9e400c331dc937e4e66b99a900bf36804cef Makefile.PL
SHA1 920964b687f475c0c89d208f7b0cf445cc75cfa5 Pg.h
-SHA1 d9f3501934e6824b2801c0d380d5bcd954a35332 Pg.pm
+SHA1 f22ada023592eeba8413c307202db4c809cd2e53 Pg.pm
SHA1 6b9a1863c104680ea69c0c816693cc154352d744 Pg.xs
-SHA1 ed1b4e076db2e796299b20c7eb58532e19c482e4 README
+SHA1 a10031fcf927772cc91e7241141304de015188b6 README
SHA1 0332ac652afae7e53181e075ca446b88b8631ac6 README.dev
SHA1 7e213bf90f513595b59c0a2c4ef94fea1592efcf README.win32
SHA1 1c4cd9e564dc0888c7429835facc53a501393ca2 TODO
-SHA1 8569cf49691f3c34e287c846d24e9a485ba66ca7 dbdimp.c
+SHA1 9c46cfe6302a35bfc5372c964938c0a51f22f7a7 dbdimp.c
SHA1 277805794455057c0b8c843b1169ed121a92ae75 dbdimp.h
SHA1 6c33bcf138e577722283bef02fceb8cbce4d100d dbivport.h
-SHA1 b92586d8230f8d01ff697d6fe40ffb9aa317dd85 lib/Bundle/DBD/Pg.pm
+SHA1 9ec1e025cd0f1ea9d86f998e541de8f827e9c96a lib/Bundle/DBD/Pg.pm
SHA1 31be571044014a059db6e66f81e73b50a8abe086 quote.c
SHA1 931179894b8b48de407547a38ce0e034f75baaaa quote.h
SHA1 50b2a7caadbf71d6218eb0a5c61dfcb377d0936e t/00_signature.t
@@ -40,7 +40,7 @@ SHA1 4691376dd83eef11b59ee6b1bb4ce2eb951e1920 t/00basic.t
SHA1 1f50adea4f2c7a5110eca34dc8b6d5dc9d4121ed t/01connect.t
SHA1 42b566f777c15a3d07e41d4bca55be435349376c t/01constants.t
SHA1 428de15fda885a2834908679123f0a527ae345f2 t/02attribs.t
-SHA1 843330c203e0e2c0efa3b6823f09a0cd09a1e25f t/03dbmethod.t
+SHA1 030bbe93b8c209c7a2bcf7ca6dd54a867d9269f1 t/03dbmethod.t
SHA1 4e16959f7f2e68667a42c86c3d35e8d317034b23 t/03smethod.t
SHA1 dd47bd1ac55072177a57f856daca98904939112c t/04misc.t
SHA1 9113f062bf144a5768e9e4e98a0f140f498caee1 t/06bytea.t
@@ -66,7 +66,7 @@ SHA1 3b6cb08c1f652a8648a5939751bbc380b3939504 types.h
SHA1 f07cd5ecaeb854c81ceb9206364979cf607e6546 win32.mak
-----BEGIN PGP SIGNATURE-----

-iEYEAREDAAYFAlYKsAIACgkQvJuQZxSWSsg8ygCgtbNjmW/2xh/A2rkkOR4wYRGc
-/toAoJH+/z0U1cWn8/a78XndSsk41k4T
-=R/an
+iEYEAREDAAYFAlYNPS4ACgkQvJuQZxSWSsgDygCfUlxkevFPdGBTv3rm/CR85/4n
+0P8An2r3dkzaLkYFVmXd1le7yY/pG+iD
+=0tyQ
-----END PGP SIGNATURE-----
--
1.8.4

0 new messages