From 35246543e03676ba0e55a8c742a93ccbffda3fea Mon Sep 17 00:00:00 2001 From: Thomas Harning Jr Date: Sat, 15 Jan 2011 20:33:42 -0500 Subject: docs: updates README and CHANGELOG with version notes and impending new tag --- CHANGELOG | 4 +++- README | 4 ++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 78f5cfd..921cc9a 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -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 ====== diff --git a/README b/README index 5a48380..6612408 100644 --- a/README +++ b/README @@ -13,9 +13,9 @@ GIT Repositories: 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. -- cgit v1.2.3