History.txt in ffi-rzmq-0.8.0 vs History.txt in ffi-rzmq-0.8.2

- old
+ new

@@ -1,4 +1,18 @@ +== 0.8.2 / 20110728 + * Fixed major bug with Socket#setsockopt when writing 8-byte longs. + + * Clarified a bit of logic for non-blocking sends. + + * Improved readability of exceptions. + +== 0.8.1 / 20110504 + * Fixed bug where Socket#setsockopt was using a size from the current + runtime to determine how many bytes to use for HWM, et al. This was + incorrect. All of those socket options require 8 bytes. Discovered + this while getting the code running under mingw on Windows using a + 32-bit Ruby runtime. + == 0.8.0 / 20110307 * API change! Socket#send_message no longer automatically calls Message#close on behalf of the user. The user is completely responsible for the lifecycle management of all buffers associated