Last modified by Thomas Mortagne on 2017/03/24

<
From version < 5.1 >
edited by Vincent Massol
on 2013/02/02
To version < 6.1 >
edited by Vincent Massol
on 2013/02/05
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -4,14 +4,8 @@
4 4  
5 5  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.
6 6  
7 -<insert description of release here>
8 -
9 9  = New and Noteworthy (since XWiki 4.5M1) =
10 10  
11 -== <feature N> ==
12 -
13 -<description of feature N>
14 -
15 15  == Miscellaneous ==
16 16  
17 17  * If you're upgrading an old XEM instance, the Distribution Wizard is now suggesting the right UI extension id when selecting the previous version.(((
... ... @@ -20,6 +20,12 @@
20 20  
21 21  See the [[full list of JIRA issues>>http://jira.xwiki.org/sr/jira.issueviews:searchrequest-printable/temp/SearchRequest.html?jqlQuery=project+in+%28XCOMMONS%2C+XRENDERING%2C+XWIKI%2C+XE%2C+XEM%29+and+status+%3D+Closed+and+resolution+%3D+Fixed+and+fixVersion+%3D+%224.5-rc-1%22&tempMax=1000]] fixed in this release.
22 22  
17 +== Full Issue List ==
18 +
19 +{{jira style="list" url="http://jira.xwiki.org" fields="type, status, key, summary" source="jql"}}
20 +Project in ("XWiki Commons", "XWiki Rendering", "XWiki Platform", "XWiki Enterprise", "XWiki Enterprise Manager") and fixVersion in ("4.5-rc-1") and resolution in ("Fixed") and component not in ("Build, Infrastructure and Tests")
21 +{{/jira}}
22 +
23 23  = For Developers =
24 24  
25 25  == Extensible search UI implementations ==
... ... @@ -34,14 +34,12 @@
34 34  
35 35  == Deprecated and Retired projects ==
36 36  
37 -<description of deprecated and retired projects>
37 +No project was retired.
38 38  
39 39  == Upgrades ==
40 40  
41 -The following dependencies have been upgraded:
41 +No library was upgraded.
42 42  
43 -* <list libraries that have been upgraded>
44 -
45 45  == Miscellaneous ==
46 46  
47 47  * Renamed the lucene search module and modified the search-ui module. As part of the refactorings performed on the search application, the ##xwiki-platform-search-lucene## module has now been renamed to ##xwiki-platform-search-lucene-api##. Also, pages related to Lucene search that were previously inside ##xwiki-platform-search-ui## have now been moved to the new ##xwiki-platform-search-lucene-ui## module.(((
... ... @@ -63,7 +63,7 @@
63 63  ## name = iexplorer, firefox, chrome, safari, opera
64 64  {{/velocity}}
65 65  
66 -{{browser name="none" version="x.x"/}}
64 +{{browser name="firefox" version="17"/}}
67 67  
68 68  Here's the list of databases tested with this version (i.e. databases that we've tested as working - Check the list of [[supported databases>>dev:Community.DatabaseSupportStrategy]]):
69 69  
... ... @@ -71,7 +71,7 @@
71 71  ## name = hsqldb, mysql, postgresql, oracle, opera
72 72  {{/velocity}}
73 73  
74 -{{database name="none" version="x.x"/}}
72 +{{database name="hsqldb" version="2.2.9"/}}
75 75  
76 76  = Known issues =
77 77  
... ... @@ -101,6 +101,9 @@
101 101  
102 102  The following APIs were modified since XWiki 4.4.1:
103 103  
102 +* New method to access bundle:(((
104 104  {{code language="none"}}
105 -<clirr output here>
104 +org.xwiki.localization.LocalizationManager: Method 'public org.xwiki.localization.TranslationBundle getTranslationBundle(java.lang.String, java.lang.String)' has been added to an interface
106 106  {{/code}}
106 +)))
107 +* TODO: finish CLIRR notes

Get Connected