* Fixed a bug when the only segment was a pagination variable but there was no {segment_1} variable
* Fixed a bug with the XML-RPC library where the XSS Clean stripped characters from image uploads
* Fixed a bug with the Wiki when the revision limit for articles is low.
* Fixed a minor formatting bug in the XHTML Typography when tags are given attributes
* Fixed a bug with auto-linking and image hot linking
* Fixed a bug in the Wiki category tags
* Fixed a bug in the XHTML formatting with double quotes
* Fixed a bug where very specific path variables were converted in Private Messages
* Added a safety check to the MT Import utility for when no Author is specified for entries
* Added ability to delete categories in Wiki module. Update your default theme file, or replace “Delete Article” in your theme with this conditional:
{if namespace == 'Category'}Delete Category{if:else}Delete Article{/if}
* Added a check in the XSS Clean routine for certain, unsupported character sets in PHP
* Added two language variables for Wiki module related to creating a new wiki’s default index article: default_index_note, default_index_content
* Added an alt=”” attribute to the image tag outputted by Image pMCode to help XHTML validation woes
* Added four new variables to Wiki module: {special_namespace}, {category_namespace}, {file_namespace}, {image_namespace}
* Added image/bmp as a valid Image MIME type in the upload utility
* Modified Private Messages Replies and Forwards to have smarter subject prefix handling
