about summary refs log tree commit homepage
tag namev0.2.0 (eec5c6f27b7587546502545069123089bef2fc9d)
tag date2010-01-03 05:52:22 +0000
tagged byEric Wong <normalperson@yhbt.net>
tagged objectcommit fd2fcdeee6...
downloadruby_posix_mq-0.2.0.tar.gz
posix_mq 0.2.0
This release fixes notification (un)registration and should be
fully-supported on modern FreeBSD (7.2+) releases.

POSIX_MQ#notify=nil correctly unregister notification requests.
POSIX_MQ#notify=false now provids the no-op SIGEV_NONE
functionality.  Under FreeBSD, using IO.select on POSIX_MQ
objects is now possible as it has always been under Linux.