From: Klas Lindfors Date: Thu, 27 Sep 2012 11:27:05 +0000 (+0200) Subject: fix NEWS about ndef_construct return values X-Git-Tag: v1.8.0~1 X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=88b00f7508f23f889a188d62a8b77d62ef4d7532;p=yubikey-personalization fix NEWS about ndef_construct return values --- diff --git a/NEWS b/NEWS index 9ea9a74..320aa68 100644 --- a/NEWS +++ b/NEWS @@ -14,7 +14,8 @@ with a key. ykp_ndef_alloc(), ykp_ndef_free() and ykp_set_ndef_access_code() also providing compatible name YK_NDEF in ykcore.h and exporting yk_write_ndef() there. -fix return values from ndef_construct functions +Change return values from ndef_construct_*() functions to make them +consistent with the rest of the library. ** Fixed a crash bug when the library was called from different threads.