From 4f743a5e85538de9af634b60aed3f98425015712 Mon Sep 17 00:00:00 2001 From: Oliver Gorwits Date: Wed, 7 Feb 2018 23:02:37 +0000 Subject: [PATCH] Specify version of List::Util required --- Build.PL | 1 + Changes | 8 ++++++++ 2 files changed, 9 insertions(+) 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]