From b38934244001e8d47000376851ddf28bc85129d5 Mon Sep 17 00:00:00 2001 From: "Janet B. Anderson" Date: Wed, 24 Mar 2004 20:43:30 +0000 Subject: [PATCH] Added noes about solaris 6 defs removal and new targets cvsclean archclean. --- documentation/RELEASE_NOTES.html | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/documentation/RELEASE_NOTES.html b/documentation/RELEASE_NOTES.html index 21738607b..f59f6638e 100644 --- a/documentation/RELEASE_NOTES.html +++ b/documentation/RELEASE_NOTES.html @@ -12,6 +12,15 @@ dd Month 2004

Changes since 3.14.5

+

Solaris Builds

+

Old solaris 6 specific compiler options have been removed.

+ +

New make targets cvsclean and archclean

+

The new top level Makefile only target, cvsclean, removes cvs .#* files +in all dirs of the top directory tree.

+

The new archclean target is like the clean target except that +O.Common directories are not removed.

+

epicsExport

epicsExportAddress(typ,obj) now generates an extern named pvar_typ_obj and epicsExportRegistrar(func) an extern named pvar_func_obj. Previously both just named the variable pobj.