Sha256: f5381feb74e13246533d7a567777f7b1a995f07ed93fb99b6c88c342c56d56a3
Contents?: true
Size: 1.65 KB
Versions: 1
Compression:
Stored size: 1.65 KB
Contents
== 0.5.0 - 3-May-2007 * Now pure Ruby. * Both the Event.new and Event.close methods now accept a block, and automatically close the associated handle at the end of the block. * The Event.new method now accepts an optional fourth argument that controls whether the Event object can be inherited by other processes. * Added a gemspec. * Added a Rakefile, including tasks for installation and testing. * Removed the doc/event.txt file. The documentation is now inlined via RDoc. There is also some documentation in the README file. * Now requires the windows-pr package. == 0.4.0 - 28-May-2005 * All methods now return self or klass (instead of true). * Added the Event#inheritable? attribute that stores whether or not the Event object is inheritable with regards to CreateProcess(). * The Event#set and Event#unset now properly set the Event#signaled? value. * More Unicode friendly. * Removed the event.rd file. The event.txt file is now rdoc friendly. * Code cleanup. == 0.3.1 - 1-Mar-2005 * Moved the 'examples' directory to the toplevel directory. * Made the CHANGES and README files rdoc friendly. == 0.3.0 - 17-Jul-2004 * Now uses the newer allocation framework, as well as replace the deprecated STR2CSTR() function with StringValuePtr(). This means that, as of this release, Ruby 1.8.0 or later is required. * Removed the .html file as part of the distro. You can generate this on your own via rd2. * Moved the test.rb script to doc/examples. == 0.2.0 - 28-Apr-2004 * The Event class is now a subclass of Ipc (and thus requires the win32-ipc package). * Documentation updates == 0.1.0 - 12-Jan-2004 - Initial release.
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
win32-event-0.5.0 | CHANGES |