CHANGES in proc-wait3-1.5.5 vs CHANGES in proc-wait3-1.5.6
- old
+ new
@@ -1,4 +1,14 @@
+== 1.5.6 - 7-Jan-2010
+* Checks are now made for the si_fd, si_utime, si_status and si_stime siginfo_t
+ struct members. This addresses build failures on OS X 10.5 and later where
+ those struct members went mysteriously MIA.
+* The have_const method is no longer added to your mkmf.rb file. It is simply
+ defined in the extconf.rb file.
+* Some gemspec and Rakefile refactoring.
+* Updates to the README.
+* Source code moved to github.
+
== 1.5.5 - 8-Aug-2009
* Now compatible with Ruby 1.9.x.
* License changed to Artistic 2.0.
* Added test-unit 2.x as a development dependency.
* Test suite refactored to take advantage of some of the features of