Skip to content

Commit

Permalink
update CHANGELOG, bump to 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
slyphon committed May 15, 2012
1 parent 54d31f1 commit f2639b9
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG
@@ -1,3 +1,17 @@
v1.1.1 Cleanup after code review (h/t @eric)

* While hunting down this bug: https://bugs.ruby-lang.org/issues/6438
Eric Lindvall made a number of helpful catches.

* Reduce syscall overhead by not using an unnecessary pipe in the event_lib.c
implementation

* More careful use of rb_raise, don't longjmp past necessary free() calls.

* More careful malloc in the get() implementation (we need to allocate 1MB
to hold the data in a znode, but only in the SYNC cases).


v1.1.0 Rewrite C backend to use zookeeper_st, the async library

* In order to ensure fork safety, a rewrite of the backend was necessary.
Expand Down

0 comments on commit f2639b9

Please sign in to comment.