@@ -6,7 +6,9 @@ DBI::Changes - List of significant changes to the DBI
66
77- Move developer tests to xt/
88- Make Changes match CPAN::Changes::Spec and regen DBI::Changes from that
9- - Fixes for modern gcc i.c.w. recent perl (Daniël)
9+ - Fixes for modern gcc i.c.w. recent perl (Daniël)
10+ - Small code & doc cleanups for recent perl
11+ - See TODO in \` perldoc DBI\` to see where you can help with documentation!
1012
1113## Changes in DBI 1.644 - 23 Aug 2024
1214
@@ -15,9 +17,9 @@ DBI::Changes - List of significant changes to the DBI
1517 Fix CVE-2014-10401 and CVE-2014-10402 - f_dir might not exist in DBD::File connections
1618 thanks to Jens Rehsack & H.Merijn Brand
1719 Do not check gccversion on clang
18- thanks to Daniël van Eeden
20+ thanks to Daniël van Eeden
1921 Upgrade GIMME to GIMME_V
20- thanks to Daniël van Eeden
22+ thanks to Daniël van Eeden
2123 Do not check with JSON::XS with perl-5.022 and later
2224 thanks to H.Merijn Brand
2325 Makefile.PL allows gcc-10 and up now
@@ -39,11 +41,11 @@ DBI::Changes - List of significant changes to the DBI
3941 Fix potentially calling newSV(0) in malloc_using_sv()
4042 thanks to Pali
4143 Fix order of XS preparse() ps_accept and ps_return argument names
42- thanks to Petr PÃsaÅ
44+ thanks to Petr Písař
4345 Fix a potential NULL profile dereference in dbi_profile()
44- thanks to Petr PÃsaÅ
46+ thanks to Petr Písař
4547 Fix a buffer overflow on an overlong DBD class name
46- thanks to Petr PÃsaÅ
48+ thanks to Petr Písař
4749
4850 Remove remnants of support for perl <= v5.8.0
4951 thanks to Pali and H.Merijn Brand
@@ -233,7 +235,7 @@ which was made possible by the generosity of many sponsors:
233235 Changed $sth->{TYPE} to be NUMERIC in DBD::File drivers as per the
234236 DBI docs. Note TYPE_NAME is now also available. [H.Merijn Brand]
235237 Fixed compilation error on bleadperl due DEFSV no longer being an lvalue
236- [Dagfinn Ilmari Mannsåker ]
238+ [Dagfinn Ilmari Mannsåker ]
237239
238240 Added docs for escaping placeholders using a backslash.
239241 Added docs for get_info(9000) indicating ability to escape placeholders.
@@ -323,7 +325,7 @@ There was no DBI 1.629 release.
323325 Change DBI's docs to refer to git not svn [H.Merijn Brand]
324326 Clarify bind_col TYPE attribute is sticky [Martin J. Evans]
325327 Fixed reference to $sth in selectall_arrayref docs RT#84873
326- Spelling fixes [Ville Skyttä ]
328+ Spelling fixes [Ville Skyttä ]
327329 Changed $VERSIONs to hardcoded strings [H.Merijn Brand]
328330
329331## Changes in DBI 1.627 - 16 May 2013
@@ -425,9 +427,9 @@ There was no DBI 1.629 release.
425427 Optimized driver access to handle data thanks to Dave Mitchell.
426428 Dave's work on these optimizations was sponsored by Booking.com.
427429 Optimized fetchall_arrayref with hash slice thanks
428- to Dagfinn Ilmari Mannsåker . RT#76520
430+ to Dagfinn Ilmari Mannsåker . RT#76520
429431 Allow renaming columns in fetchall_arrayref hash slices
430- thanks to Dagfinn Ilmari Mannsåker . RT#76572
432+ thanks to Dagfinn Ilmari Mannsåker . RT#76572
431433 Reserved snmp_ and tree_ for DBD::SNMP and DBD::TreeData
432434
433435## Changes in DBI 1.618 (svn rev 15170) - 25 Feb 2012
@@ -475,7 +477,7 @@ There was no DBI 1.629 release.
475477 Added some more fetchall_arrayref(..., $maxrows) tests (Tim Bunce)
476478 Clarified docs for fetchall_arrayref called on an inactive handle.
477479 Clarified docs for clone method (Tim Bunce)
478- Added note to DBI::Profile about async queries (Marcel Grünauer ).
480+ Added note to DBI::Profile about async queries (Marcel Grünauer ).
479481 Reserved spatialite_ as a driver prefix for DBD::Spatialite
480482 Reserved mo_ as a driver prefix for DBD::MO
481483 Updated link to the SQL Reunion 95 docs, RT69577 (Ash Daminato)
@@ -1106,7 +1108,7 @@ Jens Rehsack, Martin J. Evans, and H.Merijn Brand for all their contributions.
11061108
11071109 Fixed DBI::ProxyServer to not create pid files by default.
11081110 References: Ubuntu Security Notice USN-70-1, CAN-2005-0077
1109- Thanks to Javier Fernández -Sanguino Peña from the
1111+ Thanks to Javier Fernández -Sanguino Peña from the
11101112 Debian Security Audit Project, and Jonathan Leffler.
11111113 Fixed some tests to work with older Test::More versions.
11121114 Fixed setting $DBI::err/errstr in DBI::PurePerl.
0 commit comments