summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2006-08-08 14:58:57 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2006-08-08 14:58:57 +0000
commit2365aa13070f808ac4bfae8d15bd690bba4d2526 (patch)
tree9637b439fa56983a5b74c22cdff42d6dcb738f28
parent640dcbfd73c48ed516d6fdf48a01d51a6d5e893a (diff)
downloadATCD-2365aa13070f808ac4bfae8d15bd690bba4d2526.tar.gz
Tue Aug 8 14:55:12 UTC 2006 Johnny Willemsen <jwillemsen@remedy.nl>
-rw-r--r--ACE/NEWS7
1 files changed, 4 insertions, 3 deletions
diff --git a/ACE/NEWS b/ACE/NEWS
index fa839de9833..7c94427b6ed 100644
--- a/ACE/NEWS
+++ b/ACE/NEWS
@@ -9,7 +9,6 @@ PLANNED MAJOR CHANGES TARGETED FOR ACE-5.5.3
USER VISIBLE CHANGES BETWEEN ACE-5.5.2 and ACE-5.5.3
====================================================
-
. Changed the prototype(s) for ACE::debug () to return (and take) a
bool. This is consistent with the original intent for this
feature. If you have been using it like 'ACE::debug () > 0' or
@@ -82,12 +81,14 @@ USER VISIBLE CHANGES BETWEEN ACE-5.5.2 and ACE-5.5.3
. The return type of "ACE_Refcounted_Auto_Ptr::null (void) const" changed
from int to bool. It's possible values, true and false, have not changed.
-. TTY_IO now accepts "none" as a valid parity value. Due to this change
- 'parityenb' member is now deprecated and will be removed in the future.
+. TTY_IO now accepts "none" as a valid parity value. Due to this change
+ 'parityenb' member is now deprecated and will be removed in the future.
The users of TTY_IO class should change their code to use only 'paritymode'
member for parity control and leave 'parityenb' unchanged (it is
enabled by default in class constructor).
+. Support for Intel C++ 9.1 on Windows and Linux
+
USER VISIBLE CHANGES BETWEEN ACE-5.5.1 and ACE-5.5.2
====================================================