forked from pool/libcbor
- version update to 0.11.0 * Updated documentation to refer to RFC 8949 * Improvements to cbor_describe Bytestring data will now be printed as well by akallabeth Formatting consistency and clarity improvements * Fix cbor_string_set_handle not setting the codepoint count * BREAKING: cbor_load will no longer fail on input strings that are well-formed but not valid UTF-8 If you were relying on the validation, please check the result using cbor_string_codepoint_count instead * BREAKING: All decoders like cbor_load and cbor_stream_decode will accept all well-formed tag values (bug discovered by dskern-github) Previously, decoding of certain values would fail with CBOR_ERR_MALFORMATED or CBOR_DECODER_ERROR This also makes decoding symmetrical with serialization, which already accepts all values OBS-URL: https://build.opensuse.org/request/show/1164152 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libcbor?expand=0&rev=24
Description
No description provided
Languages
Roff
100%