diff options
| author | taca <taca@pkgsrc.org> | 2012-02-19 11:27:01 +0000 |
|---|---|---|
| committer | taca <taca@pkgsrc.org> | 2012-02-19 11:27:01 +0000 |
| commit | 9a3ffd40e76c11dbed8fd3ffae58cf49d413fb64 (patch) | |
| tree | 161cc3281c8050dd6c145a2c0d5ee5789fdf523d /databases/ruby-sqlite3/PLIST | |
| parent | 14211209b1cd5e45b6d934f1e77e7a42a54f7291 (diff) | |
| download | pkgsrc-9a3ffd40e76c11dbed8fd3ffae58cf49d413fb64.tar.gz | |
Update databases/ruby-sqlite3 package to 1.3.5.
=== 1.3.5 / 2011-12-03 - ZOMG Holidays are here Edition!
* Enhancements
* Windows: build against SQLite 3.7.9
* Static: enable SQLITE_ENABLE_COLUMN_METADATA
* Added Statement#clear_bindings! to set bindings back to nil
* Bugfixes
* Fixed a segv on Database.new. Fixes #34 (thanks nobu!)
* Database error is not reset, so don't check it in Statement#reset!
* Remove conditional around Bignum statement bindings.
Fixes #52. Fixes #56. Thank you Evgeny Myasishchev.
* Internal
* Use proper endianness when testing database connection with UTF-16.
Fixes #40. Fixes #51
* Use -fPIC for static compilation when host is x86_64.
=== 1.3.4 / 2011-07-25
* Enhancements:
* Windows: build against SQLite 3.7.7.1
* Windows: build static binaries that do not depend on sqlite3.dll be
installed anymore
* Bugfixes
* Backup API is conditionaly required so that older libsqlite3 can be used.
Thanks Hongli Lai.
* Fixed segmentation fault when nil is passed to SQLite3::Statement.new
* Fix extconf's hardcoded path that affected installation on certain systems.
Diffstat (limited to 'databases/ruby-sqlite3/PLIST')
| -rw-r--r-- | databases/ruby-sqlite3/PLIST | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/databases/ruby-sqlite3/PLIST b/databases/ruby-sqlite3/PLIST index 2dcced5c670..b67e36d9291 100644 --- a/databases/ruby-sqlite3/PLIST +++ b/databases/ruby-sqlite3/PLIST @@ -1,5 +1,6 @@ -@comment $NetBSD: PLIST,v 1.11 2010/12/04 03:47:14 taca Exp $ +@comment $NetBSD: PLIST,v 1.12 2012/02/19 11:27:01 taca Exp $ ${GEM_HOME}/cache/${GEM_NAME}.gem +${GEM_LIBDIR}/.gemtest ${GEM_LIBDIR}/API_CHANGES.rdoc ${GEM_LIBDIR}/CHANGELOG.rdoc ${GEM_LIBDIR}/ChangeLog.cvs |
