Changes for page Release Notes for XWiki 4.5 Milestone 1
Last modified by Thomas Mortagne on 2017/03/24
Change comment:
added resolved issues
Summary
-
Page properties (2 modified, 0 added, 0 removed)
Details
- Page properties
-
- Author
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki. mflorea1 +XWiki.CalebJamesDeLisle - Content
-
... ... @@ -6,6 +6,10 @@ 6 6 If you are migrating from an earlier version than 4.0, and your database contains statistics collected using a version earlier than 2.2, you will probably encounter an issue during our automated database migration. To avoid that issue, you will need to clean up your statistics by executing some SQL commands described in issue [[XWIKI-8129>>http://jira.xwiki.org/browse/XWIKI-8129]]. Be sure to apply these before attempting the migration. If your are in doubt, apply it, these could not hurt. If you don't, you will face duplicate IDs errors during the migration process, and it will fail, preventing you to run your wiki. 7 7 {{/warning}} 8 8 9 +{{warning}} 10 +If you are upgrading to this version from an older version which uses Lucene 3.x, you have to manually delete the lucene directory in the xwiki data directory. For example, that could cause Lucene to loop endlessly while trying to index pages, among other things. This is caused by the Lucene migration to 4.0 (see [[XWIKI-8404>>http://jira.xwiki.org/browse/XWIKI-8404]]). 11 +{{/warning}} 12 + 9 9 This is the release notes for XWiki Platform, XWiki Enterprise and XWiki Enterprise Manager. They share the same release notes as they are released together and have the same version. 10 10 11 11 <insert description of release here> ... ... @@ -94,6 +94,11 @@ 94 94 95 95 * It is now possible to delegate programming rights directly to a filesystem template to allow it to access the privileged API by adding the template name to the set defined in DefaultPrivilegedTemplateRenderer. Such a template cannot currently access the context document, but this restriction will most likely be removed in 5.0. 96 96 101 +* http://jira.xwiki.org/browse/XWIKI-8663 - Fixed images not being scaled on the server side. 102 +* http://jira.xwiki.org/browse/XWIKI-8705 - Fixed attachment on-disk file cache file descriptor leak. 103 +* http://jira.xwiki.org/browse/XWIKI-8705 - Fixed Lucene file descriptor leak. 104 +* http://jira.xwiki.org/browse/XWIKI-8681 - XWikiAttachmentContent file descriptor leak. 105 + 97 97 <other dev stuff to add and link to JIRA for all issues fixed> 98 98 99 99 = Translations =