diff options
author | Bernard Normier <bernard@zeroc.com> | 2008-04-18 16:55:39 -0400 |
---|---|---|
committer | Bernard Normier <bernard@zeroc.com> | 2008-04-18 16:55:39 -0400 |
commit | bf4fa4dc2d48669c5cb035376e2d704e99a81aff (patch) | |
tree | 313294390356d9d0daa16c00adc7f3471693237b | |
parent | Fixed bug #2988 (diff) | |
parent | adding note about Java, IPv6, Windows to release notes (diff) | |
download | ice-bf4fa4dc2d48669c5cb035376e2d704e99a81aff.tar.bz2 ice-bf4fa4dc2d48669c5cb035376e2d704e99a81aff.tar.xz ice-bf4fa4dc2d48669c5cb035376e2d704e99a81aff.zip |
Merge branch 'master' of cvs:/home/git/ice
-rw-r--r-- | RELEASE_NOTES | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/RELEASE_NOTES b/RELEASE_NOTES index 9c3285fbced..e49c597b07f 100644 --- a/RELEASE_NOTES +++ b/RELEASE_NOTES @@ -279,6 +279,9 @@ an appropriate IP address for your endpoints. Appendix D of the Ice manual explains the syntax for specifying IPv6 and UDP multicast addresses in endpoints. +Note that IPv6 is not currently supported in Java on Windows due to a +bug in the JVM. + Updated C# mapping ------------------ @@ -311,6 +314,7 @@ If you prefer to use the previous .NET 1.1 mapping to DictionaryBase, you will need to annotate your Slice definitions with the metadata tag "clr:collection". + ====================================================================== 2. Ice for .NET ====================================================================== @@ -880,6 +884,7 @@ the use of these APIs as soon as possible. implementation. It has been replaced by the new configuration property Ice.Plugin.Logger. + ====================================================================== 6. Platform specific notes ====================================================================== |