Changes for page Release Notes for XWiki Enterprise 3.3 Milestone 2
Last modified by Thomas Mortagne on 2017/03/24
Change comment:
List upgrades, document CJK PDF support
Summary
-
Page properties (2 modified, 0 added, 0 removed)
Details
- Page properties
-
- Author
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki.S orin1 +XWiki.Sergiu - Content
-
... ... @@ -10,18 +10,20 @@ 10 10 11 11 It's now possible to [[check the statuses of all external links found in your wiki>>extensions:Extension.Link Checker Application]]. 12 12 13 -[[image:externallinks.png|| style="border: 1pxsolid black"]]13 +[[image:externallinks.png||class="screenshot"]] 14 14 15 15 == FAQ Application == 16 16 17 17 A [[new FAQ application>>extensions:Extension.FAQ Application]] is now made available (but not bundled by default in XWiki Enterprise): 18 18 19 -[[image:extensions:Extension.FAQ Application@faq.png|| style="border: 1pxsolid black"]]19 +[[image:extensions:Extension.FAQ Application@faq.png||class="screenshot"]] 20 20 21 -== <featureN>==21 +== Better support for exporting CJK documents as PDF == 22 22 23 - <featureNdescription>23 +CJK characters, shorthand for Chinese, Japanese and Korean, need special fonts not provided in the standard 14 fonts required by the PDF specification, nor in the FreeFonts distributed and enabled by default with XWiki. Starting with this version we also distribute three new free fonts, along with the configuration needed to enable them for their target languages. 24 24 25 +[[image:cjk.png||class="screenshot"]] 26 + 25 25 = For Developers = 26 26 27 27 == JSR330 Provider Support == ... ... @@ -33,15 +33,18 @@ 33 33 * You wish to lazily get a component instance (instead of it getting injected when your Component is looked up the first time) 34 34 * You wish to control how you return the instance you're providing for. For example you may wish to read the Component Hint from a configuration file and return the instance of the Component matching that Hint dynamically 35 35 36 -== Deprecated and Retired projects == 37 - 38 -<description of deprecated and retired projects> 39 - 40 40 == Upgrades == 41 41 42 42 The following dependencies have been upgraded: 43 43 44 -* <list libraries that have been upgraded> 42 +* commons-lang 3.1 43 +* Groovy 1.8.4 44 +* LogBack 1.0 45 +* Selenium 2.13.0 46 +* SLF4J 1.6.4 47 +* Maven AntRun Plugin 1.7 48 +* Maven Shade Plugin 1.5 49 +* Maven Checkstyle Plugin 2.8 45 45 46 46 == Miscellaneous == 47 47