diff --git a/documentation/RELEASE_NOTES.html b/documentation/RELEASE_NOTES.html index 3a458ca5f..3e818686d 100644 --- a/documentation/RELEASE_NOTES.html +++ b/documentation/RELEASE_NOTES.html @@ -12,6 +12,7 @@
The select record type has for a long time made use of a coule of magic numbers (1e+30 and -1e+30) to mean "not a real value", which prevents the record @@ -38,7 +39,11 @@ sizes are (128K,256K,512K). This is used for at least the following: 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.