Added patch to fix opening a readonly file with FILE_WRITE_ATTRIBUTES access (fixes Wine Staging Bug #298).

This commit is contained in:
Sebastian Lackner
2015-06-03 07:25:33 +02:00
parent 0abc5f4b7b
commit e88424ebc6
3 changed files with 43 additions and 0 deletions

2
debian/changelog vendored
View File

@@ -8,6 +8,8 @@ wine-staging (1.7.45) UNRELEASED; urgency=low
* Added patches for FileRenameInformation support (fixes Wine Staging Bug
#296).
* Added additional tests for behaviour of opening readonly files.
* Added patch to fix opening a readonly file with FILE_WRITE_ATTRIBUTES access
(fixes Wine Staging Bug #298).
* Removed patch to fix NULL pointer dereference in get_frame_by_name
(identical patch accepted upstream).
-- Sebastian Lackner <sebastian@fds-team.de> Sun, 31 May 2015 14:46:37 +0200