From 6a50014e882186e06ee379d4df437738ca7f8fab Mon Sep 17 00:00:00 2001 From: Thomas Harning Jr Date: Sat, 15 Jan 2011 19:57:56 -0500 Subject: docs: adjusted to note that luaevent-prosody was merged into this WIP --- CHANGELOG | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'CHANGELOG') diff --git a/CHANGELOG b/CHANGELOG index 2079f48..469580d 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,7 @@ +WIP - 2011-01-15 + * Fixed libevent 2.0 compilation errors + * Merged all of luaevent-prosody changes +====== luaevent-prosody 0.1.0 - 2010-02-15 * Fixed stack slot leak in event callbacks * Fixed stack slot leak when error occurs in callback -- cgit v1.2.3 From 76311a992614b5440fc00b63df6a89b7792bcbc7 Mon Sep 17 00:00:00 2001 From: Thomas Harning Jr Date: Sat, 15 Jan 2011 20:14:13 -0500 Subject: base: updates changelog w/ recent changes --- CHANGELOG | 2 ++ 1 file changed, 2 insertions(+) (limited to 'CHANGELOG') diff --git a/CHANGELOG b/CHANGELOG index 469580d..923f59a 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,6 +1,8 @@ WIP - 2011-01-15 * Fixed libevent 2.0 compilation errors * Merged all of luaevent-prosody 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.0 - 2010-02-15 * Fixed stack slot leak in event callbacks -- cgit v1.2.3 From 938d68fa73d5ded18d33dcf40077e627fd2b975a Mon Sep 17 00:00:00 2001 From: Thomas Harning Jr Date: Sat, 15 Jan 2011 20:21:54 -0500 Subject: base: noted in CHANGELOG pending 0.3.0 release --- CHANGELOG | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CHANGELOG') diff --git a/CHANGELOG b/CHANGELOG index 923f59a..79e9845 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,4 +1,4 @@ -WIP - 2011-01-15 +0.3.0 - 2011-01-15 * Fixed libevent 2.0 compilation errors * Merged all of luaevent-prosody changes * Removes low-level read access to watermark & timeout values that break API -- cgit v1.2.3 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 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'CHANGELOG') 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 ====== -- cgit v1.2.3 From db628bce216e74a0f7507e614e9db5289ee972ee Mon Sep 17 00:00:00 2001 From: Thomas Harning Jr Date: Wed, 6 Jul 2011 23:56:20 -0400 Subject: base/lua: fixes incorrectly recorded version and prepares a new release --- CHANGELOG | 2 ++ 1 file changed, 2 insertions(+) (limited to 'CHANGELOG') diff --git a/CHANGELOG b/CHANGELOG index 921cc9a..c295d76 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,5 @@ +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 -- cgit v1.2.3