diff --git a/RELEASE_NOTES.html b/RELEASE_NOTES.html index aece4d571..fa53f2c38 100644 --- a/RELEASE_NOTES.html +++ b/RELEASE_NOTES.html @@ -1397,3 +1397,14 @@ INITHOOKafterCaLinkInit1 is replaced by INITHOOKafterCaLinkInit
INITHOOKafterCaLinkInit2 no longer exists + +

+EPICS Base Release R3.14

+ +

+IOC Log Server

+The log server now finds the proper latest date in an old log file when it +restarts, and begins logging (overwriting old messages) just after the +newest message in the file. This causes the log server to overwrite only +the oldest message in the log file. Originally, the log server always started +at the end of of any preexisting log file when it restarted.