diff --git a/documentation/RELEASE_NOTES.html b/documentation/RELEASE_NOTES.html index 3de7d4b4f..e4105ad72 100644 --- a/documentation/RELEASE_NOTES.html +++ b/documentation/RELEASE_NOTES.html @@ -13,6 +13,14 @@ +

ipAddrToAsciiAsync.: don't try to join the daemon thread

+ +

On process exit, no longer try to stop the worker thread used by +to make DNS lookups asynchronous. +Previously this would wait for any cancelled, but still in progress, lookups. +This was most obvious with catools (eg. cainfo). +lp:1527636

+

Fix epicsTime_localtime() on Windows

Simpler versions of the epicsTime_gmtime() and epicsTime_localtime()