Fedora 20 Update: perl-Coro-6.33-1.fc20

updates at fedoraproject.org updates at fedoraproject.org
Sat Dec 14 03:36:20 UTC 2013


--------------------------------------------------------------------------------
Fedora Update Notification
FEDORA-2013-21690
2013-11-19 21:18:53
--------------------------------------------------------------------------------

Name        : perl-Coro
Product     : Fedora 20
Version     : 6.33
Release     : 1.fc20
URL         : http://search.cpan.org/dist/Coro/
Summary     : The only real threads in perl
Description :
This module collection manages continuations in general, most often in the
form of cooperative threads (also called coros, or simply "coro" in the
documentation). They are similar to kernel threads but don't (in general) run
in parallel at the same time even on SMP machines. 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.

--------------------------------------------------------------------------------
Update Information:

This release fixes a crash in perl 5.18 when freeing padlists with holes.
--------------------------------------------------------------------------------
ChangeLog:

* Tue Nov 19 2013 Petr Pisar <ppisar at redhat.com> - 6.33-1
- 6.33 bump
--------------------------------------------------------------------------------
References:

  [ 1 ] Bug #1031988 - perl-Coro-6.33 is available
        https://bugzilla.redhat.com/show_bug.cgi?id=1031988
--------------------------------------------------------------------------------

This update can be installed with the "yum" update program.  Use 
su -c 'yum update perl-Coro' at the command line.
For more information, refer to "Managing Software with yum",
available at http://docs.fedoraproject.org/yum/.

All packages are signed with the Fedora Project GPG key.  More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/keys
--------------------------------------------------------------------------------


More information about the package-announce mailing list