File: Changes

package info (click to toggle)
libnet-server-ss-prefork-perl 0.05-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 212 kB
  • sloc: perl: 2,094; makefile: 2
file content (16 lines) | stat: -rw-r--r-- 570 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Revision history for Perl extension Net::Server::SS::PreFork.

0.05  Mon Feb 22 10:31:00 2010
	- [bugfix] add sleep to t/02 so that client test code would not run prior to test server bootup

0.04  Tue Feb 16 13:31:00 2010
	- [bugfix] no more fails to accept incoming connections when listening to multiple ports (thanks to miyagawa)

0.03  Wed Feb 10 10:35:00 2010
	- improve test (use $^X instead of hardcoded /usr/bin/perl)

0.02  Wed Feb 10 07:33:00 2010
	- fix test error (due to a glitch in Net::Server) on linux

0.01  Wed Sep 09 17:12:00 2009
	- initial version