Fixed fatal error due to missing Translatable module in menu.inc; updated Drupal core patches.
Changed table alias in db_rewrite_sql() to 'translatable'.
Fixed translation properties not stored for completely new nodes.
Fixed menu items of node translations are not found in the menu upon form submit (required by modules like pathauto); needs another core patch now.
Updated Drupal core patches.
Fixed cached menu is not reset after creating/editing a menu item translation.
Fixed untranslatable form items are not synchronized.
Fixed source content of selects, checkboxes, and radios is not displayed.
Fixed _translatable_is_hideable_field() returns FALSE for fieldsets and markup.
Fixed PHP warnings in translatable_get_form_values() and translatable_set_form_values().
Fixed node edit menu item redirects to wrong source node.
Fixed incomplete access check for node translation callback.
Fixed wrong translatable_find() conditions to find an existing translation.