Fridrich Strba 2024-10-12 16:19:01 +00:00 committed by Git OBS Bridge
parent 753cf62a59
commit 114fefd090

View File

@ -1,3 +1,17 @@
-------------------------------------------------------------------
Sat Oct 12 16:14:58 UTC 2024 - Fridrich Strba <fstrba@suse.com>
- Update to 2.8
* Minor changes to support FOP 2.10 release
* Changes:
+ XGC-133: Fix test for Java 11
+ FOP-3127: Allow XMP at PDF page level
+ FOP-3135: Allow source resolution configuration
+ FOP-3144: Add new schema to handle pdf/a and pdfa/ua
+ XGC-127: Set an automatic module name
+ XGC-139: Switch to spotbugs
+ XGC-141: Do not use a singleton for ImageImplRegistry
-------------------------------------------------------------------
Tue Feb 20 14:31:28 UTC 2024 - Fridrich Strba <fstrba@suse.com>
@ -8,6 +22,16 @@ Wed Dec 28 12:37:08 UTC 2022 - Dirk Müller <dmueller@suse.com>
- update to 2.8:
* Minor changes to support FOP 2.8 release
* Changes:
+ XGC-128: Remove image transparency for PS
+ FOP-3038: Allow sections which need security permissions
to be run when AllPermission denied in caller code
+ FOP-3032: Embed pdf into afp using unique type
+ FOP-3051: Upgrade to Commons IO 2.11
+ FOP-3055: Use a event for a draw image error
+ FOP-3091: Add transparency color support for PS
+ XGC-130: Allow subproperties in XMP
+ XGC-132: Fallback to raw png if ImageIO cannot read image
-------------------------------------------------------------------
Fri Mar 18 17:52:48 UTC 2022 - Fridrich Strba <fstrba@suse.com>
@ -154,7 +178,7 @@ Wed Oct 24 10:13:01 UTC 2012 - mvyskocil@suse.com
Mon Jun 18 13:46:01 UTC 2012 - mvyskocil@suse.cz
- fix jdk7 build (Fedora patch)
t
-------------------------------------------------------------------
Wed Nov 3 13:47:59 UTC 2010 - mvyskocil@suse.cz