summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormcorino <mcorino@users.noreply.github.com>2014-11-10 12:48:44 +0000
committermcorino <mcorino@users.noreply.github.com>2014-11-10 12:48:44 +0000
commit5b2632c511d7919b1005d418c4f4822ad7817192 (patch)
tree8f7a0fd7811dd7d265e18952d90d9082209b4e09
parentf3bf98deb8c943aa5f425fac4ee92ef5ca04d192 (diff)
downloadATCD-5b2632c511d7919b1005d418c4f4822ad7817192.tar.gz
ChangelogTag: Mon Nov 10 12:39:18 UTC 2014 Martin Corino <mcorino@remedy.nl>
-rw-r--r--ACE/ChangeLog7
-rw-r--r--ACE/NEWS12
2 files changed, 18 insertions, 1 deletions
diff --git a/ACE/ChangeLog b/ACE/ChangeLog
index 3c1693c8048..ea765b35237 100644
--- a/ACE/ChangeLog
+++ b/ACE/ChangeLog
@@ -1,3 +1,8 @@
+Mon Nov 10 12:39:18 UTC 2014 Martin Corino <mcorino@remedy.nl>
+
+ * NEWS:
+ Updated.
+
Thu Nov 6 19:45:38 UTC 2014 Johnny Willemsen <willemsen_j@remedy.nl>
* bin/MakeProjectCreator/config/vc_warnings.mpb:
@@ -5,7 +10,7 @@ Thu Nov 6 19:45:38 UTC 2014 Johnny Willemsen <willemsen_j@remedy.nl>
ascii winsock calls but they just work, so no need to change our
code. Added new feature vc_avoid_winsock_warnings which is enabled
by default, this adds _WINSOCK_DEPRECATED_NO_WARNINGS to the
- compiler falgs. If you want to see all warnings, set
+ compiler falgs. If you want to see all warnings, set
vc_avoid_winsock_warnings to 0 in your default.features file before
generatin the project files
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
====================================================