From 900cc383db5641a9ad22176c4c8de98cee7f2af8 Mon Sep 17 00:00:00 2001 From: Andrew Johnson Date: Fri, 16 Mar 2007 14:59:29 +0000 Subject: [PATCH] iocsh move, and corrected the RTEMS TZ note. --- documentation/RELEASE_NOTES.html | 23 +++++++++++++++++++++-- 1 file changed, 21 insertions(+), 2 deletions(-) diff --git a/documentation/RELEASE_NOTES.html b/documentation/RELEASE_NOTES.html index e52518c0f..67e079e21 100644 --- a/documentation/RELEASE_NOTES.html +++ b/documentation/RELEASE_NOTES.html @@ -9,10 +9,30 @@

EPICS Base Release 3.14.x

-

Changes between 3.14.8.2 and 3.14.9

+

Changes between 3.14.9 and 3.14.x

+

Timezone for RTEMS

+ +

Create a POSIX-compliant TZ environment variable from EPICS_TIMEZONE. +Previous versions had an incorrect format which was ignored by tzset().

+ +

Command registration for iocsh

+ +

The iocsh command registration data and routines have been moved out of the +src/iocsh directory (which now no longer exists) into a file for each +library. At the same time, the iocsh implementation code has been moved into +libCom. There is no libiocsh.a library created any more, so any +applications (such as the sequencer) which explicitly list iocsh in a +xxx_LIBS definition in their Makefile(s) will need to be modified to +have the library name removed. In most cases though the library will have been +included using the EPICS_BASE_IOC_LIBS or EPICS_BASE_HOST_LIBS +variables that are set in Base, and thus no changes will be needed.

+ + +

Changes between 3.14.8.2 and 3.14.9

+

Cygwin Builds

The cygwin make version 3.81-1 does not handle MS-DOS path names and thus @@ -229,7 +249,6 @@ affect vxWorks-(intel) targets.

RTEMS

-

Create a POSIX-compliant TZ environment variable from EPICS_TIMEZONE. Previous versions had an incorrect format which was ignored by tzset().

Added space for user extensions. This provides the infrastructure for the spy command.

Fixed error in epicsThreadGetName for non-EPICS threads.