Add millisecond resolution to log timestamps
[ric-plt/lib/rmr.git] / CHANGES_CORE.txt
index e59da47..5be9139 100644 (file)
@@ -5,7 +5,19 @@
 # API and build change  and fix summaries. Doc corrections
 # and/or changes are not mentioned here; see the commit messages.
 
-2021 January21; Version 4.5.2
+2021 February 08; Version 4.6.0
+       Enhanced to use millisecond based timestamps when writing log messages.
+       (RIC-627)
+
+       Enhanced to eliminate the  reqirement that the file specified by the
+       RMR_VCTL_FILE environment variable exist when RMR is initialised. RMR
+       will correctly find this file if it is created after initialisation.
+       Further, if the environment variable is not given, the user may create
+       and populate /tmp/rmr.v at any time and the contents of this file will
+       be used as if it were supplied via the environment variable. This should
+       make debugging in existing containers easier.
+
+2021 January 21; Version 4.5.2
        Fixes the excessive TCP session bug when sending to a slow receiver
        and a related segment fault because of too many open file descriptors.
        (RIC-735)