v0.7.0
tag6fa84dab11110d336a9ad4adc22164ed895cbd78
object c3d0e079729eedbccd6f8ddee0bdac9ae9fdcc6b
authorEric Wong <normalperson@yhbt.net>
Thu, 24 Feb 2011 00:32:26 +0000 (23 16:32 -0800)
posix_mq 0.7.0 - cleanups + portability fixes

This release now works for systems other than Linux and FreeBSD
that support POSIX message queues.  This is usable for systems
without mq_timedsend() or mq_timedreceive() but with the
non-timed variants (timeouts wont work).

Thanks to Tadeusz Bochan for testing.

Ruby posix_mq is now dual-licensed under the GPLv2 (as well as the
preferred LGPLv3) for compatibility with existing GPLv2-only code.