aboutsummaryrefslogtreecommitdiff
path: root/devel/ice/pkg-message
blob: 76d28647fd19f2759e1c4a2ed225f2abe0a77e5b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
[
{ type: install
  message: <<EOM
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.
EOM
}
]