diff --git a/documentation/RELEASE_NOTES.html b/documentation/RELEASE_NOTES.html index 72f5e9cb4..a8f3cac60 100644 --- a/documentation/RELEASE_NOTES.html +++ b/documentation/RELEASE_NOTES.html @@ -12,6 +12,26 @@
It was possible for taskwd (task watchdog) to not detect when some +of the standard tasks failed. This is because they were passing +their threadid rather than using epicsThreadGetIdSelf. +It was possible to call taskwdInsert before the threadid was actually set.
+ + +dbLockGetLockId incorrectly always returned 0. dbBkpt (database breakpoint +facility) is the only code that needed this. This caused unknown errors +if the dbBkpt facility is used.
+The maximum size was initialized to 65636 instead of 65536.
Add additional cast to prevent 'strict aliaising' warnings.