Release Name: 0.1.0
Notes:
This development release is the first in hopefully many as we move towards a
bug-free production release. Please note that this is a development release,
and may contain new and differently irritating bugs than the previous version,
0.0.23.
Changes:
* Project taken over by Kirk Haines, Francis Hwang, Patrick May and Daniel
Berger as of January, 2006 (with the permission of Michael Neumann).
* Changelog style changed from diff style to summary style. If you want diffs,
you can watch the CVS commits at
http://ruby-dbi.rubyforge.org/statcvs/commit_log.html.
* Old RUnit tests replaced with Test/Unit style tests.
* Updated the README file to actually include useful documentation instead of
pointing to an html document.
* Lots of internal file/directory reorganization and renaming - none of which
should matter to you.
* General refactoring of the DBI::Row class including a bug fix where using
multiple column references did not return the proper values.
* Corresponding test suite additions and changes for DBI::Row.
* Removed the dbrc.rb file from this distribution. The dbi-dbrc package can
be downloaded separately from the RAA or installed as a gem.
* Fixed bug #2793 (silent driver load failure). This also covers patch #603.
* Fixed bug #1304 (comparing DBI::Timestamp with nil).
* Fixed bugs #2099 (permissions issues on Windows). This also covers bug
#2567.
|