mirror of
https://gitlab.winehq.org/wine/wine-staging.git
synced 2024-09-13 09:17:20 -07:00
gdi32-Symbol_Truetype_Font: Add a new reference to bug report.
This commit is contained in:
parent
208a1f6573
commit
a7b8b87d73
@ -34,7 +34,7 @@ Wine. All those differences are also documented on the
|
||||
Included bug fixes and improvements
|
||||
-----------------------------------
|
||||
|
||||
**Bug fixes and features in Wine Staging 1.8-rc2 [261]:**
|
||||
**Bug fixes and features in Wine Staging 1.8-rc2 [262]:**
|
||||
|
||||
*Note: The following list only contains features and bug fixes which are not
|
||||
yet available in vanilla Wine. They are removed from the list as soon as they
|
||||
@ -142,6 +142,7 @@ for more details.*
|
||||
* Fix device paths in HKLM\SYSTEM\MountedDevices ([Wine Bug #38235](https://bugs.winehq.org/show_bug.cgi?id=38235))
|
||||
* Fix endless loop in regedit when importing files with very long lines
|
||||
* Fix error handling in DeferWindowPos when passing an invalid HWND ([Wine Bug #23187](https://bugs.winehq.org/show_bug.cgi?id=23187))
|
||||
* Fix font loading in Capella ([Wine Bug #12377](https://bugs.winehq.org/show_bug.cgi?id=12377))
|
||||
* Fix for ConnectNamedPort return value in overlapped mode ([Wine Bug #16550](https://bugs.winehq.org/show_bug.cgi?id=16550))
|
||||
* Fix for programs leaking wndproc slots ([Wine Bug #32451](https://bugs.winehq.org/show_bug.cgi?id=32451))
|
||||
* Fix graphical corruption in FarCry 3 with NVIDIA drivers ([Wine Bug #35062](https://bugs.winehq.org/show_bug.cgi?id=35062))
|
||||
|
@ -1 +1,2 @@
|
||||
Fixes: [33117] Improve detection of symbol charset for old truetype fonts
|
||||
Fixes: [12377] Fix font loading in Capella
|
||||
|
@ -3148,6 +3148,7 @@ fi
|
||||
# |
|
||||
# | This patchset fixes the following Wine bugs:
|
||||
# | * [#33117] Improve detection of symbol charset for old truetype fonts
|
||||
# | * [#12377] Fix font loading in Capella
|
||||
# |
|
||||
# | Modified files:
|
||||
# | * dlls/gdi32/freetype.c
|
||||
|
Loading…
Reference in New Issue
Block a user