summaryrefslogtreecommitdiffstats
path: root/Changes
diff options
context:
space:
mode:
authorXavier Leroy <xavier.leroy@inria.fr>2011-12-28 10:38:55 +0000
committerXavier Leroy <xavier.leroy@inria.fr>2011-12-28 10:38:55 +0000
commitc3ead2a680d2bbfbf627feaf552849d1688d7bee (patch)
tree34f1f94f37a125f082177b6ece7dc01d2af59b42 /Changes
parentc98f6f316115703723ce79f5c4c05ee622c64653 (diff)
PR#5325 ("remove" solution).
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@11966 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
Diffstat (limited to 'Changes')
-rw-r--r--Changes1
1 files changed, 1 insertions, 0 deletions
diff --git a/Changes b/Changes
index f1d3827c0..6b204da24 100644
--- a/Changes
+++ b/Changes
@@ -46,6 +46,7 @@ Bug Fixes:
- PR#5436: update object ids on unmarshaling
- emacs mode: colorization of comments and strings now works correctly
- PR#5313: ocamlopt -g misses optimizations
+- PR#5325: (Windows) blocked Unix.recv in one thread blocks Unix.send in another thread
Feature wishes:
- PR#5358: first class modules don't allow "with type" declarations for types