Module: wine
Branch: master
Commit: 08dc691dfb410de7115db3f9c34b225327e21f67
URL: https://gitlab.winehq.org/wine/wine/-/commit/08dc691dfb410de7115db3f9c34b22…
Author: Gabriel Ivăncescu <gabrielopcode(a)gmail.com>
Date: Mon May 22 19:03:22 2023 +0300
mshtml: Explicitly hold ref to the plugin host in NPP_New.
Currently this worked by luck because it is leaking; the element holding
it never releases it.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode(a)gmail.com>
---
dlls/mshtml/npplugin.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/dlls/mshtml/npplugin.c b/dlls/mshtml/npplugin.c
index a1c38e5ed1a..6dfb65c0a6e 100644
--- a/dlls/mshtml/npplugin.c
+++ b/dlls/mshtml/npplugin.c
@@ -301,6 +301,7 @@ static NPError CDECL NPP_New(NPMIMEType pluginType, NPP instance, UINT16 mode, I
}
instance->pdata = container->plugin_host;
+ IOleClientSite_AddRef(&container->plugin_host->IOleClientSite_iface);
node_release(&container->element.node);
return err;
Module: wine
Branch: master
Commit: baebde4b29131ee620ce545b4b28f973674bfdd0
URL: https://gitlab.winehq.org/wine/wine/-/commit/baebde4b29131ee620ce545b4b28f9…
Author: Aurimas Fišeras <aurimas(a)members.fsf.org>
Date: Thu May 25 00:14:14 2023 +0300
po: Update Lithuanian translation.
---
po/lt.po | 35 ++---------------------------------
1 file changed, 2 insertions(+), 33 deletions(-)
diff --git a/po/lt.po b/po/lt.po
index 13a491fc5d4..a4b5f05e436 100644
--- a/po/lt.po
+++ b/po/lt.po
@@ -5,7 +5,7 @@ msgstr ""
"Project-Id-Version: Wine\n"
"Report-Msgid-Bugs-To: https://bugs.winehq.org\n"
"POT-Creation-Date: N/A\n"
-"PO-Revision-Date: 2023-05-03 00:00+0300\n"
+"PO-Revision-Date: 2023-05-25 00:13+0300\n"
"Last-Translator: Aurimas Fišeras <aurimas(a)members.fsf.org>\n"
"Language-Team: Lithuanian <komp_lt(a)konf.lt>\n"
"Language: lt\n"
@@ -17144,38 +17144,6 @@ msgid "regsvr32: Successfully uninstalled DLL '%1'\n"
msgstr "regsvr32: Sėkmingai pašalinta DLL biblioteka „%1“\n"
#: programs/start/start.rc:56
-#, fuzzy
-#| msgid ""
-#| "Start a program, or open a document in the program normally used for "
-#| "files\n"
-#| "with that suffix.\n"
-#| "Usage:\n"
-#| "start [options] program_filename [...]\n"
-#| "start [options] document_filename\n"
-#| "\n"
-#| "Options:\n"
-#| "\"title\" Specifies the title of the child windows.\n"
-#| "/d directory Start the program in the specified directory.\n"
-#| "/b Don't create a new console for the program.\n"
-#| "/i Start the program with fresh environment variables.\n"
-#| "/min Start the program minimized.\n"
-#| "/max Start the program maximized.\n"
-#| "/low Start the program in the idle priority class.\n"
-#| "/normal Start the program in the normal priority class.\n"
-#| "/high Start the program in the high priority class.\n"
-#| "/realtime Start the program in the realtime priority class.\n"
-#| "/abovenormal Start the program in the abovenormal priority class.\n"
-#| "/belownormal Start the program in the belownormal priority class.\n"
-#| "/node n Start the program on the specified NUMA node.\n"
-#| "/affinity mask Start the program with the specified affinity mask.\n"
-#| "/wait Wait for the started program to finish, then exit with "
-#| "its\n"
-#| "exit code.\n"
-#| "/unix Use a Unix filename and start the file like Windows\n"
-#| "Explorer.\n"
-#| "/exec Exec the specified file (for internal Wine usage).\n"
-#| "/ProgIDOpen Open a document using the specified progID.\n"
-#| "/? Display this help and exit.\n"
msgid ""
"Start a program, or open a document in the program normally used for files\n"
"with that suffix.\n"
@@ -17228,6 +17196,7 @@ msgstr ""
"/belownormal Paleisti programą prioriteto klasėje žemiau normalios.\n"
"/node n Paleisti programą nurodytame NUMA mazge.\n"
"/affinity mask Paleisti programą su nurodyta atitikimo kauke.\n"
+"/machine arch Priverstinai naudoti architektūrą (x86,arm,amd64,arm64).\n"
"/wait Laukti, kol paleista programa baigs darbą, tada išeiti su "
"jos\n"
" išėjimo kodu.\n"