From c3f871eceaaa43fa7437a40008bdbd14c813e62d Mon Sep 17 00:00:00 2001 From: Guillaume Bougard Date: Tue, 28 May 2024 10:52:00 +0200 Subject: [PATCH] fix: Bump some task module versions And fix Changes --- Changes | 7 +++++-- lib/GLPI/Agent/HTTP/Server/ToolBox.pm | 2 +- lib/GLPI/Agent/Task/Deploy/Version.pm | 2 +- lib/GLPI/Agent/Task/Inventory/Version.pm | 2 +- lib/GLPI/Agent/Task/NetDiscovery/Version.pm | 2 +- lib/GLPI/Agent/Task/NetInventory/Version.pm | 2 +- lib/GLPI/Agent/Task/RemoteInventory/Version.pm | 2 +- 7 files changed, 11 insertions(+), 8 deletions(-) diff --git a/Changes b/Changes index cb859276f..35f4e1e8a 100644 --- a/Changes +++ b/Changes @@ -2,7 +2,7 @@ Revision history for GLPI agent 1.9 not yet released -Inventory: +inventory: * fix #676: Always include OPERATINGSYSTEM section if SOFTWARES one is in partial inventory as this is required by GLPI. This fixes issues with full-inventory-postpone new feature introduced in 1.8 and with --partial glpi-inventory script option. @@ -11,12 +11,15 @@ Inventory: instances. * fix #680: Enhanced disk storage serialnumber support on Windows +remoteinventory: +* fix special characters handling in passwords + netdiscovery/netinventory: * fix #642: Support snmp-retries configuration parameter to set snmp requests maximum retries in place of the default of 0. glpi-netdiscovery & glpi-netinventory supports --retries option. -Deploy: +deploy: * Fix: Avoid possible crash on windows while using WTS for User Interactions toolbox: diff --git a/lib/GLPI/Agent/HTTP/Server/ToolBox.pm b/lib/GLPI/Agent/HTTP/Server/ToolBox.pm index cecbbb8ea..afb4288db 100644 --- a/lib/GLPI/Agent/HTTP/Server/ToolBox.pm +++ b/lib/GLPI/Agent/HTTP/Server/ToolBox.pm @@ -18,7 +18,7 @@ use GLPI::Agent::Tools; use GLPI::Agent::Tools::Hostname; use GLPI::Agent::Tools::UUID; -our $VERSION = "1.3"; +our $VERSION = "1.4"; my %api_match = ( version => \&_version, diff --git a/lib/GLPI/Agent/Task/Deploy/Version.pm b/lib/GLPI/Agent/Task/Deploy/Version.pm index 4fc8f6ec8..6511ea6bc 100644 --- a/lib/GLPI/Agent/Task/Deploy/Version.pm +++ b/lib/GLPI/Agent/Task/Deploy/Version.pm @@ -3,6 +3,6 @@ package GLPI::Agent::Task::Deploy::Version; use strict; use warnings; -use constant VERSION => "3.0"; +use constant VERSION => "3.1"; 1; diff --git a/lib/GLPI/Agent/Task/Inventory/Version.pm b/lib/GLPI/Agent/Task/Inventory/Version.pm index b81e2d9b5..ff891cbae 100644 --- a/lib/GLPI/Agent/Task/Inventory/Version.pm +++ b/lib/GLPI/Agent/Task/Inventory/Version.pm @@ -3,6 +3,6 @@ package GLPI::Agent::Task::Inventory::Version; use strict; use warnings; -use constant VERSION => "1.15"; +use constant VERSION => "1.16"; 1; diff --git a/lib/GLPI/Agent/Task/NetDiscovery/Version.pm b/lib/GLPI/Agent/Task/NetDiscovery/Version.pm index a0db85b25..5fa154daa 100644 --- a/lib/GLPI/Agent/Task/NetDiscovery/Version.pm +++ b/lib/GLPI/Agent/Task/NetDiscovery/Version.pm @@ -3,6 +3,6 @@ package GLPI::Agent::Task::NetDiscovery::Version; use strict; use warnings; -use constant VERSION => "6.1"; +use constant VERSION => "6.2"; 1; diff --git a/lib/GLPI/Agent/Task/NetInventory/Version.pm b/lib/GLPI/Agent/Task/NetInventory/Version.pm index 54097bade..96c010f3c 100644 --- a/lib/GLPI/Agent/Task/NetInventory/Version.pm +++ b/lib/GLPI/Agent/Task/NetInventory/Version.pm @@ -3,6 +3,6 @@ package GLPI::Agent::Task::NetInventory::Version; use strict; use warnings; -use constant VERSION => "6.1"; +use constant VERSION => "6.2"; 1; diff --git a/lib/GLPI/Agent/Task/RemoteInventory/Version.pm b/lib/GLPI/Agent/Task/RemoteInventory/Version.pm index 08d1a3662..d4a7f73f9 100644 --- a/lib/GLPI/Agent/Task/RemoteInventory/Version.pm +++ b/lib/GLPI/Agent/Task/RemoteInventory/Version.pm @@ -3,6 +3,6 @@ package GLPI::Agent::Task::RemoteInventory::Version; use strict; use warnings; -use constant VERSION => "1.4"; +use constant VERSION => "1.5"; 1;