summaryrefslogtreecommitdiff
path: root/Changes
diff options
context:
space:
mode:
authorroot <root>2012-05-01 22:01:40 +0000
committerroot <root>2012-05-01 22:01:40 +0000
commit6057940c0ca57e2a9feba9eac38daafae9b89635 (patch)
tree3510e762c10269baa7ca22bed50bf96ffb1afaf5 /Changes
parent6b2ac50b05c2fbd0025f2cb5ff1c654bdab8949a (diff)
*** empty log message ***
Diffstat (limited to 'Changes')
-rw-r--r--Changes2
1 files changed, 2 insertions, 0 deletions
diff --git a/Changes b/Changes
index a4ea069..3b41960 100644
--- a/Changes
+++ b/Changes
@@ -13,6 +13,8 @@ TODO: assert on fd watcher linked list pointing to itself
- fix event_base_loop return code, add event_get_callback, event_base_new,
event_base_get_method calls to improve libevent 1.x emulation and add
some libevent 2.x funcitonality (based on a patch by Jeff Davey).
+ - add more memory fences to fix a bug reported by Jeff Davey. Better
+ be overfenced than underprotected.
- ev_run now returns a boolean status (true meaning watchers are
still active).
- ev_once: undef EV_ERROR in ev_kqueue.c, to avoid clashing with