summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2020-08-13 18:43:34 +0200
committerGitHub <noreply@github.com>2020-08-13 18:43:34 +0200
commit7efc569616aa24652f316d6865fd92477b100f64 (patch)
tree41c33d3b7283bbd5249854757513d71ec31ca046
parentba59fafa3df4b5b7d1e886bff741fe6b0d140030 (diff)
parent189d83abb521e09c430a423273ea74cfd90774da (diff)
downloadATCD-7efc569616aa24652f316d6865fd92477b100f64.tar.gz
Merge pull request #1192 from jwillemsen/jwi-news
List changes for next release
-rw-r--r--ACE/NEWS16
-rw-r--r--TAO/NEWS2
2 files changed, 18 insertions, 0 deletions
diff --git a/ACE/NEWS b/ACE/NEWS
index fd2dce8646b..42dd3ac8e51 100644
--- a/ACE/NEWS
+++ b/ACE/NEWS
@@ -1,6 +1,22 @@
USER VISIBLE CHANGES BETWEEN ACE-6.5.10 and ACE-6.5.11
======================================================
+. Latest_{Major,Minor,Micro,Beta} tags have been replaced with
+ branches because tags are not intended to move where branches are
+
+. Cleanup of emulated operations in ACE_OS which are not used
+ anymore
+
+. Resolved some compile warnings when using C++11 or newer
+
+. Integrated debian packaging changes
+
+. Visual Studio 2015 solutions are not part of the release
+ packaging anymore. When you require these you need to generate
+ them locally using MPC
+
+. Improve multicast join by interface name on Windows
+
USER VISIBLE CHANGES BETWEEN ACE-6.5.9 and ACE-6.5.10
=====================================================
diff --git a/TAO/NEWS b/TAO/NEWS
index 75af9b208ca..881e1b73ee9 100644
--- a/TAO/NEWS
+++ b/TAO/NEWS
@@ -1,6 +1,8 @@
USER VISIBLE CHANGES BETWEEN TAO-2.5.10 and TAO-2.5.11
======================================================
+. Simplified some code generated by tao_idl
+
USER VISIBLE CHANGES BETWEEN TAO-2.5.9 and TAO-2.5.10
=====================================================