X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=CHANGES;h=8c545668e2c509c555969d0528eb95f1f336af97;hb=0b6077fcd74759b097964d49ccb57e36bd86f9bb;hp=955d4fdea77f5ab3188ed34b57e9b45645633e97;hpb=b0ba22eb7deafbe43f7dac0e9d6abd8d4484c3bf;p=ric-plt%2Flib%2Frmr.git diff --git a/CHANGES b/CHANGES index 955d4fd..8c54566 100644 --- a/CHANGES +++ b/CHANGES @@ -2,6 +2,20 @@ API and build change and fixe summaries. Doc correctsions and/or changes are not mentioned here; see the commit messages. +2019 August 13; version 1.2.0 (API change, non-breaking) + The function rmr_get_xact() was added to proide a convenient + way to extract the transaction field from a message. + +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.