aboutsummaryrefslogtreecommitdiffstats
path: root/status.xml
diff options
context:
space:
mode:
authorAndreas L. Delmelle <adelmelle@apache.org>2010-11-25 21:27:44 +0000
committerAndreas L. Delmelle <adelmelle@apache.org>2010-11-25 21:27:44 +0000
commit3231a8001e858244acec7fe09776b8ffb027e11d (patch)
tree30ff1d6cb6ded66b318146c589a7f35653747eb7 /status.xml
parent6e4daecd793dd47b3c7c2e36b2a55549e19ede65 (diff)
downloadxmlgraphics-fop-3231a8001e858244acec7fe09776b8ffb027e11d.tar.gz
xmlgraphics-fop-3231a8001e858244acec7fe09776b8ffb027e11d.zip
Bugzilla 38264: hyphenation in combination with preserved linefeeds and/or white-space
no longer causes duplication of content and missing hyphens git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1039188 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'status.xml')
-rw-r--r--status.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/status.xml b/status.xml
index 69aff4921..d933ef686 100644
--- a/status.xml
+++ b/status.xml
@@ -58,6 +58,9 @@
documents. Example: the fix of marks layering will be such a case when it's done.
-->
<release version="FOP Trunk" date="TBD">
+ <action context="Layout" dev="AD" type="fix" fixes-bug="38264">
+ Fixed behavior when combining hyphenation with preserved linefeeds or whitespace.
+ </action>
<action context="Code" dev="VH" type="fix" fixes-bug="49695" due-to="Joshua Marquart">
Replaced magic numbers with constants from UnitConv and GraphicsConstants.
</action>