diff --git a/documentation/RELEASE_NOTES.html b/documentation/RELEASE_NOTES.html index 765b6ba53..ab6914ccc 100644 --- a/documentation/RELEASE_NOTES.html +++ b/documentation/RELEASE_NOTES.html @@ -23,25 +23,25 @@ release.

EPICS Release 7.0.2.1

- +

The linker flag -flat_namespace has been restored for creating +shared libraries, although not for loadable libraries (bundles). This was +required for building using the latest versions of Apple XCode.

Fix DB_LINK loop breaking

-

A regression was introduced in 7.0.2 which caused record chains with -loops to be incorrectly broken. Processing should be skipped when a -DB_LINK with Process Passive (PP) closes a loop to a synchronous record.

+

A regression was introduced in 7.0.2 which caused record chains with loops to +be incorrectly broken. Processing should be skipped when a DB_LINK with Process +Passive (PP) closes a loop to a synchronous record.

-

Instead in 7.0.2 the targeted record would be processed if processing began with -a remote action (or other caller of dbPutField() ). The would result in the loop -running a second time. The loop would be broken on the second iteration.

+

Instead in 7.0.2 the targeted record would be processed if processing began +with a remote action (or some other caller of dbPutField()). This would +result in the loop running a second time. The loop would be broken on the second +iteration.

-

See lp #1809570

+

See lp: +#1809570

Old dbStaticLib APIs removed