forked from pool/libvc
* Avoid implicit declaration of functions OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libvc?expand=0&rev=14
53 lines
1.9 KiB
Plaintext
53 lines
1.9 KiB
Plaintext
-------------------------------------------------------------------
|
|
Tue Oct 4 12:25:55 UTC 2022 - Michael Vetter <mvetter@suse.com>
|
|
|
|
- Update to 012:
|
|
* Avoid implicit declaration of functions
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Dec 13 16:04:08 UTC 2021 - Michael Vetter <mvetter@suse.com>
|
|
|
|
- Update to 011:
|
|
* Improved parsing of large vCard files
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Dec 2 11:54:46 UTC 2021 - Michael Vetter <mvetter@suse.com>
|
|
|
|
- Update to 010:
|
|
* Remove the calls to exit() in the shared library
|
|
* Extend API with called vc_get_error_message, that can be used
|
|
to retrieve the message of the last error encountered.
|
|
* The functions parse_vcard_file, vc_new, and vc_param_new return
|
|
NULL upon error. It is the responsibility of the calling code
|
|
to check the error message.
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Feb 5 09:07:00 UTC 2021 - Michael Vetter <mvetter@suse.com>
|
|
|
|
- Update to 009:
|
|
* This version fixes minor warnings from libtoolize
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Feb 1 09:10:59 UTC 2021 - Michael Vetter <mvetter@suse.com>
|
|
|
|
- Update to 008:
|
|
* Properly parse multi-line values in MSDOS files, with line
|
|
ending CRLF
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Jul 15 06:17:00 UTC 2020 - Michael Vetter <mvetter@suse.com>
|
|
|
|
- Update to 007:
|
|
* This releases uses mktemp instead of the deprecated tempfile
|
|
command in the unit tests.
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Jun 17 15:37:26 UTC 2020 - Jan Engelhardt <jengelh@inai.de>
|
|
|
|
- Do not waste time building static libs if they are removed anyway.
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Jun 15 10:51:52 UTC 2020 - Michael Vetter <mvetter@suse.com>
|
|
|
|
- Initial package libvc 006 for openSUSE
|