X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=CHANGES;h=3e1ae6d13df7a34a414d0b7209b9bbeabc74227f;hb=8761b5d1ab23c663814b8f83191e4a32a20e1429;hp=955d4fdea77f5ab3188ed34b57e9b45645633e97;hpb=b0ba22eb7deafbe43f7dac0e9d6abd8d4484c3bf;p=ric-plt%2Flib%2Frmr.git diff --git a/CHANGES b/CHANGES index 955d4fd..3e1ae6d 100644 --- a/CHANGES +++ b/CHANGES @@ -2,6 +2,16 @@ API and build change and fixe summaries. Doc correctsions and/or changes are not mentioned here; see the commit messages. +2019 August 8; version 1.1.0 (API change) + This change should be backward compatable/non-breaking + A new field has been added to the message buffer (rmr_mbuf_t). + This field (tp_state) is used to communicate the errno value + that the transport mechanism might set during send and/or + receive operations. C programmes should continue to use + errno directly, but in some environments wrappers may not be + able to access errno and this provides the value to them. + See the rmr_alloc_msg manual page for more details. + 2019 August 6; version 1.0.45 (build changes) Support for the Nanomsg transport library has been dropped. The library librmr.* will no longer be included in packages.