summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2005-11-01 19:12:14 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2005-11-01 19:12:14 +0000
commit1029867c2c66c0c22d385afd46b6dad871f29412 (patch)
tree15749793db712d02c4bd439d4570562e10e003ae
parent7a3de5894771730cb7ea57abfe18794539473b0e (diff)
downloadATCD-1029867c2c66c0c22d385afd46b6dad871f29412.tar.gz
ChangeLogTag: Tue Nov 1 19:12:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
-rw-r--r--TAO/ChangeLog7
1 files changed, 6 insertions, 1 deletions
diff --git a/TAO/ChangeLog b/TAO/ChangeLog
index 0128f5ce239..b7becc518f3 100644
--- a/TAO/ChangeLog
+++ b/TAO/ChangeLog
@@ -1,7 +1,12 @@
+Tue Nov 1 19:12:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
+
+ * tests/Sequence_Unit_Tests/bounded_value_sequence_ut.cpp:
+ Added regression for bug 2201
+
Tue Nov 1 19:06:48 UTC 2005 Jeff Parsons <j.parsons@vanderbilt.edu>
* TAO_IDL/driver/drv_preproc.cpp:
-
+
Fixed addition of default paths to preprocess command line,
for the case where only $ACE_ROOT, and not $TAO_ROOT, is
defined in the environment. Thanks to Chris Cleeland