Path to this page:
Subject: CVS commit: pkgsrc/www/p5-Plack
From: Wen Heping
Date: 2016-10-04 13:49:19
Message id: 20161004114919.28CA2FBD2@cvs.NetBSD.org
Log Message:
Update to 1.0042
Update DEPENDS
Upstream changes:
1.0042 2016-09-28 22:37:33 PDT
[BUG FIXES]
- Revert: Allow passing an already-open listen socket to \
HTTP::Server::PSGI #550
1.0041 2016-09-25 14:24:07 PDT
[BUG FIXES]
- Fix ConditionalGET middleware in case both Last-Modified and ETag \
exist. #569
- Handle Cookie values with quotes correctly (alh, kazeburo) #564, #567
[IMPROVEMENTS]
- Several documentation fixes and error message improvements #556, #557, \
#558, #559
1.0040 2016-04-01 09:57:06 PDT
[INCOMPATIBLE CHANGES]
- Fixes a mistake in the value of %D and %T in Accesslog::Timed middleware.
This is due to a bug in Apache::LogFormat::Compiler that sets a wrong value
for these fields. This bug has been fixed and now it emits what the \
documentation
has always said, in the same way as how Apache's log format works.
However, this is a BREAKING CHANGE if you are using '%D' or '%T' in \
your log
formats, and you'll likely need to swap them if you need the same values as
previously. Read https://github.com/plack/Plack/issues/549 for more \
details.
(astj) #549, #551
[IMPROVEMENTS]
- Remove the use of HTTP::Body in favor of HTTP::Entity::Parser \
(kazeburo) #538
- Increase the buffer size to 1MB for requests already buffered by the \
PSGI server
- Allow passing an already-open listen socket to HTTP::Server::PSGI \
(ilmari) #550
[BUG FIXES]
- Lint middleware now allows blessed code refs as a PSGI app (smcmurray) #542
- Fix log4perl tests to pass when running in parallel (rsimoes) #545
Files: