summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorseb <seb@pkgsrc.org>2010-04-19 22:12:32 +0000
committerseb <seb@pkgsrc.org>2010-04-19 22:12:32 +0000
commit9d826201918ad8e3dc09dc9d88224b798f01e0b1 (patch)
treeb86219fb182563c278b981eb15abc77aa1074564 /doc
parent8acad25e110704d9027b344b4a89dbe9acb5b1dc (diff)
downloadpkgsrc-9d826201918ad8e3dc09dc9d88224b798f01e0b1.tar.gz
Note initial addition of p5-Coro version 5.22 as devel/p5-Coro into
The NetBSD Packages Collection. The Perl 5 module collection Coro manages continuations in general, most often in the form of cooperative threads.The specific flavor of thread offered by this module also guarantees you that it will not switch between threads unless necessary, at easily-identified points in your program, so locking and parallel access are rarely an issue, making thread programming much safer and easier than using other thread models.
Diffstat (limited to 'doc')
-rw-r--r--doc/CHANGES-20103
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/CHANGES-2010 b/doc/CHANGES-2010
index e60d7d73c35..c4cc175d69e 100644
--- a/doc/CHANGES-2010
+++ b/doc/CHANGES-2010
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES-2010,v 1.1604 2010/04/19 21:27:37 zafer Exp $
+$NetBSD: CHANGES-2010,v 1.1605 2010/04/19 22:12:32 seb Exp $
Changes to the packages collection and infrastructure in 2010:
@@ -2037,3 +2037,4 @@ Changes to the packages collection and infrastructure in 2010:
Updated multimedia/xine-lib to 1.1.18.1 [drochner 2010-04-19]
Updated net/socat to 1.7.1.2 [zafer 2010-04-19]
Updated net/csup to csup-snap-20100404 [zafer 2010-04-19]
+ Added devel/p5-Coro version 5.22 [seb 2010-04-19]