diff options
author | taca <taca@pkgsrc.org> | 2012-09-03 15:13:47 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2012-09-03 15:13:47 +0000 |
commit | 35e9260d653ac041c0416fdb3d7624ad5ea6abe1 (patch) | |
tree | b897bd9f1efee483b82d3ee9d5d56a8f8be41316 /databases/ruby-pg/Makefile | |
parent | f74270b20f381e7347c1ec0ef5a67c6e8f65916a (diff) | |
download | pkgsrc-35e9260d653ac041c0416fdb3d7624ad5ea6abe1.tar.gz |
Update ruby-pg to 0.14.1.
== v0.14.1 [2012-09-02] Michael Granger <ged@FaerieMUD.org>
Important bugfix:
- Fix stack overflow bug in PG::Result#values and #column_values (#135). Thanks
to everyone who reported the bug, and Lars Kanis especially for figuring out
the problem.
PostgreSQL 9.2 beta fixes:
- Recognize PGRES_SINGLE_TUPLE as OK when checking PGresult (Jeremy Evans)
Documentation fixes:
- Add note about the usage scope of the result object received by the
#set_notice_receiver block. (Lars Kanis)
- Add PGRES_COPY_BOTH to documentation of PG::Result#result_status. (Lars Kanis)
- Add some documentation to PG::Result#fnumber (fix for #139)
Diffstat (limited to 'databases/ruby-pg/Makefile')
-rw-r--r-- | databases/ruby-pg/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/databases/ruby-pg/Makefile b/databases/ruby-pg/Makefile index a4eff5cc369..5699db997bf 100644 --- a/databases/ruby-pg/Makefile +++ b/databases/ruby-pg/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.13 2012/08/21 13:46:20 taca Exp $ +# $NetBSD: Makefile,v 1.14 2012/09/03 15:13:47 taca Exp $ -DISTNAME= pg-0.14.0 +DISTNAME= pg-0.14.1 PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME:C/postgres/&ql/} -PKGREVISION= 1 CATEGORIES= databases MAINTAINER= pkgsrc-users@NetBSD.org |