From 4a0ef34771f2ed8c072122927756e7df91f98052 Mon Sep 17 00:00:00 2001 From: Michael Davidsaver Date: Mon, 29 Feb 2016 21:08:25 -0500 Subject: [PATCH] edit RELEASE_NOTES.html --- documentation/RELEASE_NOTES.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/documentation/RELEASE_NOTES.html b/documentation/RELEASE_NOTES.html index 5ba14b373..f617c937e 100644 --- a/documentation/RELEASE_NOTES.html +++ b/documentation/RELEASE_NOTES.html @@ -43,10 +43,10 @@ supported by the valgrind tool. It can also explicitly be disabled by defining the macro NVALGRIND. See src/libCom/Makefile for a commented-out example.

-

As a matter of policy valgrind.h should never be included by any header file -installed by Base, so its use will remain purely an internal implementation -detail and not be directly visible to application software. -Support modules which choose to use valgrind.h are advised to avoid to do +

As a matter of policy valgrind.h will never be included by any header file +installed by Base, so its use will remain purely an implementation +detail hidden from application software. +Support modules which choose to use valgrind.h are advised to do likewise.

Database Multi-locking

@@ -70,7 +70,7 @@ Locking/unlocking of unrelated lock sets is now completely concurrent.

A Perl script and Makefile rules have been added to allow modules to generate a C header file with a macro defined with an automatically updated identifier. -This is a VCS revision ID (Darcs, Git, Mercurial Subversion and Bazaar are all +This is a VCS revision ID (Darcs, Git, Mercurial, Subversion, and Bazaar are supported) or the date/time of the build if no VCS system is in use.

The makeBaseApp example template has been updated with a new device support