diff options
author | Jeremias Maerki <jeremias@apache.org> | 2006-07-11 11:42:27 +0000 |
---|---|---|
committer | Jeremias Maerki <jeremias@apache.org> | 2006-07-11 11:42:27 +0000 |
commit | e94e9648f35a8e32fd074abc4697ce6309750e8d (patch) | |
tree | 3577289e0dcf6a648042bb03d64a9fe1bb513eba /status.xml | |
parent | 8cef4a0766bf1ae378043264df7dbcde71829329 (diff) | |
download | xmlgraphics-fop-e94e9648f35a8e32fd074abc4697ce6309750e8d.tar.gz xmlgraphics-fop-e94e9648f35a8e32fd074abc4697ce6309750e8d.zip |
Bugfix: Potential multi-threading issue (ConcurrentModificationException) eliminated for ElementMapping classes.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@420805 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'status.xml')
-rw-r--r-- | status.xml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/status.xml b/status.xml index 562f9b0cb..00d1d5470 100644 --- a/status.xml +++ b/status.xml @@ -27,6 +27,17 @@ <changes> <release version="FOP Trunk"> + <action context="Code" dev="JM" type="fix"> + Bugfix: Potential multi-threading issue (ConcurrentModificationException) + eliminated for ElementMapping classes. + </action> + <action context="Code" dev="JM" type="fix"> + No more System.exit() and look & feel setting calls inside the reusable + parts of the AWT viewer. + </action> + <action context="Code" dev="JM" type="fix"> + Proper escaping of characters in list-items labels for RTF output. + </action> <action context="Code" dev="MM" type="fix"> Bugfix: FOUserAgent specific configuration parameters specified in config file were not set when FOP was invoked from command line. |