Added patch to fix handling of opening read-only files for FILE_DELETE_ON_CLOSE.

This commit is contained in:
Sebastian Lackner
2015-04-17 12:43:26 +02:00
parent 178d669519
commit 4befe663b8
6 changed files with 255 additions and 1 deletions

View File

@@ -39,11 +39,12 @@ Wine. All those differences are also documented on the
Included bug fixes and improvements
-----------------------------------
**Bug fixes and features included in the next upcoming release [7]:**
**Bug fixes and features included in the next upcoming release [8]:**
* Add support for process specific debug channels
* Add support for wbemprox Win32_SystemEnclosure table
* Calculate msvcrt exponential math operations with higher precision ([Wine Bug #37149](https://bugs.winehq.org/show_bug.cgi?id=37149))
* Fix handling of opening read-only files for FILE_DELETE_ON_CLOSE ([Wine Bug #38417](https://bugs.winehq.org/show_bug.cgi?id=38417))
* Fix regression caused by blacklisting supported OpenGL extensions ([Wine Bug #38264](https://bugs.winehq.org/show_bug.cgi?id=38264))
* Properly handle closing sockets during a select call ([Wine Bug #38399](https://bugs.winehq.org/show_bug.cgi?id=38399))
* Recognize localhost as local machine in wbemprox