X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=docs%2Frel-notes.rst;h=450160604d3451a16a9b0f5d7a2a76a6f792f979;hb=bc5be41e8c8a1343027575cee7185c098473a5c0;hp=935e7992311d2950e207f0ff32e545c4a82d986e;hpb=6ef23e1d7f7f47ccab5be6ff1b68e5cfdda80ad2;p=ric-plt%2Fxapp-frame-cpp.git diff --git a/docs/rel-notes.rst b/docs/rel-notes.rst index 935e799..4501606 100644 --- a/docs/rel-notes.rst +++ b/docs/rel-notes.rst @@ -15,9 +15,59 @@ C++ Framework Release Notes The following is a list of release highlights for the C++ xAPP Framework. +Dawn Release +============ + +2021 23 June; version 2.3.4 +--------------------------- +Taking in new RMR version 4.7.4 that contains many bug fixes. + Cherry Release ============== +2020 11 December; version 2.3.3 +------------------------------- +Version bump to force CI jobs to promote the packages. + + +2020 21 August; version 2.3.2 +----------------------------- +Small cleanup of "code smells" and add additional test stats +to unit tests. + + +2020 21 August; version 2.3.1 +----------------------------- +Fix bug in message introduced with "code smell" fix. +(RIC-629) + + +2020 20 August; version 2.3.0 +----------------------------- +Address sonar flagged "bugs" in the config class (RIC-629). + + +2020 13 August; version 2.2.2 +----------------------------- +Correct potential memory leaks in xapp class (RIC-629) + + +2020 July 31; version 2.2.1 +--------------------------- +Correct "bugs" according to sonar (RIC-629) + + +2020 July 30; version 2.2.0 +--------------------------- +Add support for configuration file reading and change +notification. + + +2020 July 22; version 2.1.0 +--------------------------- +Added metrics support (RIC-381). + + 2020 July 17; version 2.0.0 --------------------------- Add alarm support.