docs: updates README and CHANGELOG with version notes and impending new tag

Sat, 15 Jan 2011 20:33:42 -0500

author
Thomas Harning Jr <harningt@gmail.com>
date
Sat, 15 Jan 2011 20:33:42 -0500
changeset 103
78087206bef7
parent 102
dc3809bf780a
child 104
19afe60aef3d

docs: updates README and CHANGELOG with version notes and impending new tag

CHANGELOG file | annotate | diff | comparison | revisions
README file | annotate | diff | comparison | revisions
--- a/CHANGELOG	Sat Jan 15 20:32:15 2011 -0500
+++ b/CHANGELOG	Sat Jan 15 20:33:42 2011 -0500
@@ -1,6 +1,8 @@
+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 changes
+ * 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
 ======
--- a/README	Sat Jan 15 20:32:15 2011 -0500
+++ b/README	Sat Jan 15 20:33:42 2011 -0500
@@ -13,9 +13,9 @@
 	See: https://github.com/harningt/luaevent
 
 Build Requirements:
-	libevent (recommend >= 1.3b)
+	libevent (recommend >= 1.4)
 Usage Requirements:
-	libevent (recommend >= 1.3b)
+	libevent (recommend >= 1.4)
 	LuaSocket
 
 See test/ directory for examples of usage.

mercurial