E. Scott Daniels | 0b08d9d | 2020-03-27 10:18:37 -0400 | [diff] [blame] | 1 | # This file contains a brief summary of each version bump. |
E. Scott Daniels | 6ef23e1 | 2020-07-15 08:03:22 -0400 | [diff] [blame] | 2 | # Its contents are parsed by a document builder and the rel-notes.rst |
| 3 | # file for the RTD site is generated. Changes must start with a date |
| 4 | # and version string. Blank are used to separate items when a version |
| 5 | # has several changes. Multiple blank lines between versions are |
| 6 | # squished to one. |
| 7 | |
| 8 | release = Cherry |
E. Scott Daniels | 23d0e61 | 2020-09-17 15:46:48 -0400 | [diff] [blame^] | 9 | 2020 21 August; version 2.3.2 |
| 10 | Small cleanup of "code smells" and add additional test stats |
| 11 | to unit tests. |
| 12 | |
E. Scott Daniels | c7e5ea3 | 2020-08-21 07:30:28 -0400 | [diff] [blame] | 13 | 2020 21 August; version 2.3.1 |
| 14 | Fix bug in message introduced with "code smell" fix. (RIC-629) |
| 15 | |
E. Scott Daniels | c85ac8b | 2020-08-19 09:51:33 -0400 | [diff] [blame] | 16 | 2020 20 August; version 2.3.0 |
| 17 | Address sonar flagged "bugs" in the config class (RIC-629). |
| 18 | |
E. Scott Daniels | b0c88ed | 2020-08-13 15:12:35 -0400 | [diff] [blame] | 19 | 2020 13 August; version 2.2.2 |
| 20 | Correct potential memory leaks in xapp class (RIC-629) |
| 21 | |
E. Scott Daniels | 368cf5e | 2020-07-31 10:51:24 -0400 | [diff] [blame] | 22 | 2020 July 31; version 2.2.1 |
| 23 | Correct "bugs" according to sonar (RIC-629) |
| 24 | |
E. Scott Daniels | d486a17 | 2020-07-29 12:39:54 -0400 | [diff] [blame] | 25 | 2020 July 30; version 2.2.0 |
| 26 | Add support for configuration file reading and change notification. |
| 27 | |
E. Scott Daniels | ef36205 | 2020-07-22 15:49:54 -0400 | [diff] [blame] | 28 | 2020 July 22; version 2.1.0 |
| 29 | Added metrics support (RIC-381). |
| 30 | |
E. Scott Daniels | 6ef23e1 | 2020-07-15 08:03:22 -0400 | [diff] [blame] | 31 | 2020 July 17; version 2.0.0 |
| 32 | Add alarm support. |
| 33 | |
| 34 | Add xapp namespace for Message, Msg_component, Alarm and Jhah |
| 35 | objects. This is a BREAKING change and thus the major version |
| 36 | number was bumped to 2. |
E. Scott Daniels | 0b08d9d | 2020-03-27 10:18:37 -0400 | [diff] [blame] | 37 | |
E. Scott Daniels | 97204c8 | 2020-06-29 15:39:57 -0400 | [diff] [blame] | 38 | 2020 June 29; version 1.2.0 |
| 39 | Add support for json parsing |
| 40 | |
E. Scott Daniels | 0ac0fb4 | 2020-06-26 09:01:52 -0400 | [diff] [blame] | 41 | 2020 June 26; version 1.1.0 |
| 42 | Change the port type in constructors to indicate "const" |
| 43 | |
E. Scott Daniels | 97204c8 | 2020-06-29 15:39:57 -0400 | [diff] [blame] | 44 | Version bump to 1.1.0 to allow patches to bronze code to |
E. Scott Daniels | 0ac0fb4 | 2020-06-26 09:01:52 -0400 | [diff] [blame] | 45 | continue to be done on the 1.0.* level. |
| 46 | |
E. Scott Daniels | 6ef23e1 | 2020-07-15 08:03:22 -0400 | [diff] [blame] | 47 | |
| 48 | release= Bronze |
E. Scott Daniels | cbd893c | 2020-04-28 11:10:48 -0400 | [diff] [blame] | 49 | 2020 April 28; version 1.0.0 |
| 50 | Bump version to force package build (old CI version added |
| 51 | incorrect install prefix). Bump to 1.0.0 for release. |
| 52 | |
E. Scott Daniels | 0b08d9d | 2020-03-27 10:18:37 -0400 | [diff] [blame] | 53 | 2020 March 27; version 0.1.2 |
| 54 | Changes identified by sonar (missing copy/move builders) |
| 55 | rmr_dump example programme |
| 56 | Improvements to code for better test coverage |