diff options
Diffstat (limited to 'changes/close_file_handle')
-rw-r--r-- | changes/close_file_handle | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/close_file_handle b/changes/close_file_handle new file mode 100644 index 0000000000..128ef81987 --- /dev/null +++ b/changes/close_file_handle @@ -0,0 +1,4 @@ + o Minor bugfixes: + - Don't hold a windows file handle open for every file mapping; + the file mapping handle is sufficient. Fix for bug 5951; bugfix on + 0.1.2.1-alpha. |