summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorSteve Huston <shuston@riverace.com>2001-09-05 15:53:45 +0000
committerSteve Huston <shuston@riverace.com>2001-09-05 15:53:45 +0000
commitd38e892f0bb504321b6fcaac394509ef69bf67fc (patch)
tree402be6f32b29da80d666a2aa9a815edfbd3d4996 /ChangeLog
parenta6dbb6edad00c53b4632621182b21eb355b932d6 (diff)
downloadATCD-d38e892f0bb504321b6fcaac394509ef69bf67fc.tar.gz
ChangeLogTag:Wed Sep 05 11:52:39 2001 Steve Huston <shuston@riverace.com>
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog16
1 files changed, 16 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index eba7d7c530b..6977deb0e30 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,19 @@
+Wed Sep 05 11:52:39 2001 Steve Huston <shuston@riverace.com>
+
+ * ace/config-aix5.1.h: New config file for AIX 5L, version 5.1,
+ using Visual Age C++ 5.
+
+ * ace/config-aix-4.1.x.h:
+ * ace/config-aix-4.2.x.h:
+ * ace/config-aix-4.3.x.h:
+ * ace/config-aix-4.x.h: Use ACE_AIX_VERS (which has both major and
+ minor version) rather than ACE_AIX_MAJOR_VERS and ACE_AIX_MINOR_VERS.
+
+ * include/makeinclude/platform_aix_ibm.GNU: Rather than making
+ separate major/minor OS version variables, use one that incorporates
+ both to make it easier for config.h files to set upwardly-compatible
+ feature flags.
+
Wed Sep 5 06:55:44 2001 Chad Elliott <elliott_c@ociweb.com>
* tests/Log_Msg_Test.cpp: