* Using XML_PARSE_NODICT in xmlReadMemory() because of old
libxml2 versions which may cause segmentation faults.
* Fixed VoDZ service locator assignment for MEP and TOTP (SMS)
authentication methods.
* Fixed parsing of large (mainly VoDZ) ZFO files with recent
libxml2 versions.
* Using xmlReadMemory() with XML_PARSE_HUGE option set.
OBS-URL: https://build.opensuse.org/package/show/network/libdatovka?expand=0&rev=18
- update to 0.3.0
* Added idLevel member into struct isds_envelope.
* Added function isds_GetMessageAuthor2() which implements the
GetMessageAuthor2 ISDS operation and corresponding data structures.
* Modified the interface of function isds_set_opt() because of an ambiguity or
undefined behaviour in variable argument handling in C.
* Function isds_check_func_timegm() also checks time conversion using
struct tm containing negative hour values.
* Added support for the new PFO_REQ data-box type
introduced in the version 2.36 of the XSD and WSDL definitions.
* Disabled fatal warnings by default.
OBS-URL: https://build.opensuse.org/request/show/1069080
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libdatovka?expand=0&rev=5
- update to 0.2.0
* Added function isds_PDZSendInfo() which supports the PDZSendInfo ISDS
operation.
* Using struct isds_timeval instead of struct timeval in the library interface.
The new structure always uses 64-bit integers for seconds.
* Added functions to provide own time conversion functions for example in
situations in which the target system suffers from the year 2038 problem.
* Fixed memory leak inside isds_get_received_envelope().
* Fixed memory leaks in code located in client/ and test/offline/ directories.
OBS-URL: https://build.opensuse.org/request/show/914948
OBS-URL: https://build.opensuse.org/package/show/network/libdatovka?expand=0&rev=6