From 6b5f1b1f8678a98e42ea6e7d4bc5f35879508fc7 Mon Sep 17 00:00:00 2001 From: Cosimo Streppone Date: Mon, 21 Mar 2016 17:09:00 +0100 Subject: [PATCH] New version: 0.15 --- Changes | 11 +++++++++++ dist.ini | 6 +++--- 2 files changed, 14 insertions(+), 3 deletions(-) diff --git a/Changes b/Changes index 731da38..63edb47 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,16 @@ Revision history for Net::Prober +0.15 - Mon Mar 21 17:02:00 Europe/Oslo 2016 + + Fixed use of "scheme" and "port" arguments together in the same probe + request. Request would be made with the default for "port" attribute + (e.g. 80) even if scheme was set to "https" and port to 443. + +0.14 - Fri Sep 26 10:00:00 Europe/Oslo 2014 + + Fixed use of port number in Hostname header, as it was causing some HTTP + probe requests to fail with Tata CDN endpoints. + 0.12 - Mon Jan 13 11:27:00 Europe/Oslo 2014 Fixed t/http.t tests failing due to a change in the remote website being diff --git a/dist.ini b/dist.ini index 21dcfcd..11c3147 100644 --- a/dist.ini +++ b/dist.ini @@ -2,9 +2,9 @@ name = Net-Prober author = Cosimo Streppone license = Perl_5 copyright_holder = Cosimo Streppone -copyright_year = 2014 +copyright_year = 2016 -version = 0.14 +version = 0.15 [@Basic] [PkgVersion] @@ -42,7 +42,7 @@ Test::More = 0 LWP::Online = 0 [@Git] -tag_format = CPAN-%v +tag_format = %v push_to = origin ;[ConfirmRelease]