Sha256: 0515b1902294c793cafc14c989d4c49b59fc337605af3021fd9c87e6946b1b50
Contents?: true
Size: 1.9 KB
Versions: 1
Compression:
Stored size: 1.9 KB
Contents
== 0.5.1 - 6-Aug-2009 * License changed to Artistic 2.0. * Some gemspec updates, including the addition of a license and an update to the description. * The Event.open method is now slightly more robust. * Renamed the test file to test_win32_event.rb. == 0.5.0 - 3-May-2007 * Now pure Ruby. * Both the Event.new and Event.open 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.1 | CHANGES |