diff --git a/Build.PL b/Build.PL index 5e4abb29..3148033f 100644 --- a/Build.PL +++ b/Build.PL @@ -41,6 +41,7 @@ Module::Build->new( 'IO::Socket::SSL' => '2.048', 'JSON' => '2.90', 'JSON::XS' => '3.01', + 'List::Util' => '1.49', 'List::MoreUtils' => '0.33', 'MIME::Base64' => '3.13', 'Module::Load' => '0.32', diff --git a/Changes b/Changes index 1c032c92..614deabd 100644 --- a/Changes +++ b/Changes @@ -1,3 +1,11 @@ +2.039002 - 2018-02-07 + + [BUG FIXES] + + * Specify version of List::Util required + * Allow PostgreSQL config to use additional psql options + * Tighten ACL IP Range regexp to avoid matching hostnames with hyphens + 2.039001 - 2018-02-02 [ENHANCEMENTS]