diff options
author | Matthew Wild <mwild1@gmail.com> | 2010-02-25 14:52:25 +0000 |
---|---|---|
committer | Matthew Wild <mwild1@gmail.com> | 2010-02-25 14:52:25 +0000 |
commit | e04e4d53ce0788f9a043c37d7c3710f5b0fc48b9 (patch) | |
tree | 581868f3d96648adbcd6b0f058eb557c51bf7ba3 | |
parent | d3200642871512923ba810365d5f1a7de6c54f06 (diff) | |
download | luaevent-prosody-e04e4d53ce0788f9a043c37d7c3710f5b0fc48b9.tar.gz luaevent-prosody-e04e4d53ce0788f9a043c37d7c3710f5b0fc48b9.zip |
README, CHANGELOG: Update for luaevent-prosody 0.1.1
-rw-r--r-- | CHANGELOG | 3 | ||||
-rw-r--r-- | README | 2 |
2 files changed, 4 insertions, 1 deletions
@@ -1,3 +1,6 @@ +luaevent-prosody 0.1.1 - 2010-02-25 + * Fix overflow with high event timeouts +====== luaevent-prosody 0.1.0 - 2010-02-15 * Fixed stack slot leak in event callbacks * Fixed stack slot leak when error occurs in callback @@ -3,7 +3,7 @@ maintained by Matthew Wild <mwild1@gmail.com>. 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 +This luaevent-prosody 0.1.1 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 |