Updated changelog

This commit is contained in:
Diego Martínez 2013-01-06 07:34:40 -02:00
parent 4fbd4e1aa4
commit bb9df29500
2 changed files with 3 additions and 7 deletions

View File

@ -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.

View File

@ -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').