summaryrefslogtreecommitdiff
path: root/cpp
diff options
context:
space:
mode:
authorMark Spruiell <mes@zeroc.com>2005-04-18 21:02:36 +0000
committerMark Spruiell <mes@zeroc.com>2005-04-18 21:02:36 +0000
commit57bbe8933f78538c4e974328a762a28a35f485fd (patch)
tree587b7072ab34316de1d3586256ab891aeaba16a6 /cpp
parentre-enable closing pipe FDs in Windows (diff)
downloadice-57bbe8933f78538c4e974328a762a28a35f485fd.tar.bz2
ice-57bbe8933f78538c4e974328a762a28a35f485fd.tar.xz
ice-57bbe8933f78538c4e974328a762a28a35f485fd.zip
re-enable closing thread pool pipe FDs in Windows
Diffstat (limited to 'cpp')
-rw-r--r--cpp/CHANGES7
1 files changed, 5 insertions, 2 deletions
diff --git a/cpp/CHANGES b/cpp/CHANGES
index 4ccff6d3979..159f5c82c1d 100644
--- a/cpp/CHANGES
+++ b/cpp/CHANGES
@@ -1,8 +1,11 @@
Changes since version 2.1.0
---------------------------
-- Fixed a bug in Freeze Maps: you can now add an index to an
- existing Freeze Map.
+- Fixed a thread pool bug on Win32 in which the file descriptors for
+ the pipe were not closed.
+
+- Fixed a bug in Freeze Maps: you can now add an index to an existing
+ Freeze Map.
- Added sequences of fixed-length elements to throughput demo.