From 43eae2b3c3664ec3c6bab06d6fcc8c8728b3cbab Mon Sep 17 00:00:00 2001 From: Marty Kraimer Date: Wed, 11 Dec 2002 13:36:40 +0000 Subject: [PATCH] more notes for R3.14.1 --- documentation/RELEASE_NOTES.html | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/documentation/RELEASE_NOTES.html b/documentation/RELEASE_NOTES.html index 831fb190d..ddeeea93d 100644 --- a/documentation/RELEASE_NOTES.html +++ b/documentation/RELEASE_NOTES.html @@ -37,9 +37,9 @@ bit integer. The basic change was to change:

  • dbConvert and dbFastLinkConv
  • -

    Hardware Link Definitions

    +

    Hardware Link Definitions

    -

    The various parts of hardware link definitions nor accept HEX values, +

    The various parts of hardware link definitions now accept HEX values, e.g.

    field(INP,"L0 A1 C0 S0xa @")
     
    @@ -51,7 +51,7 @@ e.g.

    in HEX. -

    dbDumpFldDes

    +

    dbDumpFldDes

    A macro has been defined so that client code can be written that is compatible between 3.13 and 3.14.

    @@ -65,6 +65,16 @@ compatible between 3.13 and 3.14.

    previous implementation. +

    Mac OS X

    +

    Now supported as development platform and as IOC. + +

    RTEMS

    +

    Additional RTEMS-pc386 network drivers are available

    + +

    iocsh

    +

    Configurable iocsh command-line editing support (none, readline, libtecla)

    + +

    Changes since beta1