summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFred Hornsey <hornseyf@objectcomputing.com>2021-05-06 18:09:40 -0500
committerFred Hornsey <hornseyf@objectcomputing.com>2021-05-06 18:09:40 -0500
commitf0d00737acf3cb588ecd6b8bf62034450e87a6a1 (patch)
tree0c97c60d1a4713ed26153ce84cee962b85c01ac2
parent0b7135edf1cee538b868d2e72c96abb4dca7c9bb (diff)
downloadATCD-f0d00737acf3cb588ecd6b8bf62034450e87a6a1.tar.gz
6.5.13 News
-rw-r--r--ACE/NEWS24
-rw-r--r--TAO/NEWS9
2 files changed, 33 insertions, 0 deletions
diff --git a/ACE/NEWS b/ACE/NEWS
index 55777b7654c..d7061db868c 100644
--- a/ACE/NEWS
+++ b/ACE/NEWS
@@ -1,3 +1,27 @@
+USER VISIBLE CHANGES BETWEEN ACE-6.5.12 and ACE-6.5.13
+======================================================
+
+. Fixes for IPv6 multicast and `inet_ntop`/`inet_pton` on Windows
+
+. Fix missing export attribute on `ACE_OS::thr_gettid`
+
+. Fix spurious warning from gcc about missing initializers on `std::array`
+
+. Android Support:
+
+ . Support for building with the Android NDK r19 or later directly instead of
+ having to use a generated standalone toolchain. See `ACE-INSTALL.html` for
+ details. Using a standalone toolchain is still supported.
+
+ . Made it easier to use `gnuace`-built libraries in as imported libraries in
+ CMake-based Android Studio native projects.
+
+ . Replaced `ANDROID_ABI` with `android_abi`, but kept the former as an alias
+ of the later for compatibility.
+
+ . Remove need to pass a macro to compiler about `android/ndk-version.h`
+ unless the NDK is old.
+
USER VISIBLE CHANGES BETWEEN ACE-6.5.11 and ACE-6.5.12
======================================================
diff --git a/TAO/NEWS b/TAO/NEWS
index 48d15915bc3..f797d4f7595 100644
--- a/TAO/NEWS
+++ b/TAO/NEWS
@@ -1,3 +1,12 @@
+USER VISIBLE CHANGES BETWEEN TAO-2.5.12 and TAO-2.5.13
+======================================================
+
+. Fix wstring coerce leak in tao_idl
+
+. Support C++ Keywords in `DCPS_DATA_SEQUENCE_TYPE`
+
+. Minor cleanup
+
USER VISIBLE CHANGES BETWEEN TAO-2.5.11 and TAO-2.5.12
======================================================