From 7c86082b23c3127a1c759d2aab54867038bb1f75 Mon Sep 17 00:00:00 2001 From: Marty Kraimer Date: Mon, 15 Oct 2001 13:38:38 +0000 Subject: [PATCH] latest changes for 3.14.0beta1 --- RELEASE_NOTES.html | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/RELEASE_NOTES.html b/RELEASE_NOTES.html index 544fa6cb8..569ab6976 100644 --- a/RELEASE_NOTES.html +++ b/RELEASE_NOTES.html @@ -21,6 +21,15 @@ which allows any device type to be used with manual settings of the EOFF and ESLO fields. With this setting, the device support's special_linconv() routine is only called when LINR=LINEAR.

+

+The RTEMS TFTP remote filesystem driver now supports a limited form of +the chdir() system call. One restriction is that all pathnames passed +to chdir() must end in a / character, so IOC shell commands to change +directories must be given as +

+

+cd ../db +

EPICS Release base 3.14.0alpha2