diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2005-01-21 13:36:43 +0000 |
---|---|---|
committer | Johnny Willemsen <jwillemsen@remedy.nl> | 2005-01-21 13:36:43 +0000 |
commit | 98420a4377e865b8e496074c4879efc868f11a5b (patch) | |
tree | 63e7b138239eac7111af3394634726c326bccb74 /NEWS | |
parent | f39e378070f4ec929eddac9438af86c6ce7859a0 (diff) | |
download | ATCD-98420a4377e865b8e496074c4879efc868f11a5b.tar.gz |
ChangeLogTag: Fri Jan 21 13:30:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -4,7 +4,7 @@ PLANNED MAJOR CHANGES "SOMETIME IN THE FUTURE" (i.e., exact beta not known) PLANNED MAJOR CHANGES TARGETED FOR ACE-5.4.4 ==================================================== -. The ace-config script has been replaced by pkg-config metadata files +. 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 @@ -16,6 +16,10 @@ PLANNED MAJOR CHANGES TARGETED FOR ACE-5.4.4 looks like a standard gets() call results in behavior that is different from the standard. Use ACE_OS::fgets() instead. +. Removed ACE_Unbounded_Set_Ex, this gave the false idea that it had + thread safe iterators. Use ACE_Unbounded_Set instead + +. Improved VxWorks support USER VISIBLE CHANGES BETWEEN ACE-5.4.2 and ACE-5.4.3 ==================================================== |