diff options
author | Jose <jose@zeroc.com> | 2017-03-21 12:33:50 +0100 |
---|---|---|
committer | Jose <jose@zeroc.com> | 2017-03-21 12:33:50 +0100 |
commit | eb251f4645bd4c027cf12e04ed90ca59b9455b86 (patch) | |
tree | 838586a3db26d239d6563cb394ab2ff30701c925 | |
parent | Changed the dependency to an order-only dependency (diff) | |
download | ice-eb251f4645bd4c027cf12e04ed90ca59b9455b86.tar.bz2 ice-eb251f4645bd4c027cf12e04ed90ca59b9455b86.tar.xz ice-eb251f4645bd4c027cf12e04ed90ca59b9455b86.zip |
Add CHANGELOG entry for IceSSL::NativeConnectionInfo removal
-rw-r--r-- | CHANGELOG-3.7.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGELOG-3.7.md b/CHANGELOG-3.7.md index f6a5dd0f5b6..3bc82420207 100644 --- a/CHANGELOG-3.7.md +++ b/CHANGELOG-3.7.md @@ -165,6 +165,11 @@ These are the changes since Ice 3.6.3. - Updated IceSSL hostname verification (enabled with IceSSL.CheckCertName) to use the native checks of the platform SSL implementation. +- Remove IceSSL::NativeConnectionInfo, IceSSL::ConnectionInfo certs data member + is now mapped to the native certificate type in C++, Java and CSharp in other + languages it is still mapped to a string sequence containing the PEM encoded + certificates. + ## C++ Changes - The Ice::Communicator and Ice::ObjectAdapter destroy methods are now |