diff --git a/ANNOUNCEMENT b/ANNOUNCEMENT index 3cb5caec4..8ea779b82 100644 --- a/ANNOUNCEMENT +++ b/ANNOUNCEMENT @@ -20,6 +20,16 @@ ECL is currently hosted at SourceForge. The home page of the project is http://ecls.sourceforge.net, and in it you will find source code releases, a CVS tree and some useful documentation. +Known issues +============ + +ECL's dynamic FFI (the one that does not rely on a C compiler) is now +implemented using libffi (See http://sourceware.org/libffi/). Until +another release in which the library might be bundled together with +ECL, users will have to make sure that this library is built and +available for this feature to be linked in (#+dffi). Otherwise only +the C-based foreign function interface will be available. + Changes since last release ==========================