README.markdown in zk-1.7.0 vs README.markdown in zk-1.7.1
- old
+ new
@@ -63,9 +63,14 @@
[Mongoid]: http://mongoid.org/
[EventMachine]: https://github.com/eventmachine/eventmachine
[zk-eventmachine]: https://github.com/slyphon/zk-eventmachine
## NEWS ##
+
+### v1.7.1 ###
+
+* Fixes nasty bug "LockWaitTimeout causes lock to be forever unusable" (#49)
+
### v1.7.0 ###
* Added Locker timeout feature for blocking calls. (issue #40)
Previously, when dealing with locks, there were only two options: blocking or non-blocking. In order to come up with a time-limited lock, you had to poll every so often until you acquired the lock. This is, needless to say, both inefficient and doesn't allow for fair acquisition.