| timbo@cvs.perl.org 2006-02-07, 8:25 pm |
| Author: timbo
Date: Tue Feb 7 13:12:46 2006
New Revision: 2487
Modified:
dbd-oracle/trunk/Changes
dbd-oracle/trunk/Oracle.pm
Log:
Update Changes and fix typo in docs.
Modified: dbd-oracle/trunk/Changes
====================
====================
====================
==================
--- dbd-oracle/trunk/Changes (original)
+++ dbd-oracle/trunk/Changes Tue Feb 7 13:12:46 2006
@@ -1,4 +1,9 @@
-=head1 Changes in DBD-Oracle 1.17 (svn rev 2460) 27th January 2006
+=head1 Changes in DBD-Oracle 1.17 (svn rev 2487) 7th February 2006
+
+ NOTE: With this release of DBD::Oracle pythian.com (http://www.pythian.com)
+ are taking on the role of lead maintainer - with my support and gratitude.
+ John Scoles at pythian.com is now the man in the hot seat for support and
+ maintenance!
Fixed automatic csform setting for some UTF8 cases and for Oracle 8.0
Fixed truncation error on fetch into UTF8 charset thanks to Honza Pazdziora.
Modified: dbd-oracle/trunk/Oracle.pm
====================
====================
====================
==================
--- dbd-oracle/trunk/Oracle.pm (original)
+++ dbd-oracle/trunk/Oracle.pm Tue Feb 7 13:12:46 2006
@@ -2782,7 +2782,7 @@ See also L<DBI/ACKNOWLEDGEMENTS>.
As of release 1.17 in February 2006 The Pythian Group, Inc. (L<http://www.pythian.com> )
are taking the lead in maintaining DBD::Oracle with my assistance and
-gratitude. That fees more of my time to work on DBI for perl 5 and perl 6.
+gratitude. That frees more of my time to work on DBI for perl 5 and perl 6.
=head1 COPYRIGHT
|