Skip to content

Commit c3f871e

Browse files
committed
fix: Bump some task module versions
And fix Changes
1 parent b1c375b commit c3f871e

File tree

7 files changed

+11
-8
lines changed

7 files changed

+11
-8
lines changed

Changes

+5-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Revision history for GLPI agent
22

33
1.9 not yet released
44

5-
Inventory:
5+
inventory:
66
* fix #676: Always include OPERATINGSYSTEM section if SOFTWARES one is in partial
77
inventory as this is required by GLPI. This fixes issues with full-inventory-postpone
88
new feature introduced in 1.8 and with --partial glpi-inventory script option.
@@ -11,12 +11,15 @@ Inventory:
1111
instances.
1212
* fix #680: Enhanced disk storage serialnumber support on Windows
1313

14+
remoteinventory:
15+
* fix special characters handling in passwords
16+
1417
netdiscovery/netinventory:
1518
* fix #642: Support snmp-retries configuration parameter to set snmp requests
1619
maximum retries in place of the default of 0.
1720
glpi-netdiscovery & glpi-netinventory supports --retries option.
1821

19-
Deploy:
22+
deploy:
2023
* Fix: Avoid possible crash on windows while using WTS for User Interactions
2124

2225
toolbox:

lib/GLPI/Agent/HTTP/Server/ToolBox.pm

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ use GLPI::Agent::Tools;
1818
use GLPI::Agent::Tools::Hostname;
1919
use GLPI::Agent::Tools::UUID;
2020

21-
our $VERSION = "1.3";
21+
our $VERSION = "1.4";
2222

2323
my %api_match = (
2424
version => \&_version,

lib/GLPI/Agent/Task/Deploy/Version.pm

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ package GLPI::Agent::Task::Deploy::Version;
33
use strict;
44
use warnings;
55

6-
use constant VERSION => "3.0";
6+
use constant VERSION => "3.1";
77

88
1;

lib/GLPI/Agent/Task/Inventory/Version.pm

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ package GLPI::Agent::Task::Inventory::Version;
33
use strict;
44
use warnings;
55

6-
use constant VERSION => "1.15";
6+
use constant VERSION => "1.16";
77

88
1;

lib/GLPI/Agent/Task/NetDiscovery/Version.pm

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ package GLPI::Agent::Task::NetDiscovery::Version;
33
use strict;
44
use warnings;
55

6-
use constant VERSION => "6.1";
6+
use constant VERSION => "6.2";
77

88
1;

lib/GLPI/Agent/Task/NetInventory/Version.pm

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ package GLPI::Agent::Task::NetInventory::Version;
33
use strict;
44
use warnings;
55

6-
use constant VERSION => "6.1";
6+
use constant VERSION => "6.2";
77

88
1;

lib/GLPI/Agent/Task/RemoteInventory/Version.pm

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ package GLPI::Agent::Task::RemoteInventory::Version;
33
use strict;
44
use warnings;
55

6-
use constant VERSION => "1.4";
6+
use constant VERSION => "1.5";
77

88
1;

0 commit comments

Comments
 (0)