diff --git a/documentation/RELEASE_NOTES.html b/documentation/RELEASE_NOTES.html index c1958c123..7749cfeb0 100644 --- a/documentation/RELEASE_NOTES.html +++ b/documentation/RELEASE_NOTES.html @@ -14,16 +14,17 @@ dd Month 2004

EPICS_HOST_ARCH win32-x86-cygwin renamed to cygwin-x86

-

The EPICS_HOST_ARCH win32-x86-cygwin was renamed cygwin-x86 to avoid -confusion about what OS interfaces are used on Windows: native win32 or cygwin's -emulation of POSIX. Now we have +

The EPICS_HOST_ARCH win32-x86-cygwin was renamed cygwin-x86 to avoid +confusion about what OS interfaces are used on Windows: native win32 or +cygwin's emulation of POSIX. Now we have

-

EPICS_TS_NTP_INET

@@ -81,6 +82,7 @@ all dirs of the top directory tree.

directories are not removed.

epicsString

+

Add epicsSnStrPrintEscaped.

epicsExport

@@ -105,6 +107,132 @@ report of the INP channel access connections. Level (0,1,2) produces (a summary report, summary plus unconnected channels, summary plus report of all channels)

+

Channel Access Client Library

+ + + +

Channel Access Portable Server (used by the CA gateway and others)

+ +

Changes since 3.14.4

dbtr

@@ -165,7 +293,7 @@ to experiment with other CA client tools.

Stringin record time-stamp soft device support

Add simple device support for converting time to nicely-formatted string using INP field as epicsTimeToStrftime format string: -
record(stringin, "$(user):now")
+
record(stringin, "$(user)now")
 {
     field(DESC, "Current time and date")
     field(DTYP, "Soft Timestamp")