diff options
author | Matthew Wild <mwild1@gmail.com> | 2010-02-25 14:51:58 +0000 |
---|---|---|
committer | Matthew Wild <mwild1@gmail.com> | 2010-02-25 14:51:58 +0000 |
commit | d3200642871512923ba810365d5f1a7de6c54f06 (patch) | |
tree | 0d6ecf2ba37e6ac39326a59590d8b4c0667aefa7 /README | |
parent | f28f451de1885251240193f6e2274cde9e86c48b (diff) | |
download | luaevent-prosody-d3200642871512923ba810365d5f1a7de6c54f06.tar.gz luaevent-prosody-d3200642871512923ba810365d5f1a7de6c54f06.zip |
README: Note about dependency on libevent => 1.4
Diffstat (limited to 'README')
-rw-r--r-- | README | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -6,6 +6,10 @@ Source repository: http://code.matthewwild.co.uk/luaevent-prosody This luaevent-prosody 0.1.0 release is based on luaevent 0.2.0. See CHANGELOG for more information about the changes. +NOTE: This version of luaevent-prosody depends on the *1.4* branch of libevent - 1.3 can + link but will produce erratic behaviour at runtime. I intend to look into this, + but don't have time right now - patches welcome. + === Original README from luaevent 0.2.0 === Description: This is a binding of libevent to Lua. It will serve as a drop-in replacement |