aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG
diff options
context:
space:
mode:
authorMatthew Wild <mwild1@gmail.com>2012-01-16 01:53:45 +0000
committerMatthew Wild <mwild1@gmail.com>2012-01-16 01:53:45 +0000
commitc7faf570a716329f0d0991cbb019a6fc5ed5b0de (patch)
treeaee4b8acc3c5b71276b754136472103e4d158cbc /CHANGELOG
parent2ba1c9dd465a9d659198ac63fbc8cbd918f0d31e (diff)
parentdb628bce216e74a0f7507e614e9db5289ee972ee (diff)
downloadluaevent-prosody-c7faf570a716329f0d0991cbb019a6fc5ed5b0de.tar.gz
luaevent-prosody-c7faf570a716329f0d0991cbb019a6fc5ed5b0de.zip
Merge with upstream
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG10
1 files changed, 10 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 366eaca..c295d76 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,13 @@
+0.3.2 - 2011-07-06
+ * Fixed recorded version in Lua
+0.3.1 - 2011-01-15
+ * Merged all of luaevent-prosody (0.1.1) changes (missed updates)
+0.3.0 - 2011-01-15
+ * Fixed libevent 2.0 compilation errors
+ * Merged all of luaevent-prosody (0.1.0) changes
+ * Removes low-level read access to watermark & timeout values that break API
+ * Switches to watermark write accessor function to avoid API break
+======
luaevent-prosody 0.1.1 - 2010-02-25
* Fix overflow with high event timeouts
======