doc: Mention new location of XML catalog as breaking change

This commit is contained in:
Nick Wellnhofer 2022-11-13 15:20:13 +01:00
parent a249372112
commit 0d1765fdb7

9
NEWS
View File

@ -34,6 +34,15 @@ already, add the following configuration options or bump soname yourself:
Several functions of the public API were deprecated. Most of them should be
completely unused and will generate a deprecation warning now.
The autoconf build now uses the sysconfdir variable for the location of
the default catalog file. The path changed from hardcoded /etc/xml/catalog
to ${sysconfdir}/xml/catalog. The sysconfdir variable defaults to
${prefix}/etc, prefix defaults to /usr/local, so without other options
the path becomes /usr/local/etc/xml/catalog. If you want the old behavior,
configure with
--sysconfdir=/etc
### Security
- [CVE-2022-2309] Reset nsNr in xmlCtxtReset