summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>1999-07-26 23:20:48 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>1999-07-26 23:20:48 +0000
commitc3d77e5812b24e404bd573b1f75da87bd43a080d (patch)
treef40e999831e7325f0b5d192b329bd76e2f72daa1
parente1b9cac7c2bb3a9a80dff50089a9f5ef5efc89f9 (diff)
downloadATCD-c3d77e5812b24e404bd573b1f75da87bd43a080d.tar.gz
*** empty log message ***
-rw-r--r--TAO/ChangeLog-99c42
1 files changed, 41 insertions, 1 deletions
diff --git a/TAO/ChangeLog-99c b/TAO/ChangeLog-99c
index 4f621412105..ce4b2ede479 100644
--- a/TAO/ChangeLog-99c
+++ b/TAO/ChangeLog-99c
@@ -1,3 +1,43 @@
+Mon Jul 26 18:20:33 1999 Ossama Othman <othman@cs.wustl.edu>
+
+ * docs/releasenotes/index.html:
+
+ Updated UIOP BNF to be more like "iioploc" BNF, and reorganized
+ some text.
+
+ * tao/IIOP_Acceptor.cpp (open, open_default):
+
+ TAO now properly sets the host using the fully qualified domain
+ name (FQDN) when only a port is specified in an iiop endpoint.
+ [Bug 43]
+
+ Added some error checks when setting the host and port.
+
+ * tao/{IIOP,UIOP}_Connector.cpp (check_prefix):
+
+ Make sure only certain prefixes are accepted. Previously, we
+ were only checking if the there the first few characters
+ matched.
+
+ * tao/{IIOP,UIOP}_Factory.cpp (match_prefix):
+
+ {iiop,uiop}loc should not be accepted as a proper prefix for
+ server endpoints.
+
+ * tao/{IIOP,UIOP}_Profile.cpp (to_string):
+
+ URL style IOR prefix should be "iioploc" for IIOP and "uioploc"
+ for UIOP (although there is no "uioploc" standardized
+ specification yet).
+
+ * tao/Acceptor_Registry.h:
+
+ Comment update.
+
+ * tao/Acceptor_Registry.cpp (open):
+
+ Corrected typo in error message.
+
Mon Jul 26 17:11:16 1999 Irfan Pyarali <irfan@cs.wustl.edu>
* tao/IIOP_Connect.cpp (handle_input):
@@ -30,7 +70,7 @@ Mon Jul 26 15:30:41 1999 Jeff Parsons <parsons@cs.wustl.edu>
* DynAny_i.cpp:
* GIOP.cpp:
* GIOP_Server_Request.cpp:
- * IIOP_Connect.cpp:
+ * IIOP_Connector.cpp:
* Object.cpp:
* ORB.cpp:
* ORB_Core.cpp: