ChangeLog in posix_mq-0.6.0 vs ChangeLog in posix_mq-0.6.0.7.g3a8a
- old
+ new
@@ -1,6 +1,73 @@
ChangeLog from http://git.bogomips.org/cgit/ruby_posix_mq.git
+ commit 3a8a20d685dbfb500187099d76e56e848ad347ed
+ Author: Eric Wong <normalperson@yhbt.net>
+ Date: Tue Feb 22 16:46:26 2011 -0800
+
+ attempt to support systems w/o mq_timedsend/mq_timedreceive
+
+ Some ancient systems don't support mq_timedsend and
+ mq_timedreceive but somehow manage to support other POSIX
+ mq_* functions.
+
+ commit c4c4554c3ceef9208fe7f8473b970e9f522ab9b9
+ Author: Eric Wong <normalperson@yhbt.net>
+ Date: Tue Feb 22 15:41:22 2011 -0800
+
+ extconf: remove unnecessary dir_config statement
+
+ It's all standard C library stuff.
+
+ commit 5f1578c0d17b05f5158e467bd3abf18565fe1b4b
+ Author: Eric Wong <normalperson@yhbt.net>
+ Date: Tue Feb 22 15:32:40 2011 -0800
+
+ use StringValueCStr for paths
+
+ RSTRING_PTR may contain '\0' bytes which makes it unsuitable
+ for mq_unlink() and mq_open()
+
+ commit a5491670078b045ced2641649a6cfceee2cade10
+ Author: Eric Wong <normalperson@yhbt.net>
+ Date: Tue Feb 22 15:02:31 2011 -0800
+
+ fix broken rb_str_set_len() #define for Ruby 1.8.6
+
+ This was too aggressively deleted during cleanups for Rubinius
+ support in commit 5339d9d693c794c0f20270d5726cb360e31dff30
+
+ Noticed-by: Tadeusz Bochan <tad.bochan@bnpparibas.com>
+ ref: 2a92695fc1958e0370782284c6196625@ruby-forum.com
+
+ commit 7144a4e325f77e3fa41ade00f5cef5612908a7e9
+ Author: Eric Wong <normalperson@yhbt.net>
+ Date: Tue Feb 22 14:50:59 2011 -0800
+
+ fix for systems that can't convert mqd_t to FD
+
+ Apparently there are OSes that don't have methods to convert
+ mqd_t to FD.
+
+ Noticed-by: Tadeusz Bochan <tad.bochan@bnpparibas.com>
+ ref: <2a92695fc1958e0370782284c6196625@ruby-forum.com>
+
+ commit de45521943e838122a82492ec03c58b78b6adf1e
+ Author: Eric Wong <normalperson@yhbt.net>
+ Date: Tue Feb 22 14:39:31 2011 -0800
+
+ switch to pkg.mk for packaging needs
+
+ I can't stand Rake :x
+
+ commit 9edc6946bbd4cc4be55ca4293135189c3db356c6
+ Author: Eric Wong <normalperson@yhbt.net>
+ Date: Sun Dec 26 01:25:27 2010 +0000
+
+ publish_news target is less braindead
+
+ Run it by default on releases.
+
commit 88e85b58f3cb0796a680c86d83c16c305c33b098
Author: Eric Wong <normalperson@yhbt.net>
Date: Sat Dec 25 00:23:03 2010 -0800
posix_mq 0.6.0 - Rubinius support