summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernard Normier <bernard@zeroc.com>2017-09-07 14:12:55 -0400
committerBernard Normier <bernard@zeroc.com>2017-09-07 14:12:55 -0400
commit1636647018f471ba5d918e58b7c374b12ef0ca19 (patch)
tree12908bd08000693b20ad0c1da290da4c310bcb48
parentReworked some 3.6.4 entries (diff)
downloadice-3.6.4.tar.bz2
ice-3.6.4.tar.xz
ice-3.6.4.zip
Added entry for Windows bindistv3.6.4
-rw-r--r--CHANGELOG-3.6.md11
1 files changed, 7 insertions, 4 deletions
diff --git a/CHANGELOG-3.6.md b/CHANGELOG-3.6.md
index 6085e5b4478..5414d9bbf95 100644
--- a/CHANGELOG-3.6.md
+++ b/CHANGELOG-3.6.md
@@ -71,9 +71,12 @@ These are the changes since Ice 3.6.3.
would fail if the service used the IceBox shared communicator. Thanks to
Andreas Sommer for the bug report and fix.
-- Fixed a bug in Slice compilers which generates bogus dependencies when the
- Slice files are located in a directory that contains the string ".ice" in
- the path.
+- Fixed a bug in the Slice compilers: they generated incorrect dependencies for
+ Slice files in directories with the string ".ice" in their path.
+
+- Significantly reduced the size of the Windows binary distribution by
+ moving all C++ debug information (PDB files) to https://symbols.zeroc.com.
+ Also removed the WinRT libraries from the Windows binary distribution.
## C++ Changes
@@ -84,7 +87,7 @@ These are the changes since Ice 3.6.3.
- Fixed a bug which would cause an IceUtil::NullHandleException to be raised when
using a proxy configured with ice_invocationTimeout(-2) with collocated calls.
-- Fixed a bug which caused PTHREAD_PRIO_INHERIT to be ignored when building Ice
+- Fixed a bug which caused PTHREAD_PRIO_INHERIT to be ignored when building Ice
with -DICE_PRIO_INHERIT.
## Java Changes