## 0.10.17 2016-01-24
* Enable CI with Ruby 2.3
* Improve utf8mb4 support in do\_mysql
* Fix memory leak in do\_mysql and do\_postgres
* Support for MySQL 5.7 in do\_mysql
* Fix bug with DateTime and wrong timezone offsets
* Fix compilation on JRuby 9000
Problems found with existing distfiles:
distfiles/D6.data.ros.gz
distfiles/cstore0.2.tar.gz
distfiles/data4.tar.gz
distfiles/sphinx-2.2.7-release.tar.gz
No changes made to the cstore or mariadb55-client distinfo files.
Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden). All existing
SHA1 digests retained for now as an audit trail.
## 0.10.10 2012-10-11
* JRuby performance improvements
* Reconnect added on JRuby
* do\_sqlite3 C driver supports busy\_timeout
## 0.10.9 2012-08-13
* Don't try to escape queries when no binding parameters are given
## 0.10.6 2011-05-22
Bugfixes
* Fix an issue on some platforms when multiple DO drivers are loaded
## 0.10.5 2011-05-03
Bugfixes
* Fix an issue with DateTime (do\_sqlite3)
## 0.10.4 2011-04-28
New features
* Add save point to transactions (all)
* JRuby 1.9 mode support (encodings etc.)
Bugfixes
* Fix segfault when no tuples are returned from a non select statement (do\_postgres)
* Fix bug when using nested transactions in concurrent scenarios (all)
* Use column aliases instead of names (jruby)
* DST calculation fixes (all)
* Attempt to add better support for ancient MySQL versions (do\_mysql)
* Fix handling sub second precision for Time objects (do\_postgres)
Other
* Refactor to DRY up the adapters (all)
* Many style fixes
* Switch back to RSpec
## 0.10.3 2011-01-30
* Reworked transactions
* Fix a DST bug that could cause datetimes in the wrong timezone