ChangeLog in posix_mq-0.6.0.7.g3a8a vs ChangeLog in posix_mq-0.6.0.11.g634a
- old
+ new
@@ -1,6 +1,39 @@
-ChangeLog from http://git.bogomips.org/cgit/ruby_posix_mq.git
+ChangeLog from http://bogomips.org/ruby_posix_mq.git
+ commit 634a6f450f0a145f6248d5918c4eb3d0ded6f6dc
+ Author: Eric Wong <normalperson@yhbt.net>
+ Date: Wed Feb 23 19:46:53 2011 +0000
+
+ update URLs for git and cgit
+
+ While the old URLs still work, bogomips.org went on a URL diet
+
+ commit 72171f4ba79e5cbb6eb82f0f243cf554f643e796
+ Author: Eric Wong <normalperson@yhbt.net>
+ Date: Wed Feb 23 19:43:38 2011 +0000
+
+ fix MQ_IO_NIL_P and MQ_IO_CLOSE macros
+
+ These cannot be cast to void since its value is
+ meaningful.
+
+ commit 07feaee646e061f27dceccc1c06262c2e832f560
+ Author: Eric Wong <normalperson@yhbt.net>
+ Date: Wed Feb 23 19:42:58 2011 +0000
+
+ test: fix GC test for systems without POSIX_MQ#to_io
+
+ Not all systems can convert POSIX_MQ to IO objects.
+
+ commit dbded16e7c36b51187f3d0e6981c96773f910de9
+ Author: Eric Wong <normalperson@yhbt.net>
+ Date: Tue Feb 22 17:42:02 2011 -0800
+
+ LICENSE: dual license, adding GPLv2
+
+ This makes us explicitly compatible with GPLv2-only programs.
+
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