summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2004-07-31 13:38:57 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2004-07-31 13:38:57 +0000
commit763408accaf3709c38853de0bcccedf945f3ca75 (patch)
tree4ecbad0bc613731c4baeacf0d76f344bd22dedc8 /NEWS
parent382483a725e7b52cef2e1568e355edf2a4ed1435 (diff)
downloadATCD-763408accaf3709c38853de0bcccedf945f3ca75.tar.gz
ChangeLogTag:Sat Jul 31 06:35:24 2004 Ossama Othman <ossama@dre.vanderbilt.edu>
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS7
1 files changed, 7 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 9ff09c69032..e45c915d9b6 100644
--- a/NEWS
+++ b/NEWS
@@ -64,6 +64,9 @@ USER VISIBLE CHANGES BETWEEN ACE-5.4.1 and ACE-5.4.2
. Usage of ASYS_INLINE is deprecated in ACE, use ACE_INLINE instead.
+. All inline source files now end in ".inl". The previous ".i"
+ extension is generally used for preprocessed C sources.
+
. Autoconf support has been improved and fixed on a number of
platforms, including the BSD variants (e.g. FreeBSD). It is still
not the preferred way to configure most platforms, but it is ready
@@ -107,6 +110,10 @@ USER VISIBLE CHANGES BETWEEN ACE-5.4.1 and ACE-5.4.2
. All C++ equality, relational and logical operators now return bool
instead of int, as is the norm for modern C++.
+. Added new ACE_OS::realpath() implementation. Contributed by Olli
+ Savia <ops at iki dot fi>
+
+
USER VISIBLE CHANGES BETWEEN ACE-5.4 and ACE-5.4.1
====================================================