Download: https://github.com/intel/tinycbor/releases/tag/v0.4.2
TinyCBOR release 0.4.2 This is a bugfix release. Important bugs fixed in this release: - Fixed builds against a static cJSON - Fixed MSVC builds - Fixed builds on freestanding C implementation (no FILE* API) - Fixed the return value of cbor_encoder_close_container when a previous OOM condition had been detected - Fixed the build in strict C89 mode (no C99 extensions) This will be the last 0.4 release. We will soon release 0.5 beta, containing support for some COSE constants as well as a new CBOR stream validation API. For 0.6, the plan is to support using fragmented buffers, as is found inside operating system kernels and constrained OSes. Please note that reading the members of the CborEncoder structure is deprecated and the member names WILL change in a future version. If your code depends on it, please migrate to the getters like cbor_encoder_get_extra_bytes_needed(). -- Thiago Macieira - thiago.macieira (AT) intel.com Software Architect - Intel Open Source Technology Center _______________________________________________ iotivity-dev mailing list [email protected] https://lists.iotivity.org/mailman/listinfo/iotivity-dev
