diff --git a/documentation/RELEASE_NOTES.html b/documentation/RELEASE_NOTES.html index 5c957e771..37224ed9f 100644 --- a/documentation/RELEASE_NOTES.html +++ b/documentation/RELEASE_NOTES.html @@ -3,14 +3,73 @@
-Several make targets have been changed. Note that these can only be used from an +application's <top> directory.
+ +make uninstall.<arch>make archuninstallmake uninstallmake realuninstallmake distclean.#* and editor
+ backups named *~ throughout the source tree.This record now posts monitors on its NUSE field whenever its value changes. A new +field OUSE was added to support this.
+ +.C filesAn early convention on Unix systems was to name C++ files with an upper-case
+extention, .C. This does not work on Windows or MacOS where the
+filesystems are case-insensitive, and the C++ build rule was causing problems so has
+been eliminated. Any remaining C++ source files that are still using this convention
+will have to be renamed, preferably to .cpp
make -s on WindowsThe flag to silence build output did not work on some Windows architecture +combinations. This has now been fixed.
+ +The feature in the iocLogServer that closed and reopened the logfile used to ignore +the SIGHUP signal when the log filename did not change. This has now been changed so +these logfiles can be used with the standard Linux logrotate package.
+This release only contains changes that fix bugs or add build configuration