File tree 8 files changed +1324
-154
lines changed
lib/FusionInventory/Agent
8 files changed +1324
-154
lines changed Original file line number Diff line number Diff line change 1
1
Revision history for FusionInventory agent
2
2
3
- 2.4.3 not released yet
3
+ 2.4.3 Fri, 22 Feb 2019
4
4
5
5
core:
6
6
* fix some cases where a file handle was not closed
14
14
configuration parameter.
15
15
16
16
inventory:
17
+ * Bump Inventory task version to 1.6
17
18
* win32 antivirus support update:
18
19
- nicer product name report for ESET
19
20
- report expiration date for ESET
@@ -31,15 +32,20 @@ inventory:
31
32
* Fix #596: Openstack container seen as Physical on win32
32
33
* Fix #593: Correct detection of machine type when /var/log/dmesg is too short
33
34
* Fix #583: Add BitDefender antivirus support
35
+ * Updated pci.ids to 2019.02.20 version
36
+ * Updated usb.ids to 2019.01.17 version
34
37
35
38
netdiscovery/netinventory:
39
+ * Bump NetDiscovery task version to 2.8
40
+ * Bump NetInventory task version to 3.2
36
41
* Add BlueCoat proxy appliance serialnumber support
37
42
* win32: Support arp table check for NetDiscovery task
38
43
* Fix #634: Net::Ping version may not numeric with win32 installer
39
44
* Add Panasas PanFS support
40
45
* Add few HP/Compaq serialnumber cases support
41
46
* Fix #605: try 'ip neighbor show' if 'arp' is not available for netdiscovery
42
47
* Add UPS-MIB support for Riello, S2S & APC
48
+ * Updated sysobject.ids (tagged fia-2.4.3 tag on github repository)
43
49
44
50
2.4.2 Wed, 03 Oct 2018
45
51
Original file line number Diff line number Diff line change @@ -3,6 +3,6 @@ package FusionInventory::Agent::Task::Inventory::Version;
3
3
use strict;
4
4
use warnings;
5
5
6
- use constant VERSION => " 1.5 " ;
6
+ use constant VERSION => " 1.6 " ;
7
7
8
8
1;
Original file line number Diff line number Diff line change @@ -3,6 +3,6 @@ package FusionInventory::Agent::Task::NetDiscovery::Version;
3
3
use strict;
4
4
use warnings;
5
5
6
- use constant VERSION => " 2.7 " ;
6
+ use constant VERSION => " 2.8 " ;
7
7
8
8
1;
Original file line number Diff line number Diff line change @@ -3,6 +3,6 @@ package FusionInventory::Agent::Task::NetInventory::Version;
3
3
use strict;
4
4
use warnings;
5
5
6
- use constant VERSION => " 3.1 " ;
6
+ use constant VERSION => " 3.2 " ;
7
7
8
8
1;
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ package FusionInventory::Agent::Version;
3
3
use strict;
4
4
use warnings;
5
5
6
- our $VERSION = " 2.4.3-dev " ;
6
+ our $VERSION = " 2.4.3" ;
7
7
our $PROVIDER = " FusionInventory" ;
8
8
our $COMMENTS = [];
9
9
You can’t perform that action at this time.
0 commit comments