diff --git a/documentation/RELEASE_NOTES.html b/documentation/RELEASE_NOTES.html index 77ef2ca30..f26389526 100644 --- a/documentation/RELEASE_NOTES.html +++ b/documentation/RELEASE_NOTES.html @@ -59,11 +59,11 @@ have their own separate report commands.

providers in Base. The Unix-like architectures rely on the underlying operating system clock, which normally involves running something like ntpd as a separate process. The real-time operating systems vxWorks and RTEMS install two Current -Time providers; the native OS Clock at the lowest priority (this provider -includes a task to periodically reset the OS Clock from a higher priority time -provider), and an NTP time provider which synchronizes the underlying OS' tick +Time providers; the native operating system clock at the lowest priority (this provider +includes a task to periodically reset the operating system clock from a higher priority time +provider), and an NTP time provider which synchronizes the underlying operating sytem tick timer with an NTP server. Microsoft Windows targets using the Win32 API use a -Windows-specific time provider which contains a built-in PLL

+Windows-specific time provider which contains a built-in PLL.

There are no Event Time providers included with Base except for an optional "Last Resort" Event provider which can be installed if a site wants to be sure @@ -221,7 +221,7 @@ noticed that an empty string converts to the value 0 for all types other than character '0', value 0x30. Since these types are usually used for storing small integers or boolean values rather than ASCII characters, it was decided that this conversion is wrong so it has been changed to match the other -nmeric conversions.

+numeric conversions.

epicsShareAPI deprecated inside IOC

@@ -337,6 +337,7 @@ although the core developers lack the ability to test all of them:

  • linux-cris_v32
  • +
  • linux-xscale_be (tested with MOXA UC-7408 Plus)

    Added compile line header search directories

    @@ -406,7 +407,7 @@ settting.

    The -ansi flag has been removed from CONFORM_FLAGS_STRICT and CONFORM_CXXFLAGS_STRICT -- there are many useful library functions whose -prototypes are disabled when -ansi is used..

    +prototypes are disabled when -ansi is used.

    SEL record (Mantis #295)