This commit is contained in:
Michael Davidsaver
2023-07-23 08:43:32 -07:00
parent d87fd0db01
commit 80e62031e9

View File

@ -22,6 +22,12 @@ should also be read to understand what has changed since earlier releases:
## Changes made on the 7.0 branch since 7.0.7 ## Changes made on the 7.0 branch since 7.0.7
### Add `$EPICS_CLI_TIMEOUT`
Add support for CA tools timeout from environment variable `$EPICS_CLI_TIMEOUT`
which sets the default the default timeout for `caget` et al.
The `-w` argument continues to take precedence.
### Fixed leak from a non-EPICS thread on WIN32 ### Fixed leak from a non-EPICS thread on WIN32
On Windows targets, if a thread not created by `epicsThreadCreate*()` directly On Windows targets, if a thread not created by `epicsThreadCreate*()` directly