Skip to content

Releases: libvc/libvc

Release v012

04 Oct 13:10
Compare
Choose a tag to compare

Avoid implicit declaration of functions

Release v011

13 Dec 15:14
Compare
Choose a tag to compare

Improved parsing of large vCard files

Release v010

01 Dec 16:46
Compare
Choose a tag to compare

This release removes the calls to exit() in the shared library. The API has been extended with a new function, 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.

Release v009

05 Feb 10:13
Compare
Choose a tag to compare
  • Cope with libtoolize warnings regarding the m4 directory
  • src/vc_parse.y: Drop non yacc-compatible %defines directive

v008

30 Jan 16:54
Compare
Choose a tag to compare

Properly parse multi-line values in MSDOS files, with line ending CRLF. Thanks to Adrian Edwards (@MoralCode) for the patch.

v007

14 Jul 18:34
Compare
Choose a tag to compare

This releases uses mktemp instead of the deprecated tempfile command in the unit tests.

v006

13 Jul 17:58
Compare
Choose a tag to compare

This release introduces a simple suite of unit tests and fixes a small problem in manual page vc.3.

v005

19 Feb 09:56
Compare
Choose a tag to compare

Minor bug fixing release

v004

18 Feb 21:58
Compare
Choose a tag to compare
NEWS: Add items for next release