From 9cb2f7779d9590a89ac4d167c3d7867ce69fcd7b Mon Sep 17 00:00:00 2001 From: Guillaume Bougard Date: Wed, 15 May 2024 10:34:56 +0200 Subject: [PATCH] doc: Minor Changes update & comment typo fix --- Changes | 2 +- lib/GLPI/Agent/Task/Deploy.pm | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Changes b/Changes index 2145b2faa..1fc115ddc 100644 --- a/Changes +++ b/Changes @@ -94,7 +94,6 @@ packaging: - StrawBerry Perl 5.38.2 * Windows MSI installer is only provided for x64 * Fix MSI "Back" button on "VerifyReady" dialog in Repair or Remove mode -* Fix MSI to reuse InstallDir set in registry on upgrade * Updated Windows packages 7-Zip commandline tools to v23.01 * Fix the way Glpi-AgentMonitor is stopped during upgrade to prevent service installation issues @@ -112,6 +111,7 @@ packaging: even if LOCAL was not used or it was set empty in installer UI * Enhanced CVE-2024-28241 fix to only apply folder security if install folder and eventually LOCAL folder are subfolders of system "Program Files" folder +* Fix MSI to reuse InstallDir set in registry on upgrade 1.7.2 Mon, 25 Mar 2024 diff --git a/lib/GLPI/Agent/Task/Deploy.pm b/lib/GLPI/Agent/Task/Deploy.pm index 0c9936776..5df61b684 100644 --- a/lib/GLPI/Agent/Task/Deploy.pm +++ b/lib/GLPI/Agent/Task/Deploy.pm @@ -294,7 +294,7 @@ sub processRemote { $logger->debug2("Processing for job $job->{uuid}..."); - # Run partial software inventory if requried and job processing has started + # Run partial software inventory if required and job processing has started $self->{_software_inventory_required} = 1 if $job->requiresSoftwaresInventory();