X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=CHANGES_CORE.txt;h=80f7e6127ad7e30857d5b78eb99769dff382e301;hb=0b4dcf0947ba33b2a5d4e870f210c2bc93330c1d;hp=a8b20b75766e3e1fd90eb9cb0819c3acc9d302da;hpb=d961525e9eb23e3dee4a16960a1772782c3b8b36;p=ric-plt%2Flib%2Frmr.git diff --git a/CHANGES_CORE.txt b/CHANGES_CORE.txt index a8b20b7..80f7e61 100644 --- a/CHANGES_CORE.txt +++ b/CHANGES_CORE.txt @@ -5,6 +5,28 @@ # API and build change and fix summaries. Doc correctsions # and/or changes are not mentioned here; see the commit messages. +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). + +2020 April 6; version 3.6.6 + Correct bug in SI95 address conversion module (RIC-327) + Correct bug in SI initialisation module + 2020 April 2; version 3.6.5 Correct potential nil pointer use when examining interfaces for use as a listen target (RIC-307)