SHA256
1
0
forked from pool/libdatovka
Dominique Leuenberger 2021-09-02 21:20:21 +00:00 committed by Git OBS Bridge
commit 552e3d8d6e
6 changed files with 19 additions and 6 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:da6496abc6a63482ac8163b564457db90547cef7a1e9d126738171daf05cdd31
size 672348

View File

@ -1 +0,0 @@
da6496abc6a63482ac8163b564457db90547cef7a1e9d126738171daf05cdd31

3
libdatovka-0.2.0.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2c8835e30a4dac61d91596a9bc45ea5a53ea478855396388f66819c1444c3611
size 677232

View File

@ -0,0 +1 @@
2c8835e30a4dac61d91596a9bc45ea5a53ea478855396388f66819c1444c3611

View File

@ -1,3 +1,16 @@
-------------------------------------------------------------------
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> Fri Apr 23 09:17:45 UTC 2021 - Jiri Slaby <jslaby@suse.cz>

View File

@ -16,9 +16,9 @@
# #
%define libname %{name}0 %define libname %{name}2
Name: libdatovka Name: libdatovka
Version: 0.1.2 Version: 0.2.0
Release: 0 Release: 0
Summary: Library for accessing the Czech Data Boxes Summary: Library for accessing the Czech Data Boxes
License: GPL-3.0-or-later License: GPL-3.0-or-later