diff options
author | Bernard Normier <bernard@zeroc.com> | 2014-10-30 10:41:03 -0400 |
---|---|---|
committer | Bernard Normier <bernard@zeroc.com> | 2014-10-30 10:41:03 -0400 |
commit | 85de8c2c753fe3773a1de0af6af5df6637896389 (patch) | |
tree | a797d942ed8b528a52820ec8bc3234ce0301c510 | |
parent | StringConverter fixes (diff) | |
parent | Added entry in CHANGES file about --interface and IPv6 (diff) | |
download | ice-85de8c2c753fe3773a1de0af6af5df6637896389.tar.bz2 ice-85de8c2c753fe3773a1de0af6af5df6637896389.tar.xz ice-85de8c2c753fe3773a1de0af6af5df6637896389.zip |
Merge branch 'master' of ssh://git/home/git/ice
-rw-r--r-- | CHANGES | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -27,6 +27,10 @@ Changes since version 3.5.1 General Changes =============== +- It's now possible to specify an IPv6 address for the UDP --interface + local option, previously it only accepted an interface name or + index. + - Ice now guarantees that invocations made on different proxy objects will be serialized if the proxies are equal and if connection caching is enabled. Previously, invocations could be sent out of |