Changelog for
xmlresolver-javadoc-4.6.4-lp154.1.50.noarch.rpm :
* Thu Jan 26 2023 Anton Shvetz
- Update to v4.6.4
* Changes of version 4.6.4: = Fixed #126 where an input document without a base URI (e.g., one with a null systemId) would cause an NPE = Fixed #127 where attempting to parse a RDDL document wasn\'t following redirects = Fussed with the CI process. There was no 4.6.1, 4.6.2, or 4.6.3 published release.
* The W3C now redirects http: URIs to https: URIs, so you can\'t load namepace documents unless you follow redirects.
* Fri Nov 25 2022 Anton Shvetz - Update to v4.6.0
* Changes of version 4.6.0: = I\'ve fixed the bug where a catalog.xml file on the classpath (if the classpath pointed to a directory, for example) would not be loaded. = It\'s now possible to set properties with either Java system properties or environment variables. (There are places where it\'s tricky to set system properties, and the C# version already supported environment variables, so it seemed reasonable).
* Changes of version 4.5.2: = Make CatalogResolver.{resource,uncachedResource} protected by AATTndw in #119 = Encode (but don\'t double-encode) catalog filenames by AATTndw in [#120] = Make sure that the catalog DTDs are resolved locally by AATTndw in #121
* Changes of version 4.5.1: = This release fixes #113, public identifier values in the catalog were not being normalized.
* Changes of version 4.5.0: = The only significant change in this release is that the cache is disabled by default.
* Mon Aug 01 2022 Anton Shvetz - Update to v4.4.3
* Thu May 05 2022 Anton Shvetz - Initial packaging with v4.3.0