Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: updated for 4.4.0 push

...

The following are announcements related to RMR during the past 30 days; newest announcements first.


2020 5 November

Version 4.4.0 pushed.  This fixes a race condition in the route table collection thread that RMR runs.  It is excited when route table updates arrive very quickly.  This version is currently in staging pending verification by the reporter that the problem has been solved. When it moves to production it is highly recommended that all xAPPs shift to this version.


2020 23 July

Version 4.1.4 pushed (the change log has a typo claiming it to be 4.2.4)

...

Bronze branch now exists. The official tag for the release is 4.0.5 and any patches which need to be applied backwards will be done as 4.0.x versions.  Development moves forward with 4.1.x

2020 May 6

Version 4.05 pushed.  The change addresses a potential semaphore count issue in the receive dequeue mechanism. It will only to affect  programmes which use the rmr_torcv_msg() call where calls are made with a mixture of zero timeout (non-blocking) and non-zero timeouts (blocking); an application making all of one kind or the other will not be affected.  The symptoms of the issue are that it becomes possible for the rmr_torcv_msg() fuction to return a "timeout" state before waiting for the timeout period to pass.

2020 April 29

Version 4.0.3 was pushed.  This change addressed some minor bug complaints highlighted by Sonar.  The only potentially serious bug (possible nil pointer use) was in code which parses RMR header version 1 (prior to the introduction of the tracing field), so risk of encountering this is very low.  

Version 4.04 was pushed. This corrected some Traffic Steering message constants in the header files.

2020 April 27

Version 4.0.2 was pushed.  This fixes a bug in the SI95 transport header interpretation that causes errors when communicating with xAPPs which were linked against RMR 3.6.* and earlier.    It is highly recommended that all xAPPs link against 4.0.2 as soon as possible .

2020 April 22

Version 4.0.0 was pushed.  There are NOT any changes to the API; this change removes the RMR NNG libraries (librmr_nng.*) from the packages, and adds some unit tests.


Current Version

Cherry development begins with version 4.14.0 on the master branch; 4.14.4 is 0 current in the package cloud staging repo.

...