File: Changes

package info (click to toggle)
libhttp-server-simple-psgi-perl 0.14-1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze, wheezy
  • size: 96 kB
  • ctags: 9
  • sloc: perl: 140; makefile: 2
file content (28 lines) | stat: -rw-r--r-- 913 bytes parent folder | download
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
Revision history for Perl extension HTTP::Server::Simple::PSGI

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