CHANGES in proc-wait3-1.6.0 vs CHANGES in proc-wait3-1.7.0

- old
+ new

@@ -1,4 +1,13 @@ +== 1.7.0 - 6-Apr-2014 +* The wait3 and wait4 methods no longer set $? to a custom struct. The builtin + variable is still set, but if you need the custom Struct::ProcStat information + then use the $last_status global instead, or just use the return value. This + was changed thanks to an issue pointed out by Michael Lee Squires where + subsequent system calls no longer set $? properly. +* Some build warning fixes for BSD platforms. +* Some test updates for BSD and Solaris. + == 1.6.0 - 28-Aug-2011 * Removed the getrlimit and setrlimit methods. Ruby has supported these methods since Ruby 1.8.5, so I think it's time to finally dump them. * Fixed two build warnings regarding unused variables and one 32/64 cast warning.