plugin upgrades:
list category posts 0.8.1 -> 0.10.1
Role scoper 1.1.7 -> 1.2.5
theme my login 5.0.6 -> 5.1.4
wordpress upgrade:
2.9.2 -> 3.0
To make the Role Scoper plugin work correctly I had to modify functions.php in the theme to add a wrapper for mb_strtolower to strtolower since php isn’t configured to have mbstrings enabled. Some day we may want to have Jim recompile php to enable mbstrings since while that works fine for the code in the Role Scoper plugin, it won’t work right for code that is really doing stuff in other languages.