Update to 1.101
Upstream changes: 1.101 Sat Jul 21 15:01:20 PDT 2012 - Fix typos and formatting - Mention CGI variables ala PEP 333 1.10 Fri Mar 9 08:46:27 PST 2012 - Released as PSGI 1.1 1.09_3 Wed Jun 22 13:48:31 PDT 2011 - Separated extensions into PSGI::Extensions - Added psgix.harakiri and psgix.harakiri.commit - Updated terminology section - Clarified that body should be encoded byte strings and do not contain wide characters - Clarified that header values must be defined 1.09_2 Tue Jun 7 15:21:47 PDT 2011 - Fixed a dumb mistake about allowed characters in header values - Updated FAQ document - psgi.input MUST have seek() only if psgix.input.buffered is true 1.09_1 Mon Mar 28 11:35:44 PDT 2011 - 1.1 beta - Upped psgi.version to be [1,1] - Lots of grammar and style fixes - Removed poll_cb from writer spec - Streaming interface now SHOULD be implemented, rather than MAY - Promoted psgi.streaming, nonblocking and run_once keys to be MUST - Added psgix.logger and psgix.session extensions - Updated FAQ
This commit is contained in:
parent
48bd2fdf41
commit
5bd9a55f97
2 changed files with 6 additions and 7 deletions
|
@ -1,8 +1,7 @@
|
|||
# $NetBSD: Makefile,v 1.5 2012/10/28 06:30:48 asau Exp $
|
||||
# $NetBSD: Makefile,v 1.6 2013/03/08 14:33:36 wen Exp $
|
||||
|
||||
DISTNAME= PSGI-1.03
|
||||
DISTNAME= PSGI-1.101
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
PKGREVISION= 3
|
||||
CATEGORIES= www perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/M/MI/MIYAGAWA/}
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.1.1.1 2010/04/10 12:45:41 seb Exp $
|
||||
$NetBSD: distinfo,v 1.2 2013/03/08 14:33:36 wen Exp $
|
||||
|
||||
SHA1 (PSGI-1.03.tar.gz) = 33f32a2960788142ce6b8d99ac17c91bac40049a
|
||||
RMD160 (PSGI-1.03.tar.gz) = c7723b9aac61af9dc7ca1ee0025a35b5bffd168b
|
||||
Size (PSGI-1.03.tar.gz) = 29518 bytes
|
||||
SHA1 (PSGI-1.101.tar.gz) = 29a279eb09b844dc63f6c0924071b3564244c4d4
|
||||
RMD160 (PSGI-1.101.tar.gz) = 4a74c554dcd9a2c027329f837baf142deef07535
|
||||
Size (PSGI-1.101.tar.gz) = 36343 bytes
|
||||
|
|
Loading…
Reference in a new issue