diff --git a/documentation/RELEASE_NOTES.html b/documentation/RELEASE_NOTES.html index bec510c5c..ef8612194 100644 --- a/documentation/RELEASE_NOTES.html +++ b/documentation/RELEASE_NOTES.html @@ -13,6 +13,29 @@ +

Added Make variables for command-line use

+ +

The following variables are now used during the build process, reserved for +setting on the command-line only (Makefiles should continue to use the +USR_ equivalents):

+ + + +

For example:

+ +
+make CMD_INCLUDES=/opt/local/include CMD_LDFLAGS=-L/opt/local/lib
+
+

Back-ported dbLoadRecordsHook from the 3.15 branch

See the Release Notes from the Base 3.15.1 release for details.