CHANGES in proc-wait3-1.5.1 vs CHANGES in proc-wait3-1.5.2

- old
+ new

@@ -1,4 +1,13 @@ +== 1.5.2 - 24-Jul-2006 +* Fixed the way I was handling whether or not Ruby already defined the various + RLIMIT constants within wait3.c. +* Fixed the way in which certain RLIM constants were being converted. I + shamelessly plagiarized from process.c for this. +* Adds the RLIMIT_MEMLOCK constant if found and not already defined. +* Added the WAIT3_VERSION constant. +* The getrlimit and setrlimit tests are now skipped for Ruby 1.8.5 or later. + == 1.5.1 - 13-Jul-2006 * Fixed bugs with improper values being set for some of the rlimit constants. * Cleaned up a few warnings related to signed-ness for the RLIM_xxx constants. * Now only sets the various rlimit constants if they're not already defined (which Ruby now defines, as of 1.8.5).