drupalimage plugin in the TinyMCE plugins folder needs to be updated, unless hook_wysiwyg_plugin() (http://drupal.org/node/179712) is not committed.
Inline image containers have changed from <span class="inline[ left|right|center]">...</span>
to <span class="inline inline-left|inline-right|inline-center|inline-none">...</span>.
The CSS class of inline images has changed from '' to 'image-', i.e. 'thumbnail' becomes 'image-thumbnail'.
Text align clearing tag <br class="clear" /> has been replaced by <div class="clear-image"></div>.
The border of inline images was removed from CSS.
img_assist_map_image_delete() was renamed to img_assist_map_delete().
Fixed a bug which caused passwords to not be md5ed before storing them in the database
Fixed a typo which caused error messages like:
* warning: Invalid argument supplied for foreach() in common.inc on line 739.
* warning: strtr(): The second argument is not an array. in common.inc on line 754.
* warning: Missing argument 2 for l() in common.inc on line 1269.
Custom FlashVars - This version introduces a way to customize the FlashVars passed to the video player.
Embed Video Text Box - This version introduces an embed video text box feature to allow people to embed the video in external sites.
Allow Drupal root output directories - This new version allows the ability to have output directories that are referenced from the Drupal root instead of the files directory.
Custom FlashVars - This version introduces a way to customize the FlashVars passed to the video player.
Embed Video Text Box - This version introduces an embed video text box feature to allow people to embed the video in external sites.
Allow Drupal root output directories - This new version allows the ability to have output directories that are referenced from the Drupal root instead of the files directory.