summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2006-07-03 15:54:01 +0000
committerparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2006-07-03 15:54:01 +0000
commitd29b128e54e000043d12c74022f13a92ee4ad8c2 (patch)
treef5ed22f28990b80b3d8efc08073b0a1e9a45ea5e
parent3ccfaf11276178cda9f34db26e1d8c19de097d0a (diff)
downloadATCD-d29b128e54e000043d12c74022f13a92ee4ad8c2.tar.gz
ChangeLogTag: Mon Jul 3 15:05:55 UTC 2006 Jeff Parsons <j.parsons@vanderbilt.edu>
-rw-r--r--TAO/ChangeLog3
1 files changed, 2 insertions, 1 deletions
diff --git a/TAO/ChangeLog b/TAO/ChangeLog
index 0ca5ca87aa7..5b574248057 100644
--- a/TAO/ChangeLog
+++ b/TAO/ChangeLog
@@ -8,7 +8,8 @@ Mon Jul 3 15:05:55 UTC 2006 Jeff Parsons <j.parsons@vanderbilt.edu>
and how the arg traits visitor works for typedefs. There
was an interaction between a typedef valuetype member
and the use of the base type in an interface operation.
- This fix closes [BUGID:2577].
+ This fix closes [BUGID:2577]. Thanks to Heesuk Shin
+ <heesuks@econz.com> for reporting the bug.
* tests/IDL_Test/Bug_2577_Regression.idl: