Skip to content

Commit

Permalink
Merge pull request #776 from jmtcsngr/dbdmysql
Browse files Browse the repository at this point in the history
pin dbd::mysql to 4.050
  • Loading branch information
mgcam authored Nov 10, 2023
2 parents 23b7842 + e06bd0c commit 60aa970
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Build.PL
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ my $builder = $class->new(
'DateTime::TimeZone' => 0,
'DateTime::Format::MySQL' => 0,
'DateTime::Format::Strptime' => '1.0702',
'DBD::mysql' => 0,
'DBD::mysql' => '== 4.050',
'DBI' => '1.608',
'DBIx::Class' => '0.08119',
'DBIx::Class::Core' => 0,
Expand Down
3 changes: 3 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
LIST OF CHANGES

release 97.0.2
- pin DBD::mysql to 4.050 to keep temp support for old mysql clients

release 97.0.1
- update httpd.conf with new values for mpm event

Expand Down

0 comments on commit 60aa970

Please sign in to comment.