This release is of a functioning version for 4.7. It is marked as a development release because it hasn't been widely deployed or tested, and won't be updated.
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().