summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenoit Foucher <benoit@zeroc.com>2007-04-27 08:41:19 +0000
committerBenoit Foucher <benoit@zeroc.com>2007-04-27 08:41:19 +0000
commit250b52ff6a97c51b142480603c225abe617ff1fb (patch)
treeac793202b2ed427fd39b0b6a38e0a95a585ceeb7
parenthttp://bugzilla.zeroc.com/bugzilla/show_bug.cgi?id=2118 (diff)
downloadice-250b52ff6a97c51b142480603c225abe617ff1fb.tar.bz2
ice-250b52ff6a97c51b142480603c225abe617ff1fb.tar.xz
ice-250b52ff6a97c51b142480603c225abe617ff1fb.zip
Fix
-rw-r--r--cs/CHANGES3
-rw-r--r--java/CHANGES3
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.