Changelog for
perl-DBD-Pg-2.18.1-4.1.i586.rpm :
Tue Nov 29 13:00:00 2011 cooloAATTsuse.com
- update to 2.18.1
- Fix LANG testing issue [GSM] (CPAN bug #56705)
- Fix bug when async commands issued immediately after a COPY.
[GSM] (CPAN bug #68041)
Fri Apr 8 14:00:00 2011 chrisAATTcomputersalat.de
- fix deps
o add openssl-devel
- fix build
o build with -lssl
- bzip source
- add testme.tmp.pl to doc
Thu Mar 31 14:00:00 2011 cooloAATTnovell.com
- update to 2.18.0
- Thanks to 123people.com for sponsoring work on this release [GSM]
- Fix memory leak when binding arrays [GSM] (CPAN bug #65734)
- Fix memory leak with ParamValues. [Martin J. Evans] (CPAN bug #60863)
- New cancel() method per DBI spec. [Eric Simon] (CPAN bug #63516)
- Fix memory leak in handle_old_async (missing PQclear)
[Rainer Weikusat] (CPAN bug #63408)
- Fix memory leak in pg_db_cancel (missing PQclear)
[Rainer Weikusat] (CPAN bug #63441)
- Mark pg_getcopydata strings as UTF8 as needed (CPAN bug #66006)
- Function dequote_bytea returning void should not try to return something
[Dagobert Michelsen] (CPAN bug #63497)
- Fix the number of tests to skip in t/01connect.t when the $DBI_DSN
environment variable lacks a database specification. [David E. Wheeler]
- Fix algorithm for skipping tests in t/06bytea.t when running on a version
of PostgreSQL lower than 9.0. [David E. Wheeler]
- Small tweaks to get tests working when compiled against Postgres 7.4
(CPAN bug #61713) [GSM]
- Fix failing test when run as non-superuser [GSM] (CPAN bug #61534)
Thu Dec 2 13:00:00 2010 chrisAATTcomputersalat.de
- update to 2.17.2
- Support dequoting of hex bytea format for 9.0.
[Dagfinn Ilmari Mannsåker] (CPAN bug #60200).
- Don\'t PQclear on execute() if there is an active async query
[rweikusat at mssgmbh.com] (CPAN bug #58376)
- Allow data_sources() to accept any case-variant of \'dbi:Pg\' (CPAN bug #61574)
- Fix failing test in t/04misc.t on Perl 5.12. [Eric Simon]
- Fix for some 7.4 failing tests [Dagfinn Ilmari Mannsåker]
- Return bare instead of undef in test connections (CPAN bug #61574)
- recreated by cpanspec 1.78
- removed Authors
Wed Dec 1 13:00:00 2010 cooloAATTnovell.com
- switch to perl_requires macro
Wed Apr 21 14:00:00 2010 chrisAATTcomputersalat.de
- update to 2.17.1
- Only use lo_import_with_oid if Postgres libraries are 8.4 or better
[GSM] (CPAN bug #56363)
- added Buildi-/Req perl(version)
- fix deps for postgresql-devel >= 7.4
Wed Apr 7 14:00:00 2010 chrisAATTcomputersalat.de
- update to 2.17.0
- Do not automatically ROLLBACK on a failed pg_cancel [GSM]
(CPAN bug #55188)
- Added support for new lo_import_with_oid function.
[GSM] (CPAN bug #53835)
- Don\'t limit stored user name to \\w in tests [GSM]
(CPAN bug #54372)
- Allow tests to support versions back to Postgres 7.4 [GSM]
- TestSuite broken for postgresql < 8.4
o undefined symbol: lo_import_with_oid
o BUG opened
https://rt.cpan.org/Public/Bug/Display.html?id=56363
Tue Apr 6 14:00:00 2010 chrisAATTcomputersalat.de
- update to 2.16.1
- Output error messages in UTF-8 as needed. Reported biy
Michael Hofmann. [GSM] (CPAN bug #53854)
- 2.16.0 Released December 17, 2009
- Put in a test for high-bit characters in bytea handling.
[Bryce Nesbitt] (see also CPAN bug #39390)
- Better SQLSTATE code on connection failure (CPAN bug #52863)
[Chris Travers with help from Andrew Gierth]
- Fixed POD escapes (CPAN bug #51856) [FWIEAATTcpan.org]
- cleanup spec
o sort TAGS
o upated Summary
o macros
o fixed deps
- added perl-macros
Sun Jan 10 13:00:00 2010 jengelhAATTmedozas.de
- enable parallel build
Wed Aug 12 14:00:00 2009 maxAATTsuse.de
- New version: 2.15.1.
- http://cpansearch.perl.org/src/TURNSTEP/DBD-Pg-2.15.1/Changes
Thu Sep 11 14:00:00 2008 maxAATTsuse.de
- New version: 2.10.3:
* Add the \'DBD\' trace setting to output only non-DBI trace
messages, and allow \'dbd_verbose\' as a connection attribute
for the same effect.
* Allow multi-statement do() calls with parameters to work if
pg_server_prepare is set to 0
* Add support for database handle attribute \"ReadOnly\".
* Added in payload strings for LISTEN/NOTIFY in 8.4.
* Plus more bug fixes and improvements to the test suite and
documentation.
Tue Apr 22 14:00:00 2008 maxAATTsuse.de
- Fixed file list.
Thu Apr 17 14:00:00 2008 maxAATTsuse.de
- New version: 2.6.0. Changes include:
* Various performance improvements.
* Add Bundle::DBD::Pg
* Fix memory leaks in dbdimp.c
* Fix strlen problems in dbdimp.c
* Overhaul COPY functions
* Add support for arrays
* Add support for asynchronous queries
- See /usr/share/doc/packages/perl-DBD-Pg/Changes for details.