wbemprox-Win32_SystemEnclosure: Mark an additional upstream bug as fixed.

This commit is contained in:
Sebastian Lackner 2015-04-17 15:07:32 +02:00
parent 4befe663b8
commit a2dd6b6ede
3 changed files with 5 additions and 2 deletions

View File

@ -42,7 +42,7 @@ Included bug fixes and improvements
**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
* Add support for wbemprox Win32_SystemEnclosure table ([Wine Bug #34517](https://bugs.winehq.org/show_bug.cgi?id=34517))
* 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))

View File

@ -4459,6 +4459,9 @@ fi
# Patchset wbemprox-Win32_SystemEnclosure
# |
# | This patchset fixes the following Wine bugs:
# | * [#34517] Add support for wbemprox Win32_SystemEnclosure table
# |
# | Modified files:
# | * dlls/wbemprox/builtin.c, dlls/wbemprox/table.c, dlls/wbemprox/tests/query.c
# |

View File

@ -1 +1 @@
Fixes: Add support for wbemprox Win32_SystemEnclosure table
Fixes: [34517] Add support for wbemprox Win32_SystemEnclosure table