summaryrefslogtreecommitdiff
path: root/doc/CHANGES-2010
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
commit24913c2bfc0a3e35987ee4e6c3e30e0ea23afdfc (patch)
treeb86219fb182563c278b981eb15abc77aa1074564 /doc/CHANGES-2010
parentb6ae70591ebb8484218b7471882241369424d82c (diff)
downloadpkgsrc-24913c2bfc0a3e35987ee4e6c3e30e0ea23afdfc.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/CHANGES-2010')
-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]