From: Glenn Adams Date: Thu, 5 Jul 2012 21:51:19 +0000 (+0000) Subject: Manually synchronize with prior 1.1rc1 tag, modulo $Id$ expansion differences. X-Git-Tag: fop-1_1rc1^2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=02f3df2209304f2c4424fd2f5250e3c630021ec5;p=xmlgraphics-fop.git Manually synchronize with prior 1.1rc1 tag, modulo $Id$ expansion differences. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/fop-1_1@1357955 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/README b/README index f2adc887e..0fc91455d 100644 --- a/README +++ b/README @@ -116,11 +116,16 @@ http://xmlgraphics.apache.org/fop/1.1/knownissues_overview.html. Major Changes in Version 1.1rc1 ------------------------------- -* Added support for complex scripts (e.g. Arabic, Indic, etc). -* Added possibility to embed TrueType fonts in the PostScript output. -* Added possibility to reduce the file size of accessible PDF outputs by using - Object Streams (a PDF 1.5 feature). -* Added support for 128bit PDF encryption. +* Adds support for complex scripts, in particular those that require + either bidirectional processing or advanced typographic tables in + fonts (e.g., the GSUB and GPOS tables of OpenType). +* Adds support for fo:bidi-override and (relatively) full support + for writing-mode='rl-tb' (or equivalent). +* Adds support for Unicode BIDI Control characters: U+200E LEFT-TO-RIGHT + MARK (LRM), U+200F RIGHT-TO-LEFT MARK (RLM), U+202A LEFT-TO-RIGHT EMBEDDING + (LRE), U+202B RIGHT-TO-LEFT EMBEDDING (RLE), U+202D LEFT-TO-RIGHT OVERRIDE + (LRO), U+202E RIGHT-TO-LEFT OVERRIDE (RLO), and U+202C POP DIRECTIONAL + FORMATTING (PDF). A more detailed list of changes in this release is available at http://xmlgraphics.apache.org/fop/1.1rc1/changes_1.1rc1.html. diff --git a/lib/xmlgraphics-commons-1.5rc1.jar b/lib/xmlgraphics-commons-1.5rc1.jar new file mode 100644 index 000000000..03cf5b3d6 Binary files /dev/null and b/lib/xmlgraphics-commons-1.5rc1.jar differ diff --git a/lib/xmlgraphics-commons-1.5svn.jar b/lib/xmlgraphics-commons-1.5svn.jar deleted file mode 100644 index be61b0b6e..000000000 Binary files a/lib/xmlgraphics-commons-1.5svn.jar and /dev/null differ diff --git a/src/documentation/content/xdocs/faq.xml b/src/documentation/content/xdocs/faq.xml index 729acddbf..79a20e966 100644 --- a/src/documentation/content/xdocs/faq.xml +++ b/src/documentation/content/xdocs/faq.xml @@ -16,7 +16,7 @@ limitations under the License. --> - + diff --git a/status.xml b/status.xml index a50c358ca..e53dbc8eb 100644 --- a/status.xml +++ b/status.xml @@ -86,7 +86,7 @@ Fix newly introduced findbugs warnings. - + Support use of ImageLoaderRawPNG decoder in order to prevent re-encoding of PNG images (and unnecssary output file bloat). @@ -104,7 +104,7 @@ Add version attribute to AT and IF intermediate formats. Also eliminate redundant use of reversed attribute in AT format. - + Add extension to place code just before PostScript %PageTrailer.