From dbbb7eb6134ab9ae6cef40298697585f6787d309 Mon Sep 17 00:00:00 2001
From: Andrew Johnson EPICS Base Release 3.14.8
+28 November 2005
-?? ??Month?? 2005Changes since 3.14.7
@@ -136,12 +136,9 @@ the moment of substitution. The syntax for this is $(name=default) or
like this: $(name=$(default)). This feature has actually been present
since R3.14.6.
The select record type has for a long time made use of a coule of magic numbers (1e+30 and -1e+30) to mean "not a real value", which prevents the record @@ -505,6 +502,7 @@ channels)
+registrar(iocshSystemCommand) to an application
database description file.
+
Thanks to Mark Rivers for initially reporting the bug and energetically assisting with identifying the cause.
+A patch was made to allow multiple CA servers on MAC OSX. OSX is a recent branch off of BSD and therefore requires socket option SO_REUSEPORT.
+macParseDefns did not check for handle==NULL. The documentation for macParseDefns was not correct.
+Many bugs and missing features fixed.
+All routines with Recdes of Fielddes in their name are obsolete and removed. A new routine dbDumpField replaces dbDumpFldDes.
+