Release commit: move 4.0.2 to release repo
[ric-plt/lib/rmr.git] / CHANGES_CORE.txt
index a8b20b7..6299123 100644 (file)
@@ -5,6 +5,58 @@
 # API and build change  and fix summaries. Doc correctsions
 # and/or changes are not mentioned here; see the commit messages.
 
+2020 April 24; version 4.0.2
+       Correct bug in SI95 transport header length validation (RIC-341)
+
+2020 April 22; version 4.0.1
+       Correct message type constant for Traffic Steering predication (RIC-342)
+
+2020 April 21; version 4.0.0
+       The NNG based libraries are no longer included in the RMR packages.
+       This is considered a breaking change as NNG will not be supported by
+       default.  It is still possible to build with RMR-NNG libraries, but
+       that is the exception.  The API between 3.8.2 and 4.0.0 is the SAME.
+       Upgrading to 4.0.0 only means that the underlying transport mechanism
+       is limited only to SI95.
+
+       The rmr_rcv_specific() function has been deprecated as it was necessary
+       only for NNG and Nanomsg support.  Its use should be discontinued.
+
+2020 April 20; version 3.8.2
+       Fix bug which was preventing an instance receiving dynamic route
+       table updates. (RIC-336)
+
+2020 April 20; version 3.8.1
+       Add user guide which replaces the concatenation of man pages (RIC-328)
+
+2020 April 17; version 3.8.0
+       Add safe connect to avoid potential connect bug on Linux (RIC-332)
+
+       Change debugging in route table collector to avoid possible
+       segment fault when in level 2 debug (RIC-335)
+
+2020 April 15; version 3.7.4
+       Add missing message type to header file (RIC-334)
+
+2020 April 14; version 3.7.3
+       Fix bug in rmr_call() when using SI95  (RIC-333)
+
+2020 April 10; version 3.7.2
+       Fix bug related to static route table only mode (RIC-331)
+
+2020 April 9; version 3.7.1
+       The max length restriction for receiving messages when using SI95 has
+       been removed.  The length supplied during initialisation is used as
+       the "normal maximum" and default buffer allocation size, but messages
+       arriving which are larger are accepted. (RIC-309)
+
+2020 April 7; version 3.7.0
+       The health check support programme was renamed to rmr_probe (RIC-308).
+
+2020 April 6; version 3.6.6
+       Correct bug in SI95 address conversion module (RIC-327)
+       Correct bug in SI initialisation module
+
 2020 April 2; version 3.6.5
        Correct potential nil pointer use when examining interfaces for
        use as a listen target (RIC-307)