History.txt in ffi-rzmq-1.0.2 vs History.txt in ffi-rzmq-1.0.3

- old
+ new

@@ -1,12 +1,16 @@ +== 1.0.3 / 20131003 + * Fixes for issues #96 and #97. Thanks to Paul Chechetin (paulche) for + the issues and patches. + == 1.0.2 / 20130929 * Fix for issue #94. Now includes local_path when searching for a libzmq to load. * Fix for issue #92. Context and Socket finalizers now track the process' - PID to handle a special case when forking a process. Thanks to - thinkerbot for the issue and a fix. (Spec is disabled on JRuby since - it does not support fork().) + PID to handle a special case when forking a process. Thanks to + thinkerbot for the issue and a fix. (Spec is disabled on JRuby since + it does not support fork().) * Fix a few RSpec deprecation warnings related to expectations on specific Exception types. == 1.0.1 / 20130318