Yes, I can start the wheels rolling there unless you would rather take
the helm on this one. Most of it is in the RELEASE document.

On Fri, Jun 7, 2013 at 11:54 AM, Perrin Harkins <[email protected]> wrote:
> Thanks!  Do you know what needs to happen to roll a new release of
> Apache::DBI?  It's a separate CPAN dist from mod_perl.
>
> - Perrin
>
>
> On Fri, Jun 7, 2013 at 2:17 PM, Fred Moyer <[email protected]> wrote:
>>
>> Perrin++
>>
>> On Jun 7, 2013 6:46 AM, <[email protected]> wrote:
>>>
>>> Author: perrin
>>> Date: Fri Jun  7 13:46:30 2013
>>> New Revision: 1490648
>>>
>>> URL: http://svn.apache.org/r1490648
>>> Log:
>>> Update changes and version
>>>
>>> Modified:
>>>     perl/Apache-DBI/trunk/Changes
>>>     perl/Apache-DBI/trunk/lib/Apache/DBI.pm
>>>
>>> Modified: perl/Apache-DBI/trunk/Changes
>>> URL:
>>> http://svn.apache.org/viewvc/perl/Apache-DBI/trunk/Changes?rev=1490648&r1=1490647&r2=1490648&view=diff
>>>
>>> ==============================================================================
>>> --- perl/Apache-DBI/trunk/Changes (original)
>>> +++ perl/Apache-DBI/trunk/Changes Fri Jun  7 13:46:30 2013
>>> @@ -1,6 +1,10 @@
>>>  Revision history for ApacheDBI.
>>>
>>> -1.12-dev
>>> +1.12
>>> +
>>> +  - Fix detection of server startup in mod_perl 2, to avoid caching
>>> +    connections in the parent process. Perrin Harkins
>>> +    <[email protected]>
>>>
>>>  1.11 October 7, 2011
>>>
>>>
>>> Modified: perl/Apache-DBI/trunk/lib/Apache/DBI.pm
>>> URL:
>>> http://svn.apache.org/viewvc/perl/Apache-DBI/trunk/lib/Apache/DBI.pm?rev=1490648&r1=1490647&r2=1490648&view=diff
>>>
>>> ==============================================================================
>>> --- perl/Apache-DBI/trunk/lib/Apache/DBI.pm (original)
>>> +++ perl/Apache-DBI/trunk/lib/Apache/DBI.pm Fri Jun  7 13:46:30 2013
>>> @@ -11,6 +11,7 @@ BEGIN {
>>>          require Apache2::Module;
>>>          require Apache2::RequestUtil;
>>>          require Apache2::ServerUtil;
>>> +        require ModPerl::Util;
>>>      }
>>>      elsif (defined $modperl::VERSION && $modperl::VERSION > 1 &&
>>>               $modperl::VERSION < 1.99) {
>>> @@ -22,7 +23,7 @@ use Carp ();
>>>
>>>  require_version DBI 1.00;
>>>
>>> -$Apache::DBI::VERSION = '1.12-dev';
>>> +$Apache::DBI::VERSION = '1.12';
>>>
>>>  # 1: report about new connect
>>>  # 2: full debug output
>>>
>>>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to