Package Release Info

libdatovka-0.4.0-bp156.1.2

Update Info: Base Release
Available in Package Hub : 15 SP6

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

libdatovka
libdatovka-devel
libdatovka5

Change Logs

* Wed Sep 20 2023 Jiri Slaby <jslaby@suse.cz>
- update to 0.4.0
  * Added functions for new ISDS services
  * Added variants of function for services
  * Added new elements dmVODZ and attsNum into struct isds_envelope.
  * Added new element ext_files into struct isds_message.
  * Fixed compilation of simline/server_cli with musl libc.
  * Favouring xmlBufferDetach() over setting XML_BUFFER_ALLOC_IMMUTABLE.
* Fri Mar 03 2023 Jiri Slaby <jslaby@suse.cz>
- 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.
Version: 0.2.1-bp154.1.57
* Mon Nov 15 2021 Jiri Slaby <jslaby@suse.cz>
- update to 0.2.1
  * Added function isds_DTInfo() which implements the DTInfo ISDS operation
    and corresponding data structures.
* Mon Aug 30 2021 Jiri Slaby <jslaby@suse.cz>
- 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.
* Fri Apr 23 2021 Jiri Slaby <jslaby@suse.cz>
- update to 0.1.2
  * Added support for the new PFO_ZNALEC and PFO_TLUMOCNIK data-box types.
  * Fixed found typos in documentation and commentaries in sources.
* Fri Mar 19 2021 Jiri Slaby <jslaby@suse.cz>
- move .lang to the main rpm (to avoid conflicts of w/ multiple libs)
* Mon Mar 01 2021 Jiri Slaby <jslaby@suse.cz>
- initial version (0.1.1)