Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -4,11 +4,11 @@ 4 4 5 5 This is the release notes for [[XWiki Commons>>http://commons.xwiki.org]], [[XWiki Rendering>>http://rendering.xwiki.org]] and [[XWiki Platform>>http://platform.xwiki.org]]. They share the same release notes as they are released together and have the same version. 6 6 7 - <insert description of release here>7 +This release brings a warning to the users when they are editing a page and other users are saving the same content. The Object editor has a new way of presenting XClasses meant to increase the user experience, while the top level application pages are not displayed anymore in the Navigation Panel. 8 8 9 -= New and Noteworthy (since XWiki <version -1>) =9 += New and Noteworthy (since XWiki 11.1) = 10 10 11 -[[Full list of issues fixed and Dashboard for <full version here even for RC, e.g.10.5>>>https://jira.xwiki.org/secure/Dashboard.jspa?selectPageId=<fill id here>]].11 +[[Full list of issues fixed and Dashboard for 11.2>>https://jira.xwiki.org/secure/Dashboard.jspa?selectPageId=14405]]. 12 12 13 13 {{releasenotechanges/}} 14 14 ... ... @@ -20,13 +20,23 @@ 20 20 21 21 The following runtime dependencies have been upgraded (they have a different release cycle than [[XWiki Commons>>http://commons.xwiki.org]], [[XWiki Rendering>>http://rendering.xwiki.org]] and [[XWiki Platform>>http://platform.xwiki.org]]): 22 22 23 -* <list libraries that have been upgraded> 23 +* [[CSS4J 0.42.3>>https://jira.xwiki.org/browse/XWIKI-16195]] 24 +* [[ASM 7.1>>https://jira.xwiki.org/browse/XCOMMONS-1591]] 25 +* [[SLF4J 1.7.26>>https://jira.xwiki.org/browse/XCOMMONS-1587]] 26 +* [[Apache PDFBox 2.0.14>>https://jira.xwiki.org/browse/XWIKI-16202]] 27 +* [[snakeyaml 1.24>>https://jira.xwiki.org/browse/XCOMMONS-1590]] 28 +* [[commons-codec 1.12>>https://jira.xwiki.org/browse/XCOMMONS-1582]] 29 +* [[Batik 1.11>>https://jira.xwiki.org/browse/XWIKI-16189]] 30 +* [[Javassist 3.24.1-GA>>https://jira.xwiki.org/browse/XCOMMONS-1586]] 31 +* [[JGroups 4.0.18>>https://jira.xwiki.org/browse/XCOMMONS-1597]] 32 +* [[Infinispan 9.4.9.Final>>https://jira.xwiki.org/browse/XCOMMONS-1188]] 33 +* [[Stax2 API 4.2>>https://jira.xwiki.org/browse/XCOMMONS-1599]] 24 24 25 25 = Translations = 26 26 27 -The following translations have been updated: 37 +The following translations have been updated: 28 28 29 -{{language codes=" none, none"/}}39 +{{language codes="fr, no, ru, uk"/}} 30 30 31 31 {{comment}} 32 32 TODO: uncomment and update with proper link when the report is ready. ... ... @@ -61,13 +61,22 @@ 61 61 ** ##hibernate.cfg.xml## 62 62 * Add ##xwiki.store.migration=1## in ##xwiki.cfg## so that XWiki will attempt to automatically migrate your current database to any new schema. Make sure you backup your Database before doing anything. 63 63 64 -== Issues specific to XWiki <version>==74 +== Issues specific to XWiki 11.2 == 65 65 66 - <issuesspecifictotheproject>76 +=== Language Settings === 67 67 78 +The default value of the option [[{{code}}xwiki.language.forceSupported{{/code}}>>doc:Documentation.AdminGuide.Configuration.WebHome||anchor="HLanguagesettings"]] is now set to true. 79 +That means that only the supported languages defined in the Administration (section Content > Internationalization) will be used to display the wiki to our users. 80 +If you want to support the previous behaviour, you can edit the default value of the option in {{code}}xwiki.cfg{{/code}} by setting it to 0: 81 + 82 +{{code}} 83 +#-# Force only one of the supported languages to be accepted. Default set to true. 84 +xwiki.language.forceSupported=0 85 +{{/code}} 86 + 68 68 == API Breakages == 69 69 70 -The following APIs were modified since <project> <version-1>:89 +The following APIs were modified since XWiki 11.1: 71 71 72 72 {{comment}} 73 73 Remove!