Skip to content

Commit

Permalink
releng for 0.15
Browse files Browse the repository at this point in the history
  • Loading branch information
kazuho committed Nov 6, 2012
1 parent 6e2f219 commit c2a4554
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions Changes
@@ -1,5 +1,8 @@
Revision history for Perl extension HTTP::Parser::XS.

0.15
- deny HTTP header field with an empty name

0.14
- do not include '#' and the following characters in URI in PATH_INFO or QUERY_STRING

Expand Down
2 changes: 1 addition & 1 deletion lib/HTTP/Parser/XS.pm
Expand Up @@ -19,7 +19,7 @@ use constant {
HEADERS_AS_ARRAYREF =>2, # Ordered ArrayRef : [ name, value, name2, value2 ... ]
};

our $VERSION = '0.14';
our $VERSION = '0.15';

our $BACKEND;

Expand Down

0 comments on commit c2a4554

Please sign in to comment.