Changeset 1674
- Timestamp:
- 10/03/11 12:59:32 (8 months ago)
- File:
-
- 1 edited
-
trunk/docx4j/README.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/docx4j/README.txt
r1617 r1674 88 88 RELEASE NOTES 89 89 ============================================================================== 90 91 Version 2.7.1 92 ============= 93 94 r1601- 95 96 Release date 97 ------------ 98 99 TBD October 2011 100 101 Contributors to this release 102 ---------------------------- 103 104 Albert Aymerich 105 alberto 106 Antoine 107 Jason Harrop 108 109 Notable Changes in Version 2.7.1 110 --------------------------------- 111 112 Preparation for including docx4j in Maven Central 113 114 [1605-1610] mc:AlternateContent preprocessor, allowing graceful degradation of Word 2010 specific content 115 116 [1604] docx4j.properties, supports configuration of default page size, margins, orientation; also ability to set some of the doc props metadata (Application & AppVersion; dc.creator & dc.lastModifiedBy). 117 118 [1631, 1637] HtmlExporterNG2,(Pdf)Conversion, SvgExporter: storing any images is delegated to a 119 ConversionImageHandler that may be passed as a conversion parameter. Default implementation: DefaultConversionImageHandler 120 121 VFS stuff moved to docx4j-extras 122 123 124 OpenDoPE changes 125 ---------------- 126 127 [1639] Change static OpenDoPEHandler design to instance-based design, with objective of making it thread-safe. 128 129 [1645] When binding, create hyperlinks out of text containing http:// 130 131 [1653] Handle unwrapping correctly in ShallowTraversor, so JAXBElements stay wrapped, and we don't risk a marshalling exception for any which don't have an @XmlRootElement annotation. 132 133 [1658] Word can only resolve an XPath binding which results in an element (as opposed to a boolean, integer, string or node-set). OpenDoPE processing can handle these other results types (some of them anyway). 134 Up until now, that processing was done in OpenDoPEHandler. Now it is done in BindingHandler and bind.xslt, for consistency with how normal Word XPath bindings are handled by docx4j. 135 136 [1662] Bind picture correctly where parent is another content control. 137 138 Other Changes (non-exhaustive) 139 ------------------------------ 140 141 [1613] Header and footer parts use XPath binder 142 143 144 90 145 91 146 Version 2.7.0
Note: See TracChangeset
for help on using the changeset viewer.
