Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
Fixed unique aliases, and some issues with when aliases would be generated. Aliases are no longer generated if an alias for the page exists and should generate -0, -1, -2 style aliases when a unique alias from the tokens alone is impossible.
Critical fixes to OpenID to spec violations that could allow for impersonation in certain scenarios. Existing OpenID users should see http://drupal.org/node/1323342 for more information on transitioning.
Fixed files getting lost when adding multiple files to multiple file fields at the same time.
Improved usability of the clean URL test screens.
Restored height/width attributes on images run through the theme system.
Fixed usability bug with first password field being pre-filled by certain browser plugins.
Fixed file_usage_list() so that it can return more than one result.
Fixed bug preventing preview of private images on node form.
Fixed PDO error when inserting an aggregator title longer than 255 characters.
Spelled out what TRADITIONAL means in MySQL sql_mode.
Deprecated "!=" operator for DBTNG; should be "<>".
Added two new API functions (menu_tree_set_path()/menu_tree_get_path()) were added in order to enable setting the active menu trail for dynamically generated menu paths.
Added new "fast 404" capability in settings.php to bypass Drupal bootstrap when serving 404 pages for certain file types.