summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2005-01-13 06:50:39 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2005-01-13 06:50:39 +0000
commit3e12c6ffa7abc346c09ccb5a08ed0e3223ec3c14 (patch)
tree87b5a36324456b198fe4e20343eeb68318994d75
parent648c0267a7aa690610b74c8b2fbd9c069081061a (diff)
downloadATCD-3e12c6ffa7abc346c09ccb5a08ed0e3223ec3c14.tar.gz
*** empty log message ***
-rw-r--r--NEWS10
-rw-r--r--TAO/NEWS7
2 files changed, 13 insertions, 4 deletions
diff --git a/NEWS b/NEWS
index 262504f520e..b74798153db 100644
--- a/NEWS
+++ b/NEWS
@@ -7,6 +7,16 @@ PLANNED MAJOR CHANGES TARGETED FOR ACE-5.4.4
. The ace-config script has been replaced by pkg-config metadata files
which are installed in ${prefix}/lib/pkgconfig by the automake build.
+. Remove ACE_OS::gets() implementation. While this ACE implementation
+ of gets() did not contain the security holes that all standard
+ gets() implementations have, keeping it around only serves to foster
+ confusion since (1) some may incorrectly assume that this
+ ACE-specific gets() implementation has the same holes as standard
+ ones, and (2) invoking it with a default size argument so that it
+ looks like a standard gets() call results in behavior that is
+ different from the standard. Use ACE_OS::fgets() instead.
+
+
USER VISIBLE CHANGES BETWEEN ACE-5.4.2 and ACE-5.4.3
====================================================
diff --git a/TAO/NEWS b/TAO/NEWS
index 062b85163d1..9be9770c51d 100644
--- a/TAO/NEWS
+++ b/TAO/NEWS
@@ -22,14 +22,13 @@ PLANNED MAJOR CHANGES "SOMETIME IN THE FUTURE" (i.e., exact beta not known)
. ONGOING - ETA 11/10 -- currently targeted for TAO 1.4.5. 75% complete.
+- (Ossama) Remainder of CSIv2 code that didn't make it into TAO 1.4.2
+
+ . ONGOING - ETA 2/30 -- currently targeted for TAO 1.4.5.
PLANNED MAJOR CHANGES TARGETED FOR TAO-1.4.4
============================================
-- (Ossama) Remainder of CSIv2 code that didn't make it into TAO 1.4.2
-
- . ONGOING - ETA 11/30
-
. The tao-config script has been replaced by pkg-config metadata files
which are installed in ${prefix}/lib/pkgconfig by the automake build.