Skip to content

Commit e2b2076

Browse files
committed
2.4.3 release
1 parent e16e737 commit e2b2076

File tree

8 files changed

+1324
-154
lines changed

8 files changed

+1324
-154
lines changed

Changes

+7-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Revision history for FusionInventory agent
22

3-
2.4.3 not released yet
3+
2.4.3 Fri, 22 Feb 2019
44

55
core:
66
* fix some cases where a file handle was not closed
@@ -14,6 +14,7 @@ core:
1414
configuration parameter.
1515

1616
inventory:
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

3538
netdiscovery/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

4450
2.4.2 Wed, 03 Oct 2018
4551

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

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

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

88
1;

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

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

6-
use constant VERSION => "2.7";
6+
use constant VERSION => "2.8";
77

88
1;

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

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

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

88
1;

lib/FusionInventory/Agent/Version.pm

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ package FusionInventory::Agent::Version;
33
use strict;
44
use warnings;
55

6-
our $VERSION = "2.4.3-dev";
6+
our $VERSION = "2.4.3";
77
our $PROVIDER = "FusionInventory";
88
our $COMMENTS = [];
99

0 commit comments

Comments
 (0)