SHA256
1
0
forked from pool/maven-doxia
Fridrich Strba 2023-09-23 17:53:49 +00:00 committed by Git OBS Bridge
parent cb844176fe
commit 02c73aa2c0

View File

@ -1,3 +1,33 @@
-------------------------------------------------------------------
Sat Sep 23 17:46:16 UTC 2023 - Fridrich Strba <fstrba@suse.com>
- Upgrade to upstream version 1.12.0
* Changes
+ DOXIA-409: Upgrade to FOP 2.2
+ DOXIA-497: Fix rendering links and paragraphs inside tables
+ DOXIA-584: Rewrite .md and .markdown links to .html
+ DOXIA-576 Upgrade HttpComponents: httpclient to 4.5.8 and
httpcore to 4.4.11
+ DOXIA-570: Escape links to xml based figureGraphics image
elements
+ SECURITY: Use HTTPS to resolve dependencies in Maven Build
+ MNGSITE-393: remove old Maven 1 and 2 info
+ DOXIA-612: update commons-lang to 3.8.1
+ DOXIA-610: Drop dependency to outdated Log4j
+ Fix Java 7 compatibility that was broken with DOXIA-616
+ DOXIA-618: import tests from maven-site-plugin
+ DOXIA-609: Fixed crosslinks starting with a dot in markdown
files
+ replace deprecated class from commons-lang
+ fill in some generic types
- Removed patch:
* 0001-Fix-itext-dependency.patch
+ no need to patch a module that we disable
- Added patch:
* 0002-Commons-configuration2.patch
+ port to commons-configuration2 in order to remove dependency
on old commons-lang
-------------------------------------------------------------------
Fri May 13 09:03:45 UTC 2022 - Fridrich Strba <fstrba@suse.com>
@ -32,7 +62,7 @@ Wed Mar 11 11:37:57 UTC 2020 - Fridrich Strba <fstrba@suse.com>
* 0002-Update-to-Plexus-Container-1.5.5.patch
* 0003-Disable-tests-which-rely-on-ordering-in-set.patch
* 0004-Port-to-fop-2.0.patch
- Not needed in this build any more
+ - Not needed in this build any more
-------------------------------------------------------------------
Tue Oct 1 12:18:33 UTC 2019 - Fridrich Strba <fstrba@suse.com>