<feed xmlns='http://www.w3.org/2005/Atom'>
<title>pkgsrc/databases/ruby-sqlite3, branch pkgsrc_2013Q3</title>
<subtitle>[no description]</subtitle>
<id>https://git.osdyson.ru/mirror/pkgsrc/atom?h=pkgsrc_2013Q3</id>
<link rel='self' href='https://git.osdyson.ru/mirror/pkgsrc/atom?h=pkgsrc_2013Q3'/>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/'/>
<updated>2013-05-09T07:39:04Z</updated>
<entry>
<title>Massive revbump after updating graphics/ilmbase, graphics/openexr, textproc/icu.</title>
<updated>2013-05-09T07:39:04Z</updated>
<author>
<name>adam</name>
<email>adam</email>
</author>
<published>2013-05-09T07:39:04Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=933b6c62f97c01989964346c55aaf256c23c47a5'/>
<id>urn:sha1:933b6c62f97c01989964346c55aaf256c23c47a5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Revbump after graphics/jpeg and textproc/icu</title>
<updated>2013-01-26T21:36:13Z</updated>
<author>
<name>adam</name>
<email>adam</email>
</author>
<published>2013-01-26T21:36:13Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=ff29cddfa07bbb615b19000cdfa8f73c01aeec32'/>
<id>urn:sha1:ff29cddfa07bbb615b19000cdfa8f73c01aeec32</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update ruby-sqlite3 to 1.3.7.</title>
<updated>2013-01-12T04:56:40Z</updated>
<author>
<name>taca</name>
<email>taca</email>
</author>
<published>2013-01-12T04:56:40Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=d4696ce0ad19df785b6800ce92de9c9ab08a6207'/>
<id>urn:sha1:d4696ce0ad19df785b6800ce92de9c9ab08a6207</id>
<content type='text'>
=== 1.3.7

* Bugfixes
  * Closing a bad statement twice will not segv.

* Internal
  * Unset environment variables that could affect cross compilation.
</content>
</entry>
<entry>
<title>Update ruby-sqlite3 package to 1.3.6.</title>
<updated>2012-04-28T14:09:22Z</updated>
<author>
<name>taca</name>
<email>taca</email>
</author>
<published>2012-04-28T14:09:22Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=bf0d9a1d00d8fcb65f38aa4aa0825f65a652e9a5'/>
<id>urn:sha1:bf0d9a1d00d8fcb65f38aa4aa0825f65a652e9a5</id>
<content type='text'>
=== 1.3.6 / 2012-04-16

* Enhancements
  * Windows: build against SQLite 3.7.11
  * Added SQLite3::ResultSet#each_hash for fetching each row as a hash.
  * Added SQLite3::ResultSet#next_hash for fetching one row as a hash.

* Bugfixes
  * Support both UTF-16LE and UTF-16BE encoding modes on PPC. Closes #63
  * Protect parameters to custom functions from being garbage collected too
    soon. Fixes #60. Thanks hirataya!
  * Fix backwards compatibility with 1.2.5 with bind vars and `query` method.
    Fixes #35.
  * Fix double definition error caused by defining sqlite3_int64/uint64.
  * Fix suspicious version regexp.

* Deprecations
  * ArrayWithTypesAndFields#types is deprecated and the class will be removed
    in version 2.0.0.  Please use the `types` method on the ResultSet class
    that created this object.
  * ArrayWithTypesAndFields#fields is deprecated and the class will be removed
    in version 2.0.0.  Please use the `columns` method on the ResultSet class
    that created this object.
  * The ArrayWithTypesAndFields class will be removed in 2.0.0
  * The ArrayWithTypes class will be removed in 2.0.0
  * HashWithTypesAndFields#types is deprecated and the class will be removed
    in version 2.0.0.  Please use the `types` method on the ResultSet class
    that created this object.
  * HashWithTypesAndFields#fields is deprecated and the class will be removed
    in version 2.0.0.  Please use the `columns` method on the ResultSet class
    that created this object.
</content>
</entry>
<entry>
<title>Recursive bump from icu shlib major bumped to 49.</title>
<updated>2012-04-27T12:31:32Z</updated>
<author>
<name>obache</name>
<email>obache</email>
</author>
<published>2012-04-27T12:31:32Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=11539e1bf493b47f897555ec8c8e05d5f3fd26e3'/>
<id>urn:sha1:11539e1bf493b47f897555ec8c8e05d5f3fd26e3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update databases/ruby-sqlite3 package to 1.3.5.</title>
<updated>2012-02-19T11:27:01Z</updated>
<author>
<name>taca</name>
<email>taca</email>
</author>
<published>2012-02-19T11:27:01Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=9b2c93d5b094802f6df151ce1807b207026eee92'/>
<id>urn:sha1:9b2c93d5b094802f6df151ce1807b207026eee92</id>
<content type='text'>
=== 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.
</content>
</entry>
<entry>
<title>recursive bump from textproc/icu shlib major bump.</title>
<updated>2011-06-10T09:39:41Z</updated>
<author>
<name>obache</name>
<email>obache</email>
</author>
<published>2011-06-10T09:39:41Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=3b87e9fb96d0b4f35d3e92ccef2448d4c78125c4'/>
<id>urn:sha1:3b87e9fb96d0b4f35d3e92ccef2448d4c78125c4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update ruby-sqlite3 package to 1.3.3.</title>
<updated>2011-05-10T13:11:42Z</updated>
<author>
<name>taca</name>
<email>taca</email>
</author>
<published>2011-05-10T13:11:42Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=6eb20cdfc42c3a11ccbd6d6324be259eb9f5be62'/>
<id>urn:sha1:6eb20cdfc42c3a11ccbd6d6324be259eb9f5be62</id>
<content type='text'>
=== 1.3.3 / unreleased

* Bugfixes
  * Abort on installation if sqlite3_backup_init is missing. Fixes #19
  * Gem has been renamed to 'sqlite3'.  Please use `gem install sqlite3`
</content>
</entry>
<entry>
<title>Bump PKGREVISION due to ABI change of ruby18-base.</title>
<updated>2011-02-21T16:01:10Z</updated>
<author>
<name>taca</name>
<email>taca</email>
</author>
<published>2011-02-21T16:01:10Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=e521e7c67481ef023ca7ec2ea9100b5567e24bfe'/>
<id>urn:sha1:e521e7c67481ef023ca7ec2ea9100b5567e24bfe</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update ruby-sqlite3 package to 1.3.2.</title>
<updated>2010-12-04T03:47:14Z</updated>
<author>
<name>taca</name>
<email>taca</email>
</author>
<published>2010-12-04T03:47:14Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=734537f977986c8b395502d1b66a40a5ad26c4f2'/>
<id>urn:sha1:734537f977986c8b395502d1b66a40a5ad26c4f2</id>
<content type='text'>
=== 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 =&gt; 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.
</content>
</entry>
</feed>
