diff options
author | seb <seb@pkgsrc.org> | 2010-04-19 22:48:03 +0000 |
---|---|---|
committer | seb <seb@pkgsrc.org> | 2010-04-19 22:48:03 +0000 |
commit | 56ebee090681eb11359919ea45fb88d85b1bc6fb (patch) | |
tree | ac02bb98f9c914c1623c9afa6f2b304c9c77e593 /doc/CHANGES-2010 | |
parent | 4ac8c78e8de8e5c00d2dc80da3659ad173ed4d6b (diff) | |
download | pkgsrc-56ebee090681eb11359919ea45fb88d85b1bc6fb.tar.gz |
Note initial addition of p5-Net-Server-Coro version 0.8 as
net/p5-Net-Server-Coro into The NetBSD Packages Collection.
The Perl 5 module Net::Server::Coro implements multithreaded server
for the Net::Server architecture, using Coro and Coro::Socket to
make all reads and writes non-blocking. Additionally, it supports
non-blocking SSL negotiation.
Diffstat (limited to 'doc/CHANGES-2010')
-rw-r--r-- | doc/CHANGES-2010 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/CHANGES-2010 b/doc/CHANGES-2010 index c25af4a4c07..f7d7547ba9e 100644 --- a/doc/CHANGES-2010 +++ b/doc/CHANGES-2010 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2010,v 1.1608 2010/04/19 22:45:04 seb Exp $ +$NetBSD: CHANGES-2010,v 1.1609 2010/04/19 22:48:03 seb Exp $ Changes to the packages collection and infrastructure in 2010: @@ -2041,3 +2041,4 @@ Changes to the packages collection and infrastructure in 2010: Added net/p5-Net-Coro version 0.8 [seb 2010-04-19] Updated www/wordpress to 2.9.2 [morr 2010-04-19] Removed net/p5-Net-Coro [seb 2010-04-19] + Added net/p5-Net-Server-Coro version 0.8 [seb 2010-04-19] |