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 @@ +
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
+Simpler versions of the epicsTime_gmtime() and epicsTime_localtime()