From: Eric Wong Date: Mon, 6 Aug 2012 20:58:04 +0000 (+0000) Subject: posix_mq 2.0.0 - a minor API change + FreeBSD fixes X-Git-Tag: v2.0.0^0 X-Git-Url: https://repo.or.cz/w/ruby_posix_mq.git/commitdiff_plain/86f36a2d88aca8fdef45fd2a757f98a593935ba9 posix_mq 2.0.0 - a minor API change + FreeBSD fixes Blocking methods no longer raise Errno::EINTR (to match Ruby IO semantics, making code easier to work with). There are also many FreeBSD-related fixes thanks to Hleb Valoshka <375gnu@gmail.com> and small code cleanups. --- diff --git a/GIT-VERSION-GEN b/GIT-VERSION-GEN index 88b943a..0550f7e 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=v1.0.0.GIT +DEF_VER=v2.0.0.GIT LF=' '