From bb9df2950060db66d60ae578e26af2329b681bbf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Diego=20Mart=C3=ADnez?= Date: Sun, 6 Jan 2013 07:34:40 -0200 Subject: [PATCH] Updated changelog --- doc/CHANGES.txt | 3 +++ doc/TODO.txt | 7 ------- 2 files changed, 3 insertions(+), 7 deletions(-) diff --git a/doc/CHANGES.txt b/doc/CHANGES.txt index c6fd179..5239504 100644 --- a/doc/CHANGES.txt +++ b/doc/CHANGES.txt @@ -1,5 +1,8 @@ Version 0.1.2: + - Fixed the Quit: Excess Flood bug. + - Removed the `packmod' scripts in favor of a dedicated CMake target. + - Fixed packaging of mod under MinGW32. - Export some basic API so other mods may use the connection to send messages, etc. - Added /irc_disconnect and /irc_reconnect chat commands. diff --git a/doc/TODO.txt b/doc/TODO.txt index 210b8f8..72c0f85 100644 --- a/doc/TODO.txt +++ b/doc/TODO.txt @@ -17,10 +17,3 @@ Known Bugs - Apparently, some users have to install `luasocket' separately, since the provided one won't compile/work (reported by leo_rockway). - - - Some users complain about getting a "Quit: Excess Flood" message - when connecting (reported by OldCoder). This may be an issue with - the IRC server. Need more feedback. - - - Crosscompiling to MinGW32 needs a few manual tweaks (renaming - `libluasocket.dll' to just `luasocket.dll').