summaryrefslogtreecommitdiff
path: root/ACE/NEWS
diff options
context:
space:
mode:
authormcorino <mcorino@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2014-11-10 12:48:44 +0000
committermcorino <mcorino@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2014-11-10 12:48:44 +0000
commita4436e2d8e5447667c5ddca44523a1c09920c1c4 (patch)
tree8f7a0fd7811dd7d265e18952d90d9082209b4e09 /ACE/NEWS
parent0f4b5068248c821d304652727909d08ab8ad908b (diff)
downloadATCD-a4436e2d8e5447667c5ddca44523a1c09920c1c4.tar.gz
ChangelogTag: Mon Nov 10 12:39:18 UTC 2014 Martin Corino <mcorino@remedy.nl>
Diffstat (limited to 'ACE/NEWS')
-rw-r--r--ACE/NEWS12
1 files changed, 12 insertions, 0 deletions
diff --git a/ACE/NEWS b/ACE/NEWS
index 1a0453dd013..33f580cac5d 100644
--- a/ACE/NEWS
+++ b/ACE/NEWS
@@ -16,6 +16,18 @@ USER VISIBLE CHANGES BETWEEN ACE-6.2.8 and ACE-6.3.0
. Removed Windows specific workarounds from ACE_OS::setsockopt, as a
result SO_REUSEPORT is not defined anymore on Windows and SO_REUSEADDR
is passed directly to the OS
+
+. Fix for Bugzilla #3868:
+
+ By adding a 'specific' section to a MPC (base) project it is now possible
+ to have object file output directories per project for GNUACE projects.
+ The following should be added to MPC projects:
+ specific(gnuace) {
+ build_dir_per_project=1
+ }
+
+. Fix for Bugzilla #3762 and #3992: ACE_Asynch_Write_File will now correctly
+ accept non-socket (file, TTY ..) handles.
USER VISIBLE CHANGES BETWEEN ACE-6.2.7 and ACE-6.2.8
====================================================