diff options
author | Benoit Foucher <benoit@zeroc.com> | 2007-04-27 08:41:19 +0000 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2007-04-27 08:41:19 +0000 |
commit | 250b52ff6a97c51b142480603c225abe617ff1fb (patch) | |
tree | ac793202b2ed427fd39b0b6a38e0a95a585ceeb7 | |
parent | http://bugzilla.zeroc.com/bugzilla/show_bug.cgi?id=2118 (diff) | |
download | ice-250b52ff6a97c51b142480603c225abe617ff1fb.tar.bz2 ice-250b52ff6a97c51b142480603c225abe617ff1fb.tar.xz ice-250b52ff6a97c51b142480603c225abe617ff1fb.zip |
Fix
-rw-r--r-- | cs/CHANGES | 3 | ||||
-rw-r--r-- | java/CHANGES | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/cs/CHANGES b/cs/CHANGES index e15d67010f8..991831ea9b6 100644 --- a/cs/CHANGES +++ b/cs/CHANGES @@ -4,6 +4,9 @@ Changes since version 3.2.0 - Trailing characters past the adapter id in a stringified proxy will now raise a ProxyParseException. +- Fixed the translator to correctly generate marhsaling/unmarshaling + methods for interfaces and allow them to be transfered by value. + Changes since version 3.1.1 --------------------------- diff --git a/java/CHANGES b/java/CHANGES index 48f902f7a56..ed0d6336ec5 100644 --- a/java/CHANGES +++ b/java/CHANGES @@ -4,6 +4,9 @@ Changes since version 3.2.0 - Trailing characters past the adapter id in a stringified proxy will now raise a ProxyParseException. +- Fixed the translator to correctly generate marhsaling/unmarshaling + methods for interfaces and allow them to be transfered by value. + - Fixed a translator bug that generated invalid code for certain Java5 types. |