Subject: CVS commit: pkgsrc/databases/ruby-sqlite3
From: Takahiro Kambe
Date: 2010-12-04 04:47:14
Message id: 20101204034714.D239A175DD@cvs.netbsd.org

Log Message:
Update ruby-sqlite3 package to 1.3.2.

=== 1.3.2 / 2010-10-30 / RubyConf Uruguay Edition!

* Enhancements:
  * Windows: build against 3.7.3 version of SQLite3
  * SQLite3::Database can now be open as readonly

      db = SQLite3::Database.new('my.db', :readonly => true)

  * Added SQLite3::SQLITE_VERSION and SQLite3::SQLITE_VERSION_NUMBER [nurse]

* Bugfixes
  * type_translation= works along with Database#execute and a block
  * defined functions are kept in a hash to prevent GC. #7
  * Removed GCC specific flags from extconf.

* DEPRECATIONS
  * SQLite3::Database#type_translation= will be deprecated in the future with
    no replacement.
  * SQlite3::Version will be deprecated in 2.0.0 with SQLite3::VERSION as the
    replacement.

Files:
RevisionActionfile
1.14modifypkgsrc/databases/ruby-sqlite3/Makefile
1.11modifypkgsrc/databases/ruby-sqlite3/PLIST
1.9modifypkgsrc/databases/ruby-sqlite3/distinfo