X-Git-Url: https://git.hcoop.net/clinton/bobotpp.git/blobdiff_plain/6644185599a5dbadd6f602582ee33594b4497260..0bfd545aaf9523a0823e27c4fbae8edb8796fb91:/NEWS diff --git a/NEWS b/NEWS index ec632e9..e834b6e 100644 --- a/NEWS +++ b/NEWS @@ -23,6 +23,45 @@ IMPORTANT NOTES: ====== The News ===================================================== ===================================================================== +Version 2.3.1: + - Guile 3.0 support + - Minor doc and bug fixes + +Version 2.3.0: +- Threadsafety enhancements + + Hooks are now threadsafe and hook functions can safely add new + hooks + + Channel ban lists are threadafe + + Channel user lists are threadsafe + + +Version 2.2.3 (2008-11-12): +- Building with Guile in a non-standard location now works +- Building without Guile now works again +- Building with GCC 4.x now works + + GCC prior to 4.x's libc headers exported the libc symbols from + both :: and std:: leading to a few unqualified libc calls sneaking + into Bobot++'s source +- All uses of the long deprecated GH API have been removed + + Building against libguile 1.8 built with --disable-deprecated now + works + + Building against Guile 1.6 likely no longer works + + However, building against guile-vm libguile does work and Bobot++ + is the first application built this way +- This will be the last of the 2.2.x series; a 2.3.x series /might/ be + started to enhance the scripting interface and finish the manual + +Version 2.2.2 (2006-06-28): +- No longer segfaults when loading bobot-utils.scm +- bot:match-to-me produces a valid regexp again +- scripts/uname now properly uses (ice-9 rdelim) instead of redelim +- bot:load now loads files properly + +Version 2.2.1 (2006-06-28): +- If the log directory does not exist the bot creates it +- If there are lines with only whitespace on them in the config file + and error message is no longer printed to the log + Version 2.2.0 (2006-05-24): - Scripting + Hooks