[libhttp-entity-parser-perl] 03/03: Checking in changes prior to tagging of version 0.15.

gregor herrmann gregoa at debian.org
Sun Oct 23 00:23:45 UTC 2016


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

gregoa pushed a commit to tag 0.15
in repository libhttp-entity-parser-perl.

commit 571364a838e710517e480f840f1651992df1ef1a
Author: Masahiro Nagano <kazeburo at gmail.com>
Date:   Tue Nov 17 14:33:20 2015 +0900

    Checking in changes prior to tagging of version 0.15.
    
    Changelog diff is:
    
    diff --git a/Changes b/Changes
    index 2519765..42844b6 100644
    --- a/Changes
    +++ b/Changes
    @@ -2,6 +2,11 @@ Revision history for Perl extension HTTP-Entity-Parser
    
     {{$NEXT}}
    
    +0.15 2015-11-17T05:31:45Z
    +
    +   - [INCOMPATIBLE CHANGE from 0.14] make buffer length configurable perl instance
    +   - increase buffer length to 64k
    +
     0.14 2015-11-17T01:29:43Z
    
         - make buffer length configurable
---
 Changes                   | 5 +++++
 META.json                 | 2 +-
 lib/HTTP/Entity/Parser.pm | 2 +-
 3 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/Changes b/Changes
index 2519765..42844b6 100644
--- a/Changes
+++ b/Changes
@@ -2,6 +2,11 @@ Revision history for Perl extension HTTP-Entity-Parser
 
 {{$NEXT}}
 
+0.15 2015-11-17T05:31:45Z
+
+   - [INCOMPATIBLE CHANGE from 0.14] make buffer length configurable perl instance
+   - increase buffer length to 64k
+
 0.14 2015-11-17T01:29:43Z
 
     - make buffer length configurable
diff --git a/META.json b/META.json
index 1c21387..a42eefc 100644
--- a/META.json
+++ b/META.json
@@ -77,7 +77,7 @@
          "web" : "https://github.com/kazeburo/HTTP-Entity-Parser"
       }
    },
-   "version" : "0.14",
+   "version" : "0.15",
    "x_contributors" : [
       "moznion <moznion at gmail.com>"
    ],
diff --git a/lib/HTTP/Entity/Parser.pm b/lib/HTTP/Entity/Parser.pm
index 30a5dcd..096aa19 100644
--- a/lib/HTTP/Entity/Parser.pm
+++ b/lib/HTTP/Entity/Parser.pm
@@ -6,7 +6,7 @@ use warnings;
 use Stream::Buffered;
 use Module::Load;
 
-our $VERSION = "0.14";
+our $VERSION = "0.15";
 
 our $BUFFER_LENGTH = 65536;
 

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



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