summaryrefslogtreecommitdiff
path: root/ACE/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/NEWS')
-rw-r--r--ACE/NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/ACE/NEWS b/ACE/NEWS
index 519532838eb..34a8f153fc1 100644
--- a/ACE/NEWS
+++ b/ACE/NEWS
@@ -25,6 +25,11 @@ USER VISIBLE CHANGES BETWEEN ACE-5.5.8 and ACE-5.5.9
. Shared library builds on AIX now produce a libxxx.so file instead of the
previous practice of producing libxxx.a(shr.o).
+. GCC 4.1.2 that comes with Fedora 7 seems to have a fix for the visibility
+ attribute we use for the singletons. F7 users will therefore need to
+ define the following in your config.h file.
+ ACE_GCC_HAS_TEMPLATE_INSTANTIATION_VISIBILITY_ATTRS 1
+
USER VISIBLE CHANGES BETWEEN ACE-5.5.7 and ACE-5.5.8
====================================================