X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=CHANGES;h=5cc1d83d02e2a611ae3d7961876d1020f108aaa8;hb=78eadf6777550556a68b26cbb0c09d536e1ff801;hp=74ab3b7c8063b0f96e63d94e7dfdf841acaab4d6;hpb=0ac0fb452f47bf32beb4965bf7569034c415be93;p=ric-plt%2Fxapp-frame-cpp.git diff --git a/CHANGES b/CHANGES index 74ab3b7..5cc1d83 100644 --- a/CHANGES +++ b/CHANGES @@ -1,11 +1,62 @@ # This file contains a brief summary of each version bump. +# Its contents are parsed by a document builder and the rel-notes.rst +# file for the RTD site is generated. Changes must start with a date +# and version string. Blank are used to separate items when a version +# has several changes. Multiple blank lines between versions are +# squished to one. + +release = E +2021 03 December; version 2.3.5 + Taking in new RMR version 4.8.0. Also one bug fix added. + +release = Dawn +2021 23 June; version 2.3.4 + Taking in new RMR version 4.7.4 that contains many bug fixes + +release = Cherry +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. + + Add xapp namespace for Message, Msg_component, Alarm and Jhah + objects. This is a BREAKING change and thus the major version + number was bumped to 2. + +2020 June 29; version 1.2.0 + Add support for json parsing 2020 June 26; version 1.1.0 Change the port type in constructors to indicate "const" - Version bump to 1.1.0 to allow patches to bronze code to + Version bump to 1.1.0 to allow patches to bronze code to continue to be done on the 1.0.* level. + +release= Bronze 2020 April 28; version 1.0.0 Bump version to force package build (old CI version added incorrect install prefix). Bump to 1.0.0 for release.