diff options
author | Glenn Adams <gadams@apache.org> | 2012-04-13 06:28:25 +0000 |
---|---|---|
committer | Glenn Adams <gadams@apache.org> | 2012-04-13 06:28:25 +0000 |
commit | 67b05aa1dde10b581428a70ed951396bd4a37c6e (patch) | |
tree | e20160d9e125ec09722f4750f77ae30c92e0b0f5 /status.xml | |
parent | 586396e38c1c22d12d44e76cfdb36606f67a914f (diff) | |
download | xmlgraphics-fop-67b05aa1dde10b581428a70ed951396bd4a37c6e.tar.gz xmlgraphics-fop-67b05aa1dde10b581428a70ed951396bd4a37c6e.zip |
Bugzilla #50062: Invoke JVM in headless mode from FOP command scripts and JS shell to prevent stealing focus from GUI applications.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1325624 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'status.xml')
-rw-r--r-- | status.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/status.xml b/status.xml index c2885ef23..3d91908f2 100644 --- a/status.xml +++ b/status.xml @@ -62,6 +62,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="Code" dev="GA" type="fix" fixes-bug="50062"> + Invoke JVM in headless mode from FOP command scripts and JS shell to prevent stealing focus from GUI applications. + </action> <action context="Code" dev="GA" type="fix" fixes-bug="52114"> Take leading derived space before/after into account when computing rows for TXT renderer. </action> |