Last modified by Thomas Mortagne on 2017/03/24

<
From version < 37.1 >
edited by Vincent Massol
on 2013/01/29
To version < 39.1 >
edited by Vincent Massol
on 2013/01/29
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -14,7 +14,7 @@
14 14  
15 15  This release is the last stabilization release for the 4.x cycle.
16 16  
17 -= New and Noteworthy (since XWiki 4.4) =
17 += New and Noteworthy (since XWiki 4.4.1) =
18 18  
19 19  == Distribution Wizard improvements ==
20 20  
... ... @@ -110,20 +110,16 @@
110 110  
111 111  == Deprecated and Retired projects ==
112 112  
113 -<description of deprecated and retired projects>
113 +No project was retired.
114 114  
115 115  == Upgrades ==
116 116  
117 -The following dependencies have been upgraded:
117 +No library was upgraded.
118 118  
119 -* <list libraries that have been upgraded>
120 -
121 121  == Miscellaneous ==
122 122  
123 123  * 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.
124 124  
125 -<other dev stuff to add and link to JIRA for all issues fixed>
126 -
127 127  = Translations =
128 128  
129 129  The following translations have been updated:
... ... @@ -138,7 +138,7 @@
138 138  ## name = iexplorer, firefox, chrome, safari, opera
139 139  {{/velocity}}
140 140  
141 -{{browser name="none" version="x.x"/}}
137 +{{browser name="firefox" version="17"/}}
142 142  
143 143  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]]):
144 144  
... ... @@ -183,17 +183,14 @@
183 183  
184 184  == Issues specific to XWiki 4.5M1 ==
185 185  
186 -<issues specific to the project>
182 +* Changes in the experimental Solr implementation
183 +** The ##xwiki.properties## file now contains solr specific configuration, please make sure to merge it with your own. If you were previously using the ##search.solr.home## property to specify your own index directory, you need to use the new ##solr.embedded.home## property, as specified in the xwiki.properties file.
184 +** The Solr index and configuration files have suffered major changes. When upgrading, you need to delete the ##<permanentDirectory>/solr## directory so that Solr can reinitialize it with the new configuration and index structure. Also, a reindexation is obviously required.
185 +* The new default mode for PostGreSQL is the ##schema## mode, i.e. new wikis are created as schema. Previously the default was ##database## but [[there are still issues with it>>http://jira.xwiki.org/browse/XWIKI-8753]]. The configuration is done in ##hibernate.cfg.xml## by setting {{code}}<property name="xwiki.virtual_mode">schema|database</property>{{/code}}.
187 187  
188 -=== Changes in the experimental Solr implementation ===
189 -
190 -- The xwiki.properties file now contains solr specific configuration, please make sure to merge it with your own. If you were previously using the ##search.solr.home## property to specify your own index directory, you need to use the new ##solr.embedded.home## property, as specified in the xwiki.properties file.
191 -
192 -- The Solr index and configuration files have suffered major changes. When upgrading, you need to delete the ##<permanentDirectory>/solr## directory so that Solr can reinitialize it with the new configuration and index structure. Also, a reindexation is obviously required.
193 -
194 194  == API Breakages ==
195 195  
196 -The following APIs were modified since XWiki 4.4:
189 +The following APIs were modified since XWiki 4.4.1:
197 197  
198 198  {{code language="none"}}
199 199  <clirr output here>

Get Connected