X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=CHANGES_CORE.txt;h=4c86356de97015c5151872410e0281b65116a3e4;hb=5a9d175bb17fcc71aa19fc23458e485830b97e0a;hp=1e00418b713af48adedb7beeb955572b3ebee42d;hpb=b021c0dbde7e13ad02c2ac0669e0530a40a9eb85;p=ric-plt%2Flib%2Frmr.git diff --git a/CHANGES_CORE.txt b/CHANGES_CORE.txt index 1e00418..4c86356 100644 --- a/CHANGES_CORE.txt +++ b/CHANGES_CORE.txt @@ -5,6 +5,30 @@ # API and build change and fix summaries. Doc correctsions # and/or changes are not mentioned here; see the commit messages. +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 + Fix bug related to static route table only mode (RIC-331) + +2020 April 9; version 3.7.1 + The max length restriction for receiving messages when using SI95 has + been removed. The length supplied during initialisation is used as + the "normal maximum" and default buffer allocation size, but messages + arriving which are larger are accepted. (RIC-309) + 2020 April 7; version 3.7.0 The health check support programme was renamed to rmr_probe (RIC-308).