From dabd0a969b8be31a0fb62b32b1ffdf0fe59bb142 Mon Sep 17 00:00:00 2001 From: Andrew Johnson Date: Tue, 31 Jul 2012 10:03:57 -0500 Subject: [PATCH] Release notes update. --- documentation/RELEASE_NOTES.html | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/documentation/RELEASE_NOTES.html b/documentation/RELEASE_NOTES.html index 761c6030a..461cc0f7d 100644 --- a/documentation/RELEASE_NOTES.html +++ b/documentation/RELEASE_NOTES.html @@ -13,6 +13,21 @@ +

Build problem with db dependencies

+ +

The dependency output for .db and .acf files created by makeDbDepends.pl did +not show the directories of the depended files. The makeDbDepends.pl script has +been replaced by mkmf.pl for this purpose after modifying it to accept multiple +-I include directory options and more than on source file on the command line. +The makeDbDepends.pl script has been removed from Base.

+ +

Native linux-arm builds added

+ +

The configuration files needed for a linux-arm system to build Base for +itself have now been added. Both the Shell and Perl versions of the startup +EpicsHostArch scripts now recognize both arm6l and arm7l CPUs and return the +generic linux-arm host architecture name for them.

+

Launchpad Bugs Resolved

The following are links to bugs in the Launchpad bug tracker that have been