diff --git a/configure/os/CONFIG.Common.linuxCommon b/configure/os/CONFIG.Common.linuxCommon index d1cae64e3..3f6b30f3b 100644 --- a/configure/os/CONFIG.Common.linuxCommon +++ b/configure/os/CONFIG.Common.linuxCommon @@ -29,5 +29,5 @@ SHRLIBDIR_LDFLAGS += $(SHRLIB_DEPLIB_DIRS:%=-Wl,-rpath,%) PRODDIR_LDFLAGS += $(PROD_DEPLIB_DIRS:%=-Wl,-rpath,%) # Definitions used when COMMANDLINE_LIBRARY is READLINE -LDLIBS_READLINE = -lreadline -lcurses +LDLIBS_READLINE = -lreadline -lncurses diff --git a/documentation/RELEASE_NOTES.html b/documentation/RELEASE_NOTES.html index 3d908f2b0..18d9c4af2 100644 --- a/documentation/RELEASE_NOTES.html +++ b/documentation/RELEASE_NOTES.html @@ -7,18 +7,29 @@
-Changed linux builds to link against libncurses instead of libcurses +(suggested by Peter Zumbruch).
+RTEMS release 4.9 or newer is required. If you are using the RTEMS NFS time provider you need to use RTEMS 4.9.1 or newer.
+RTEMS release 4.9 or newer is required. If you are using the RTEMS NFS time +provider you need to use RTEMS 4.9.1 or newer.
Correctly return epicsEventWaitTimeout when event is not pending and timeout value is 0.0 secondsmore agressive.
+Correctly return epicsEventWaitTimeout when event is not pending and timeout +value is 0.0 secondsmore agressive.