File tree Expand file tree Collapse file tree 8 files changed +1324
-154
lines changed
lib/FusionInventory/Agent Expand file tree Collapse file tree 8 files changed +1324
-154
lines changed Original file line number Diff line number Diff line change 11Revision history for FusionInventory agent
22
3- 2.4.3 not released yet
3+ 2.4.3 Fri, 22 Feb 2019
44
55core:
66* fix some cases where a file handle was not closed
1414 configuration parameter.
1515
1616inventory:
17+ * Bump Inventory task version to 1.6
1718* win32 antivirus support update:
1819 - nicer product name report for ESET
1920 - report expiration date for ESET
@@ -31,15 +32,20 @@ inventory:
3132* Fix #596: Openstack container seen as Physical on win32
3233* Fix #593: Correct detection of machine type when /var/log/dmesg is too short
3334* Fix #583: Add BitDefender antivirus support
35+ * Updated pci.ids to 2019.02.20 version
36+ * Updated usb.ids to 2019.01.17 version
3437
3538netdiscovery/netinventory:
39+ * Bump NetDiscovery task version to 2.8
40+ * Bump NetInventory task version to 3.2
3641* Add BlueCoat proxy appliance serialnumber support
3742* win32: Support arp table check for NetDiscovery task
3843* Fix #634: Net::Ping version may not numeric with win32 installer
3944* Add Panasas PanFS support
4045* Add few HP/Compaq serialnumber cases support
4146* Fix #605: try 'ip neighbor show' if 'arp' is not available for netdiscovery
4247* Add UPS-MIB support for Riello, S2S & APC
48+ * Updated sysobject.ids (tagged fia-2.4.3 tag on github repository)
4349
44502.4.2 Wed, 03 Oct 2018
4551
Original file line number Diff line number Diff line change @@ -3,6 +3,6 @@ package FusionInventory::Agent::Task::Inventory::Version;
33use strict;
44use warnings;
55
6- use constant VERSION => " 1.5 " ;
6+ use constant VERSION => " 1.6 " ;
77
881;
Original file line number Diff line number Diff line change @@ -3,6 +3,6 @@ package FusionInventory::Agent::Task::NetDiscovery::Version;
33use strict;
44use warnings;
55
6- use constant VERSION => " 2.7 " ;
6+ use constant VERSION => " 2.8 " ;
77
881;
Original file line number Diff line number Diff line change @@ -3,6 +3,6 @@ package FusionInventory::Agent::Task::NetInventory::Version;
33use strict;
44use warnings;
55
6- use constant VERSION => " 3.1 " ;
6+ use constant VERSION => " 3.2 " ;
77
881;
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ package FusionInventory::Agent::Version;
33use strict;
44use warnings;
55
6- our $VERSION = " 2.4.3-dev " ;
6+ our $VERSION = " 2.4.3" ;
77our $PROVIDER = " FusionInventory" ;
88our $COMMENTS = [];
99
You can’t perform that action at this time.
0 commit comments