summaryrefslogtreecommitdiff
path: root/ACE/NEWS
diff options
context:
space:
mode:
authorSteve Huston <shuston@riverace.com>2014-10-10 21:58:31 +0000
committerSteve Huston <shuston@riverace.com>2014-10-10 21:58:31 +0000
commitad906bbed19a4e2e35a3adb429de6cb678217aec (patch)
treedc3bbf6d52c1dd3b1f89607aec46d33c94e7b2a6 /ACE/NEWS
parent8cb211430ac1af0f738444209565ca9aa2840a62 (diff)
downloadATCD-ad906bbed19a4e2e35a3adb429de6cb678217aec.tar.gz
ChangeLogTag:Thu Oct 9 16:21:38 UTC 2014 Steve Huston <shuston@riverace.com>
Diffstat (limited to 'ACE/NEWS')
-rw-r--r--ACE/NEWS9
1 files changed, 9 insertions, 0 deletions
diff --git a/ACE/NEWS b/ACE/NEWS
index bcdd8d7adff..3c5b7f9b1af 100644
--- a/ACE/NEWS
+++ b/ACE/NEWS
@@ -1,6 +1,15 @@
USER VISIBLE CHANGES BETWEEN ACE-6.2.8 and ACE-6.2.9
====================================================
+. New config macros were added:
+ ACE_DISABLE_MKTEMP: Disables the availability of ACE_OS::mktemp().
+ ACE_DISABLE_TEMPNAM: Disables the availability of ACE_OS::tempnam().
+ These can be added to your $ACE_ROOT/ace/config.h to disable these
+ wrappers which are considered to be a potential security risk. Disabling
+ one or both will also disable the following:
+ - ACE_FILE_Addr::set () with the 'any' address specified.
+ - ACE_MMAP_Memory_Pool use of the 'unique' option.
+
USER VISIBLE CHANGES BETWEEN ACE-6.2.7 and ACE-6.2.8
====================================================