diff --git a/documentation/RELEASE_NOTES.html b/documentation/RELEASE_NOTES.html index 3e818686d..361bef8e1 100644 --- a/documentation/RELEASE_NOTES.html +++ b/documentation/RELEASE_NOTES.html @@ -40,10 +40,6 @@ linux, solaris, HPUX, Darwin). Doing this allows creation of many more threads os most systems.
dbNotify now contains two new functions: putNotifyInit and putNotifyCleanup. -putNotifyInit must bew called before the first call to dbPutNotify. -putNotifyCleanup must be called before the storage for "struct putNotify" is -freed.
dbNotifyCancel now waits if the userCallback is active when dbNotifyCancel is called. Previously it just returned. NOTE CAREFULLY. This means that the userCallback must not free the putNotify structure.