From 227af040b0651c4bab1298f04cf1943617f0e8de Mon Sep 17 00:00:00 2001
From: Andrew Johnson The camonitor program now supports the ability to display both
+server- and client-side timestamps, simultaneously if requested. The old
+command-line options -r -i and -I that controlled the
+timestamp display have been replaced with a new -t option that takes
+additional argument letters to control which timestamp sources and output format
+should be used. See the Command Line Tools section of the Channel Access reference manual or
+run camonitor -h for a summary of the options. A new device support has been added that allows a stringout record to output
one-line messages to stdout, stderr or the errlog subsystem. Use DTYP="stdio"
and set the OUT field to one of "@stdout", "@stderr" or "@errlog" to control the
message destination. A newline is appended to the contents of the record's VAL
-field before printing.Changes between 3.14.9 and 3.14.10
+camonitor timestamp support
+
+New "stdio" stringout device support