This release has a new constant, READ_LIMIT, to limit the total bytes that can be read per query. The default value is 256 KB. errors_get_all takes READ_LIMIT into account. The programming style has been polished to be more "Linux Kernel Coding Style".
In errorlogfeed.php, a new TIMEZONE constant was provided for PHP 5.1.0 and later. init now calls date_default_timezone_set in accordance with Strict Standards in PHP 5.1.0 and later.