X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=docs%2Frel-notes.rst;h=04814bd9110e1b9c1baf8a365980305eb35bbbc5;hb=refs%2Ftags%2F4.0.5;hp=5c1b47c941ca2556c8c610c5ace9ab0815dfcf64;hpb=503fe41e88b66ff8986c991bfbd075331b0bd166;p=ric-plt%2Flib%2Frmr.git diff --git a/docs/rel-notes.rst b/docs/rel-notes.rst index 5c1b47c..04814bd 100644 --- a/docs/rel-notes.rst +++ b/docs/rel-notes.rst @@ -1,5 +1,3 @@ - - .. This work is licensed under a Creative Commons Attribution 4.0 International License. .. SPDX-License-Identifier: CC-BY-4.0 .. CAUTION: this document is generated from source in doc/src/rtd. @@ -7,7 +5,6 @@ .. Do NOT make changes directly to .rst or .md files. - RMR Release Notes ============================================================================================ @@ -30,6 +27,92 @@ Core RMR Changes -------------------------------------------------------------------------------------------- +2020 May 06; version 4.0.5 +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +Fix the bug in SI95 receive message management semaphore +count issue. (RIC-355) + + +2020 April 29; version 4.0.4 +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +Fix the traffic steering message type constants (again) +(RIC-342) + + +2020 April 28; version 4.0.3 +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +Fix sonar flagged bugs (RIC-78) + + +2020 April 24; version 4.0.2 +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +Correct bug in SI95 transport header length validation +(RIC-341) + + +2020 April 22; version 4.0.1 +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +Correct message type constant for Traffic Steering +predication (RIC-342) + + +2020 April 21; version 4.0.0 +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +The NNG based libraries are no longer included in the RMR +packages. This is considered a breaking change as NNG will +not be supported by default. It is still possible to build +with RMR-NNG libraries, but that is the exception. The API +between 3.8.2 and 4.0.0 is the SAME. Upgrading to 4.0.0 only +means that the underlying transport mechanism is limited only +to SI95. + +The rmr_rcv_specific() function has been deprecated as it was +necessary only for NNG and Nanomsg support. Its use should be +discontinued. + + +2020 April 20; version 3.8.2 +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +Fix bug which was preventing an instance receiving dynamic +route table updates. (RIC-336) + + +2020 April 20; version 3.8.1 +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +Add user guide which replaces the concatenation of man pages +(RIC-328) + + +2020 April 17; version 3.8.0 +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +Add safe connect to avoid potential connect bug on Linux +(RIC-332) + +Change debugging in route table collector to avoid possible +segment fault when in level 2 debug (RIC-335) + + +2020 April 15; version 3.7.4 +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +Add missing message type to header file (RIC-334) + + +2020 April 14; version 3.7.3 +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +Fix bug in rmr_call() when using SI95 (RIC-333) + + 2020 April 10; version 3.7.2 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~