Changelog for
perl-Starlet-0.24-1.1.noarch.rpm :
Thu Oct 30 13:00:00 2014 darinAATTdarins.net
- update to 0.24
* worker processes always receive different sequence of values
when calling \"rand()\"
+ 0.23
* serialize calls to select -> accept when listening to multiple ports
+ 0.22
* listen to multiple ports passed from Server::Starter (ttakezawa)
+ 0.21
* support listening to unix socket (passed by Server::Starter) (kazeburo)
+ 0.20
* support HTTP/1.1 (kazeburo)
+ 0.19
* update the dependencies now that Plack no more depends on LWP
(miyagawa; https://github.com/plack/Plack/pull/408)
* add support for psgix.harakiri (audreyt)
+ 0.18
* change threshold for combining headers and body from 1024
bytes to 8192
+ 0.17_01
* reduce rt_sig
* syscalls (kazeburo)
+ 0.16
* Set REMOTE_PORT environment variable (kazeburo)
+ 0.15
* unbundle Plack::Standalone::Server::Prefork::Server::Starter
(see `perldoc Starlet` to find out how to boot Starlet using Server::Starter)
+ 0.14
* support for randomized reqs-per-child
* support for slow restart
* do not send Server header more than once per every response
Sat Aug 13 14:00:00 2011 larsAATTlinux-schulserver.de
- initial package 0.13
* created by cpanspec 1.78.05
- fix build on distributions with old Test::More module
(Starlet-old-Test_More.patch)