libdatovka/libdatovka.changes
Jiri Slaby d6dc3fbd96 Accepting request 914948 from home:jirislaby:branches:network
- 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
2021-09-02 13:22:25 +00:00

30 lines
1.3 KiB
Plaintext

-------------------------------------------------------------------
Mon Aug 30 06:37:40 UTC 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 09:17:45 UTC 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 10:29:18 UTC 2021 - Jiri Slaby <jslaby@suse.cz>
- move .lang to the main rpm (to avoid conflicts of w/ multiple libs)
-------------------------------------------------------------------
Mon Mar 1 09:43:33 UTC 2021 - Jiri Slaby <jslaby@suse.cz>
- initial version (0.1.1)