[libhttp-entity-parser-perl] 03/03: Checking in changes prior to tagging of version 0.16.
gregor herrmann
gregoa at debian.org
Sun Oct 23 00:23:47 UTC 2016
This is an automated email from the git hooks/post-receive script.
gregoa pushed a commit to tag 0.16
in repository libhttp-entity-parser-perl.
commit 1816a7eceb37b13c4f935fe5d7e017129050c30f
Author: Masahiro Nagano <kazeburo at gmail.com>
Date: Wed Nov 18 14:22:23 2015 +0900
Checking in changes prior to tagging of version 0.16.
Changelog diff is:
diff --git a/Changes b/Changes
index 42844b6..14b0c70 100644
--- a/Changes
+++ b/Changes
@@ -2,6 +2,10 @@ Revision history for Perl extension HTTP-Entity-Parser
{{$NEXT}}
+0.16 2015-11-18T05:20:09Z
+
+ - add chansen's Content-Disposition header parser and test
+
0.15 2015-11-17T05:31:45Z
- [INCOMPATIBLE CHANGE from 0.14] make buffer length configurable perl instance
---
Changes | 4 ++++
META.json | 2 +-
lib/HTTP/Entity/Parser.pm | 2 +-
3 files changed, 6 insertions(+), 2 deletions(-)
diff --git a/Changes b/Changes
index 42844b6..14b0c70 100644
--- a/Changes
+++ b/Changes
@@ -2,6 +2,10 @@ Revision history for Perl extension HTTP-Entity-Parser
{{$NEXT}}
+0.16 2015-11-18T05:20:09Z
+
+ - add chansen's Content-Disposition header parser and test
+
0.15 2015-11-17T05:31:45Z
- [INCOMPATIBLE CHANGE from 0.14] make buffer length configurable perl instance
diff --git a/META.json b/META.json
index a42eefc..d6c96c7 100644
--- a/META.json
+++ b/META.json
@@ -77,7 +77,7 @@
"web" : "https://github.com/kazeburo/HTTP-Entity-Parser"
}
},
- "version" : "0.15",
+ "version" : "0.16",
"x_contributors" : [
"moznion <moznion at gmail.com>"
],
diff --git a/lib/HTTP/Entity/Parser.pm b/lib/HTTP/Entity/Parser.pm
index 096aa19..5ac9e67 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.15";
+our $VERSION = "0.16";
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