Versies vergeleken

Uitleg

  • Deze regel is toegevoegd.
  • Deze regel is verwijderd.
  • Opmaak is veranderd.
Opmerking: Update announcements to clear all but the past 30 days and announce the lates version release

...

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


2020 23 July2021 3 May

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

This is a patch release to fix a potential "use of pointer after free" bug in the SI95 connect function. (RIC-626)

2020 9 July

Version 4.1.3 pushed.

This fixes a bug to allow return to sender (RTS) messages to be sent prior to the arrival of a route table. Needed to support calls to the heartbeat callback function for xAPPs using the C++ and Python frameworks. (RIC-589)

2020 24 June

Version 4.1.2 pushed.  This is a change only to the RIC message types header file (corrects a problem in 4.1.1, which also change only the same header file).  Message type documentation is now generated from the header file and can be found on the  RTD site for RMR.

2020 17 June

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 testshas been pushed to the release area of the package cloud repository.  See the revision history on the RTD site for the changes.


Current Version

Cherry development begins with version 4.17.0 4 on the master branch; 4.17.4 is current in the package cloud staging repo.

Cherry Release:  Version 4.4.5 (November 2020)

Bronze Release :  version tag 4.0.5 (6 June 2020)  -- Code is currently frozen; only bug fixes and documentation updates are being applied.

...