[libhijk-perl] 05/05: Release 0.19

Robin Sheat eythian-guest at moszumanska.debian.org
Thu Feb 12 21:55:48 UTC 2015


This is an automated email from the git hooks/post-receive script.

eythian-guest pushed a commit to annotated tag 0.19
in repository libhijk-perl.

commit 7d334cd37ad91b78d94beb03fdcbd41b2a432f24
Author: Ævar Arnfjörð Bjarmason <avarab at gmail.com>
Date:   Sat Jan 10 17:14:10 2015 +0000

    Release 0.19
---
 Changes     | 2 +-
 lib/Hijk.pm | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/Changes b/Changes
index cfaf6cf..e002357 100644
--- a/Changes
+++ b/Changes
@@ -1,4 +1,4 @@
-0.19: # 
+0.19: # 2015-01-10-T18:30:00+0000
 - Fix a major regression in 0.16. The introduction of "head_as_array"
   completely broke the disconnection logic when the socket_cache was
   enabled (which is the default). When talking to a webserver that
diff --git a/lib/Hijk.pm b/lib/Hijk.pm
index 42a67ab..06cec17 100644
--- a/lib/Hijk.pm
+++ b/lib/Hijk.pm
@@ -5,7 +5,7 @@ use POSIX qw(:errno_h);
 use Socket qw(PF_INET SOCK_STREAM pack_sockaddr_in inet_ntoa $CRLF SOL_SOCKET SO_ERROR);
 use Fcntl qw(F_GETFL F_SETFL O_NONBLOCK);
 
-our $VERSION = "0.18";
+our $VERSION = "0.19";
 
 sub Hijk::Error::CONNECT_TIMEOUT         () { 1 << 0 } # 1
 sub Hijk::Error::READ_TIMEOUT            () { 1 << 1 } # 2

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libhijk-perl.git



More information about the Pkg-perl-cvs-commits mailing list