aboutsummaryrefslogtreecommitdiff
path: root/devel/ice/pkg-message
diff options
context:
space:
mode:
Diffstat (limited to 'devel/ice/pkg-message')
-rw-r--r--devel/ice/pkg-message14
1 files changed, 14 insertions, 0 deletions
diff --git a/devel/ice/pkg-message b/devel/ice/pkg-message
new file mode 100644
index 000000000000..3466b4653e8b
--- /dev/null
+++ b/devel/ice/pkg-message
@@ -0,0 +1,14 @@
+The default on-the-wire encoding for Ice changed in version 3.5 and IPv6
+is now enabled by default. ABI versions are not compatible.
+
+For details on these and additional changes please read the upgrading
+instructions available at
+
+ http://doc.zeroc.com/x/SQpN
+
+For on-the-wire background compatibility add
+
+ Ice.IPv6=0
+ Ice.Default.EncodingVersion=1.0
+
+to your Ice application configuration.