diff options
author | Benoit Foucher <benoit@zeroc.com> | 2015-09-24 19:08:04 +0200 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2015-09-24 19:08:04 +0200 |
commit | eb256d7bbb92eb0a3ba9841c3f0ed517aa2ddb31 (patch) | |
tree | 6c6061ec7a2debcb9931797e041cf1a536d3a5db /CHANGELOG-3.6.md | |
parent | JS test suite minor fix for NodeJS (diff) | |
download | ice-eb256d7bbb92eb0a3ba9841c3f0ed517aa2ddb31.tar.bz2 ice-eb256d7bbb92eb0a3ba9841c3f0ed517aa2ddb31.tar.xz ice-eb256d7bbb92eb0a3ba9841c3f0ed517aa2ddb31.zip |
Fixed ICE-6811 - ElCapitan build errors
Diffstat (limited to 'CHANGELOG-3.6.md')
-rw-r--r-- | CHANGELOG-3.6.md | 14 |
1 files changed, 12 insertions, 2 deletions
diff --git a/CHANGELOG-3.6.md b/CHANGELOG-3.6.md index e9690a5df8e..cde834809d6 100644 --- a/CHANGELOG-3.6.md +++ b/CHANGELOG-3.6.md @@ -9,13 +9,15 @@ applications to this release, and the manual for complete details on a particular aspect of Ice. - [Changes in Ice 3.6.1](#changes-in-ice-361) - - [General Changes](#general-changes) - [C++ Changes](#c-changes) +- [Changes in Ice 3.6.1](#changes-in-ice-361) + - [General Changes](#general-changes) + - [C++ Changes](#c-changes-1) - [JavaScript Changes](#javascript-changes) - [PHP Changes](#php-changes) - [Changes in Ice 3.6.0](#changes-in-ice-360) - [General Changes](#general-changes-1) - - [C++ Changes](#c-changes-1) + - [C++ Changes](#c-changes-2) - [C# Changes](#c#-changes) - [Java Changes](#java-changes) - [JavaScript Changes](#javascript-changes-1) @@ -24,6 +26,14 @@ particular aspect of Ice. - [Python Changes](#python-changes) - [Ruby Changes](#ruby-changes) +# Changes in Ice 3.6.2 + +These are the changes since Ice 3.6.1. + +## C++ Changes + +- Fixed El Capitan build issues caused by a new security feature that no longer exports DYLD_LIBRARY_PATH to child processes. + # Changes in Ice 3.6.1 These are the changes since Ice 3.6.0. |