diff options
author | wen <wen> | 2013-08-15 12:28:58 +0000 |
---|---|---|
committer | wen <wen> | 2013-08-15 12:28:58 +0000 |
commit | d50f6a2ad35ffd3fb8dec15ba80e412127033c90 (patch) | |
tree | 24f20fcf9262c9561fb77fa356d833d870a33818 /databases | |
parent | e3b92d1131093718c76010928d9818c7ec78d0a6 (diff) | |
download | pkgsrc-d50f6a2ad35ffd3fb8dec15ba80e412127033c90.tar.gz |
Update to 0.806
Upstream changes:
0.806 (06.08.2013) - John Siracusa <siracusa@gmail.com>
* Updated iterator leak test to work on perl 5.17.* and later (RT 86000)
0.805 (03.10.2013) - John Siracusa <siracusa@gmail.com>
* Changed the recommended Oracle trigger PL/SQL to avoid sequence gaps.
(Patch by Tom Adamo.)
* Updated several Manager calls in bench.pl, adding the inject_results
parameter.
0.804 (02.01.2013) - John Siracusa <siracusa@gmail.com>
* Fixed some test failures on perl 5.16.2, mysql 5.5.29, and DBD::Pg 2.19.3.
0.803 (01.04.2013) - John Siracusa <siracusa@gmail.com>
* Make char column's parse_value() method honor a column's overflow
attribute when handling column values that are too long.
* Correct length value in column overflow error messages.
0.802 (01.03.2013) - John Siracusa <siracusa@gmail.com>
* Make varchar column's parse_value() method honor a column's overflow
attribute when handling column values that are too long.
0.801 (11.24.2012) - John Siracusa <siracusa@gmail.com>
* Fixed "DBD::Informix::st execute failed: SQL: -255: Not in transaction"
errors in the test suite. (Patch by Sergey Leschenko.)
0.800 (09.09.2012) - John Siracusa <siracusa@gmail.com>
* Correct tests to account for the Loader's init_db generation fix
in 0.799 behavior (RT 79526)
0.799 (08.10.2012) - John Siracusa <siracusa@gmail.com>
* Added column type mappings for varchar2, nvarchar, and nvarchar2.
(Suggested by Chris Campise)
* Fixed some typos in the Loader documentation (RT 78860)
* Fixed a Loader bug that caused the base class's init_db method to
be ignored (RT 78571)
0.798 (04.04.2012) - John Siracusa <siracusa@gmail.com>
* Fixed a typo in the Rose::DB::Object::Manager documentation.
* Fixed a bug that caused save() not to throw an exception when
a transaction could not be started (Reported by jdv79)
* Converted some uses of each() to keys() to avoid iteration
state bugs (RT 75773)
* Corrected a broken POD link in the one-to-many relationship
documentation. (Reported by Nee)
Diffstat (limited to 'databases')
-rw-r--r-- | databases/p5-Rose-DB-Object/Makefile | 5 | ||||
-rw-r--r-- | databases/p5-Rose-DB-Object/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/databases/p5-Rose-DB-Object/Makefile b/databases/p5-Rose-DB-Object/Makefile index 48ce13e3c5c..3385f30131e 100644 --- a/databases/p5-Rose-DB-Object/Makefile +++ b/databases/p5-Rose-DB-Object/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.16 2013/05/31 12:39:53 wiz Exp $ +# $NetBSD: Makefile,v 1.17 2013/08/15 12:28:58 wen Exp $ -DISTNAME= Rose-DB-Object-0.797 +DISTNAME= Rose-DB-Object-0.806 PKGNAME= p5-${DISTNAME} -PKGREVISION= 2 CATEGORIES= databases perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Rose/} diff --git a/databases/p5-Rose-DB-Object/distinfo b/databases/p5-Rose-DB-Object/distinfo index a70d20b685b..73848282a4e 100644 --- a/databases/p5-Rose-DB-Object/distinfo +++ b/databases/p5-Rose-DB-Object/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.10 2012/01/26 19:22:06 rhaen Exp $ +$NetBSD: distinfo,v 1.11 2013/08/15 12:28:58 wen Exp $ -SHA1 (Rose-DB-Object-0.797.tar.gz) = 28b85f4c9ad89a9b21ab18ba2117b56a099cd343 -RMD160 (Rose-DB-Object-0.797.tar.gz) = 0e62c19f774c3ea65ec347bcf66484acdcc00055 -Size (Rose-DB-Object-0.797.tar.gz) = 554568 bytes +SHA1 (Rose-DB-Object-0.806.tar.gz) = 63d83b8df489b16e7bb390535f92e3da7c3a0202 +RMD160 (Rose-DB-Object-0.806.tar.gz) = d7ff98f42f670df80ea330f3fce3c622895b3497 +Size (Rose-DB-Object-0.806.tar.gz) = 556968 bytes |