summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2005-01-21 13:24:08 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2005-01-21 13:24:08 +0000
commit4afbe4a2e9df0ba8673ee619185cd28ebf8f4ebc (patch)
tree1980e0f959c86e39fbbc3e34557442ff33370f6d
parentff8ded370e40b547a7dc43279c7aeced2a270cf3 (diff)
downloadATCD-4afbe4a2e9df0ba8673ee619185cd28ebf8f4ebc.tar.gz
ChangeLogTag: Fri Jan 21 13:19:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
-rw-r--r--TAO/ChangeLog12
-rw-r--r--TAO/NEWS3
2 files changed, 14 insertions, 1 deletions
diff --git a/TAO/ChangeLog b/TAO/ChangeLog
index 1c295b94bd3..dee78e94435 100644
--- a/TAO/ChangeLog
+++ b/TAO/ChangeLog
@@ -1,3 +1,15 @@
+Fri Jan 21 13:19:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
+
+ * tao/Strategies/SHMIOP_Acceptor.cpp:
+ When ORBDottedDecimalAddresses is set to 1, then also respect
+ this for SHMIOP. The endpoint created then also contains the
+ ip address instead of the hostname. This is the same behaviour
+ as for IIOP. On Windows we default to using ip addresses because
+ DNS is often broken on Windows systems, SHMIOP didn't respected
+ this behaviour which caused test failures on our Windows build
+ systems at the moment our DNS server was crashed. This fixes
+ bugzilla bug [2033].
+
Fri Jan 21 12:17:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
* tao/Strategies/SHMIOP_Connector.cpp:
diff --git a/TAO/NEWS b/TAO/NEWS
index 9be9770c51d..f4d9b00eeef 100644
--- a/TAO/NEWS
+++ b/TAO/NEWS
@@ -32,11 +32,12 @@ PLANNED MAJOR CHANGES TARGETED FOR TAO-1.4.4
. The tao-config script has been replaced by pkg-config metadata files
which are installed in ${prefix}/lib/pkgconfig by the automake build.
+. SHMIOP respects now the dotted decimal addresses setting. When this is
+ set it uses ip addresses instead of hostnames.
USER VISIBLE CHANGES BETWEEN TAO-1.4.2 and TAO-1.4.3
====================================================
-
. New pluggable protocol for GIOP over HTBP, known as HTIOP. Source in
orbsvcs/orbsvcs/HTIOP.