diff --git a/documentation/RELEASE_NOTES.html b/documentation/RELEASE_NOTES.html index 919ae5891..be787f163 100644 --- a/documentation/RELEASE_NOTES.html +++ b/documentation/RELEASE_NOTES.html @@ -16,6 +16,12 @@

Changes since 3.14.4

+

New build targets.

+

New files have been created in configure/os to allow CROSS_COMPILER_TARGET_ARCHS +to include solaris-sparc-gnu and solaris-sparc-debug when EPICS_HOST_ARCH is solaris-sparc. +Also CROSS_COMPILER_TARGET_ARCHS can now include linux-x86-debug when EPICS_HOST_ARCH +is linux-x86.

+

New epicsString.h function

A new function epicsStrnCaseCmp has been added. It is like strncmp except that it ignores case.