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
Old solaris 6 specific compiler options have been removed.
+ +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.
+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.