summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorSimon McQueen <simon.mcqueen@gmail.com>2005-06-09 08:48:36 +0000
committerSimon McQueen <simon.mcqueen@gmail.com>2005-06-09 08:48:36 +0000
commit15d11461799d98b1d2edf3b552b0bf54f2bf7cbb (patch)
treec16e5d9c90bb9d7686675c399e3155b65ba52d6e /NEWS
parent64f80ae19920f793bcc21b23d603b6904432e927 (diff)
downloadATCD-15d11461799d98b1d2edf3b552b0bf54f2bf7cbb.tar.gz
ChangeLogTag: Thu Jun 9 09:31:28 2005 Simon McQueen <sm@prismtech.com>
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS25
1 files changed, 25 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index e544b6a1447..b4a15cf79d0 100644
--- a/NEWS
+++ b/NEWS
@@ -28,6 +28,31 @@ USER VISIBLE CHANGES BETWEEN ACE-5.4.5 and ACE-5.4.6
. Added support for 64bit Visual Age on AIX
+. Improved g++ 4.0 support. A number of RTTI related problems have been
+ fixed.
+
+. Smaller footprint.
+
+. Fixed memory leaks ACE_DLL and ACE_Log_Msg classes.
+
+. The ACE::ICMP_Socket and ACE::Ping_Socket classes were moved out of
+ the ACE namespace and "flattened" to ACE_ICMP_Socket and
+ ACE_Ping_Socket to be consistent with the rest of ACE.
+
+. ACE_INET_Addr::set_address() - fixed a possible struct member
+ alignment issue when building an IPv4-mapped IPv6 address.
+
+. Added a new ACE::wild_match() function to match a string based on
+ wildcards.
+
+. Added efficient overloads for string concatenation to the
+ ACE_String_Base class.
+
+. Added support for the use of pthread_getschedparam on MacOS X.
+
+. Fixed an issue with static initialization of TSS related classes on
+ static builds for Windows.
+
USER VISIBLE CHANGES BETWEEN ACE-5.4.4 and ACE-5.4.5
====================================================