summaryrefslogtreecommitdiff
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
parent382483a725e7b52cef2e1568e355edf2a4ed1435 (diff)
downloadATCD-763408accaf3709c38853de0bcccedf945f3ca75.tar.gz
ChangeLogTag:Sat Jul 31 06:35:24 2004 Ossama Othman <ossama@dre.vanderbilt.edu>
-rw-r--r--ChangeLog11
-rw-r--r--NEWS7
2 files changed, 16 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index fe56bf2a405..df78a65672b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,9 +1,16 @@
+Sat Jul 31 06:35:24 2004 Ossama Othman <ossama@dre.vanderbilt.edu>
+
+ * NEWS:
+
+ Added missing items for ACE 5.4.2. Thanks to Olli Savia for
+ pointing out what was missing.
+
Sat Jul 31 05:47:31 2004 Balachandran Natarajan <bala@dre.vanderbilt.edu>
* Release:
* bin/make_release:
-
- Changed the pattern for looking at borland makefiles.
+
+ Changed the pattern for looking at borland makefiles.
Sat Jul 31 03:15:39 2004 Balachandran Natarajan <bala@dre.vanderbilt.edu>
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
====================================================