X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=CHANGES;h=f74e182bb8e09087150db142148e1224ca453364;hb=refs%2Fchanges%2F78%2F878%2F2;hp=d2a3f1d82393d3a48e6e73f671bf7ab806ecc885;hpb=2596b2305f214efbd7aba832fa009217ab854770;p=ric-plt%2Flib%2Frmr.git diff --git a/CHANGES b/CHANGES index d2a3f1d..f74e182 100644 --- a/CHANGES +++ b/CHANGES @@ -2,6 +2,18 @@ API and build change and fixe summaries. Doc correctsions and/or changes are not mentioned here; see the commit messages. +2019 September 3; version 1.6.0 + Fix bug in the rmr_rts_msg() function. If a return to sender message + failed, the source IP address was not correctly adjusted and could + cause the message to be "reflected" back to the sender on a retry. + + Added the ability to set the source "ID" via an environment var + (RMR_SRC_ID). When present in the environment, the string will + be placed in to the message header as the source and thus be used + by an application calling rmr_rts_smg() to return a response to + the sender. If this environment variable is not present, the host + name (original behaviour) is used. + 2019 August 26; version 1.4.0 New message types were added.