Skip to content

Commit

Permalink
v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tmm1 committed Feb 28, 2013
1 parent 54f7ebe commit 936cdb2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Original file line Diff line number Diff line change
@@ -0,0 +1,7 @@
# Changelog

## 1.0.1 (February 27, 2013)
* use rb_wait_for_single_fd() on ruby 2.0 to fix rb_thread_select() deprecation
* fix epoll/kqueue mode in ruby 2.0 by removing calls to rb_enable_interrupt() [#248, #389]
* fix memory leak when verifying ssl cerificates [#403]
* fix initial connection delay [#393, #374]
2 changes: 1 addition & 1 deletion lib/em/version.rb
Original file line number Original file line Diff line number Diff line change
@@ -1,3 +1,3 @@
module EventMachine module EventMachine
VERSION = "1.0.0" VERSION = "1.0.1"
end end

0 comments on commit 936cdb2

Please sign in to comment.