Sha256: a61e154d0fa224499cc09fedb933c8aa87ac7e0c8c047cfcec26dc3c8c43e5fa

Contents?: true

Size: 1.32 KB

Versions: 2

Compression:

Stored size: 1.32 KB

Contents

0.4.3
-----
* REALLY have thread synchronization when closing selectors ;)

0.4.2
-----
* Attempt to work around packaging problems with bundler-api o_O

0.4.1
-----
* Thread synchronization when closing selectors

0.4.0
-----
* OpenSSL::SSL::SSLSocket support

0.3.3
-----
* NIO::Selector#select_each removed
* Remove event buffer
* Patch GIL unlock directly into libev
* Re-release since 0.3.2 was botched :(

0.3.1
-----
* Prevent CancelledKeyExceptions on JRuby

0.3.0
-----
* NIO::Selector#select now takes a block and behaves like select_each
* NIO::Selector#select_each is now deprecated and will be removed
* Closing monitors detaches them from their selector
* Java extension for JRuby
* Upgrade to libev 4.11
* Bugfixes for zero/negative select timeouts
* Handle OP_CONNECT properly on JRuby

0.2.2
-----
* Raise IOError if asked to wake up a closed selector

0.2.1
-----
* Implement wakeup mechanism using raw pipes instead of ev_async, since
  ev_async likes to cause segvs when used across threads (despite claims
  in the documentation to the contrary)

0.2.0
-----
* NIO::Monitor#readiness API to query readiness, along with #readable? and
  #writable? helper methods
* NIO::Selector#select_each API which avoids memory allocations if possible
* Bugfixes for the JRuby implementation

0.1.0
-----
* Initial release. Merry Christmas!

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
nio4r-0.4.3 CHANGES.md
nio4r-0.4.3-java CHANGES.md