summaryrefslogtreecommitdiff
path: root/ACE/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/NEWS')
-rw-r--r--ACE/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/ACE/NEWS b/ACE/NEWS
index 2abf96b287b..575be4992e0 100644
--- a/ACE/NEWS
+++ b/ACE/NEWS
@@ -11,6 +11,10 @@ USER VISIBLE CHANGES BETWEEN ACE-6.5.12 and ACE-7.0.0
or you can disable dlclose yourself by adding
`#define ACE_LACKS_DLCLOSE` to your ace/config.h file
+. Removed `ACE_OS::readdir_r`. `readdir_r` was marked as depracated in glibc
+ and FreeBSD libc. Also removed `ACE_Dirent::(ACE_DIRENT *, ACE_DIRENT **)`
+ which used it. `ACE_LACKS_READDIR_R` will now always be defined.
+
USER VISIBLE CHANGES BETWEEN ACE-6.5.11 and ACE-6.5.12
======================================================