diff --git a/README.md b/README.md index 3c004214..8593eadb 100644 --- a/README.md +++ b/README.md @@ -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)) diff --git a/patches/gdi32-Symbol_Truetype_Font/definition b/patches/gdi32-Symbol_Truetype_Font/definition index cea2baf4..033f545f 100644 --- a/patches/gdi32-Symbol_Truetype_Font/definition +++ b/patches/gdi32-Symbol_Truetype_Font/definition @@ -1 +1,2 @@ Fixes: [33117] Improve detection of symbol charset for old truetype fonts +Fixes: [12377] Fix font loading in Capella diff --git a/patches/patchinstall.sh b/patches/patchinstall.sh index 65bc9289..9ec9b0be 100755 --- a/patches/patchinstall.sh +++ b/patches/patchinstall.sh @@ -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