README.md in eventmachine-le-1.1.5 vs README.md in eventmachine-le-1.1.6
- old
+ new
@@ -1,10 +1,10 @@
# EventMachine-LE #
EventMachine-LE (Live Edition) is a branch of [EventMachine](http://github.com/eventmachine/eventmachine) with fixes and more features.
-* Home page: http://ibc.github.com/EventMachine-LE/
+[![Build Status](https://travis-ci.org/ibc/EventMachine-LE.png?branch=master)](https://travis-ci.org/ibc/EventMachine-LE)
## What do you mean by "branch"? ##
Well, outside the narrower git circles, "fork" has all these negative
@@ -45,9 +45,14 @@
## Features and changes ##
The list of additions and improvements will grow over time. Currently the following features/fixes have been applied in EventMachine-LE:
+
+
+### Version 1.1.6
+
+* Avoid CPU at 100% when calling `close_connection` after a connection has been `unbind`: [ept](https://github.com/ibc/EventMachine-LE/pull/18).
### Version 1.1.5
* Fix bug when the system time is changed to earlier time (which made EM to eat up the CPU cycle): [commit in EM](https://github.com/eventmachine/eventmachine/commit/1427a2c80c401d841194132a9af15baefd68b5ae).