Received: from mail.netbsd.org (mail.netbsd.org [149.20.53.66]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id 046A870B3C for ; Sun, 16 Jun 2013 14:38:15 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 6A63014A1F6; Sun, 16 Jun 2013 14:38:14 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 8F79F14A18D for ; Sun, 16 Jun 2013 14:38:11 +0000 (UTC) X-Virus-Scanned: amavisd-new at NetBSD.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.NetBSD.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id mNl_841fIPKG for ; Sun, 16 Jun 2013 14:38:10 +0000 (UTC) Received: from cvs.netbsd.org (cvs.NetBSD.org [IPv6:2001:4f8:3:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id AD1D714A169 for ; Sun, 16 Jun 2013 14:38:10 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id AA7B896; Sun, 16 Jun 2013 14:38:10 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Sun, 16 Jun 2013 14:38:10 +0000 From: "Takahiro Kambe" Subject: CVS commit: pkgsrc/databases/ruby-pg To: pkgsrc-changes@NetBSD.org Reply-To: taca@netbsd.org X-Mailer: log_accum Message-Id: <20130616143810.AA7B896@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: taca Date: Sun Jun 16 14:38:10 UTC 2013 Modified Files: pkgsrc/databases/ruby-pg: Makefile PLIST distinfo Log Message: Update ruby-pg to 0.15.0. == v0.15.0 [2013-03-03] Michael Granger Bugfixes: - Fix segfault in PG::Result#field_values when called with non String value. - Fix encoding of messages delivered by notice callbacks. - Fix text encoding for Connection#wait_for_notify and Connection#notifies. - Fix 'Bad file descriptor' problems under Windows: wrong behaviour of #wait_for_notify() and timeout handling of #block on Ruby 1.9. Documentation fixes: - conn#socket() can not be used with IO.for_fd() on Windows. Enhancements: - Tested under Ruby 2.0.0p0. - Add single row mode of PostgreSQL 9.2. - Set fallback_application_name to programm name $0. Thanks to Will Leinweber for the patch. - Release Ruby's GVL while calls to blocking libpq functions to allow better concurrency in threaded applications. - Refactor different variants of waiting for the connection socket. - Make use of rb_thread_fd_select() on Ruby 1.9 and avoid deprecated rb_thread_select(). - Add an example of how to insert array data using a prepared statement (#145). - Add continous integration tests on travis-ci.org. - Add PG::Result#each_row for iterative over result sets by row. Thanks to Aaron Patterson for the patch. - Add a PG::Connection#socket_io method for fetching a (non-autoclosing) IO object for the connection's socket. Specs: - Fix various specs to run on older PostgreSQL and Ruby versions. - Avoid fork() in specs to allow usage on Windows and JRuby. To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 pkgsrc/databases/ruby-pg/Makefile cvs rdiff -u -r1.8 -r1.9 pkgsrc/databases/ruby-pg/PLIST cvs rdiff -u -r1.9 -r1.10 pkgsrc/databases/ruby-pg/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.