File: Changes

package info (click to toggle)
libhttp-server-simple-psgi-perl 0.16-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 124 kB
  • sloc: perl: 178; makefile: 2
file content (35 lines) | stat: -rw-r--r-- 1,096 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
Revision history for Perl extension HTTP::Server::Simple::PSGI

0.16  2013-08-22 12:28:04 PDT
        - Make this a non-devel release

0.15  2013-08-22 12:24:33 PDT
        - Bundle Plack::Handler::HTTP::Server::Simple
        - Convert to Milla

0.14  Thu Feb 18 10:26:16 PST 2010
        - Upped HTTP::Server::Simple dependency

0.13  Thu Feb 18 03:32:49 PST 2010
        - Support perl 5.005 and 5.6!

0.12  Mon Feb 15 23:57:59 PST 2010
        - Removed unused modules
        - Added experimental psgix.io support

0.11  Thu Feb  4 12:16:58 PST 2010
        - Changed the API to work just like HTTP::Server::Simple::PSGI
        - Moved the code to adapt to Plack::Handler interface to Plack core

0.10  Thu Feb  4 10:38:06 PST 2010
        - Renamed the distribution to HTTP::Server::Simple::PSGI
        - Dropped Plack and LWP dependencies

0.03  Tue Jan  5 05:22:04 PST 2010
        - Added psgi.streaming support (rafl)

0.02  Mon Oct 19 19:31:35 PDT 2009
        - Bump up HTTP::Server::Simple req to fix the multi header bug

0.01  Mon Oct 12 23:57:08 2009
        - original version