Fixed output already sent errors when using the custom glFusion / Nouveau functions.php (speed limit on login attempts).
OpenID logins succeed for first timers even when $_CONF['disable_new_user_registration'] is true. No longer allow user to login if they do not have an existing record in the user table.
Saving a user submitted story directly (not to the submission queue) would cause an
SQL erorr.
Output already sent error if user enters bad data in calendar event url.
Search results return duplicate entries for stories when
URL rewrite enabled.
Unable to delete some plugins when disabled because $_DB_table_prefix and $_TABLES are not defined in plugins.php
Changed SEC_createToken so that it will only return one token per page (effectively making it a singleton). This fixes the problem of not being able to delete comments when you also have trackbacks for the same article
Approving a story submission by saving it from the Admin's story editor left a duplicate in the submission queue, unless you changed the story ID at the same time
Removed extra <br> between introtext and body text when viewing the full story
Removed unnecessary code ($day is overwritten in the next line).
Installation would fail when MySQL in strict mode when trying to insert the default story into the database (expire field was blank).