What's fixed

Fixed in the OmniMark 13.0 libraries

  • The Windows omvfs build has been updated to use the newer curl 8.19.0 package, improving compatibility with current Windows build environments.
  • The omldap library has been updated on newer platform builds to link against the host LDAP libraries using -lldap -llber, replacing the legacy OpenLDAP dependency setup.
  • The omxmlschema library now ignores leading and trailing whitespace in schema attributes of built-in types like xs:NCName, xs:URI, etc.
  • The omoasiscatalogs library now correctly handles file URIs with encoded space (i.e. %20) and other special characters.
  • The omvfs library has been updated to use the system libcurl-based HTTPS stack on Linux, replacing the legacy HTTPS dependency setup.
  • The use of FTPConnectionRemoteInputFile could result in a segfault on some Linux configurations.
  • The handling of files with Unicode characters in their name has been improved on Windows.
  • When parsing XML with DTD, in case the XML input contained CRLF sequences, the reported line numbers of markup errors were sometimes off on Linux.