Commit c3f871e 1 parent b1c375b commit c3f871e Copy full SHA for c3f871e
File tree 7 files changed +11
-8
lines changed
7 files changed +11
-8
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ Revision history for GLPI agent
2
2
3
3
1.9 not yet released
4
4
5
- Inventory :
5
+ inventory :
6
6
* fix #676: Always include OPERATINGSYSTEM section if SOFTWARES one is in partial
7
7
inventory as this is required by GLPI. This fixes issues with full-inventory-postpone
8
8
new feature introduced in 1.8 and with --partial glpi-inventory script option.
@@ -11,12 +11,15 @@ Inventory:
11
11
instances.
12
12
* fix #680: Enhanced disk storage serialnumber support on Windows
13
13
14
+ remoteinventory:
15
+ * fix special characters handling in passwords
16
+
14
17
netdiscovery/netinventory:
15
18
* fix #642: Support snmp-retries configuration parameter to set snmp requests
16
19
maximum retries in place of the default of 0.
17
20
glpi-netdiscovery & glpi-netinventory supports --retries option.
18
21
19
- Deploy :
22
+ deploy :
20
23
* Fix: Avoid possible crash on windows while using WTS for User Interactions
21
24
22
25
toolbox:
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ use GLPI::Agent::Tools;
18
18
use GLPI::Agent::Tools::Hostname;
19
19
use GLPI::Agent::Tools::UUID;
20
20
21
- our $VERSION = " 1.3 " ;
21
+ our $VERSION = " 1.4 " ;
22
22
23
23
my %api_match = (
24
24
version => \&_version,
Original file line number Diff line number Diff line change @@ -3,6 +3,6 @@ package GLPI::Agent::Task::Deploy::Version;
3
3
use strict;
4
4
use warnings;
5
5
6
- use constant VERSION => " 3.0 " ;
6
+ use constant VERSION => " 3.1 " ;
7
7
8
8
1;
Original file line number Diff line number Diff line change @@ -3,6 +3,6 @@ package GLPI::Agent::Task::Inventory::Version;
3
3
use strict;
4
4
use warnings;
5
5
6
- use constant VERSION => " 1.15 " ;
6
+ use constant VERSION => " 1.16 " ;
7
7
8
8
1;
Original file line number Diff line number Diff line change @@ -3,6 +3,6 @@ package GLPI::Agent::Task::NetDiscovery::Version;
3
3
use strict;
4
4
use warnings;
5
5
6
- use constant VERSION => " 6.1 " ;
6
+ use constant VERSION => " 6.2 " ;
7
7
8
8
1;
Original file line number Diff line number Diff line change @@ -3,6 +3,6 @@ package GLPI::Agent::Task::NetInventory::Version;
3
3
use strict;
4
4
use warnings;
5
5
6
- use constant VERSION => " 6.1 " ;
6
+ use constant VERSION => " 6.2 " ;
7
7
8
8
1;
Original file line number Diff line number Diff line change @@ -3,6 +3,6 @@ package GLPI::Agent::Task::RemoteInventory::Version;
3
3
use strict;
4
4
use warnings;
5
5
6
- use constant VERSION => " 1.4 " ;
6
+ use constant VERSION => " 1.5 " ;
7
7
8
8
1;
You can’t perform that action at this time.
0 commit comments