diff --git a/documentation/RELEASE_NOTES.html b/documentation/RELEASE_NOTES.html index 3db8233c0..99a32458e 100644 --- a/documentation/RELEASE_NOTES.html +++ b/documentation/RELEASE_NOTES.html @@ -15,6 +15,16 @@ EPICS Base 3.15.0.x releases are not intended for use in production systems.

Changes between 3.15.0.1 and 3.15.0.2

+

Generate Version Header

+ +

A Perl script and Makefile rules are 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, and Mercurial supported) or +the time of the build if not VCS system is in use.

+ +

The example template is updated with a demonstration which makes this +identifier visible with a stringin record.

+

Implement EPICS_CAS_INTF_ADDR_LIST in rsrv

The IOC server can now bind to a single IP address (and optional port number)