Skip to content

Commit

Permalink
2.4.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
g-bougard committed Feb 22, 2019
1 parent e16e737 commit e2b2076
Show file tree
Hide file tree
Showing 8 changed files with 1,324 additions and 154 deletions.
8 changes: 7 additions & 1 deletion Changes
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Revision history for FusionInventory agent

2.4.3 not released yet
2.4.3 Fri, 22 Feb 2019

core:
* fix some cases where a file handle was not closed
Expand All @@ -14,6 +14,7 @@ core:
configuration parameter.

inventory:
* Bump Inventory task version to 1.6
* win32 antivirus support update:
- nicer product name report for ESET
- report expiration date for ESET
Expand All @@ -31,15 +32,20 @@ inventory:
* Fix #596: Openstack container seen as Physical on win32
* Fix #593: Correct detection of machine type when /var/log/dmesg is too short
* Fix #583: Add BitDefender antivirus support
* Updated pci.ids to 2019.02.20 version
* Updated usb.ids to 2019.01.17 version

netdiscovery/netinventory:
* Bump NetDiscovery task version to 2.8
* Bump NetInventory task version to 3.2
* Add BlueCoat proxy appliance serialnumber support
* win32: Support arp table check for NetDiscovery task
* Fix #634: Net::Ping version may not numeric with win32 installer
* Add Panasas PanFS support
* Add few HP/Compaq serialnumber cases support
* Fix #605: try 'ip neighbor show' if 'arp' is not available for netdiscovery
* Add UPS-MIB support for Riello, S2S & APC
* Updated sysobject.ids (tagged fia-2.4.3 tag on github repository)

2.4.2 Wed, 03 Oct 2018

Expand Down
2 changes: 1 addition & 1 deletion lib/FusionInventory/Agent/Task/Inventory/Version.pm
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ package FusionInventory::Agent::Task::Inventory::Version;
use strict;
use warnings;

use constant VERSION => "1.5";
use constant VERSION => "1.6";

1;
2 changes: 1 addition & 1 deletion lib/FusionInventory/Agent/Task/NetDiscovery/Version.pm
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ package FusionInventory::Agent::Task::NetDiscovery::Version;
use strict;
use warnings;

use constant VERSION => "2.7";
use constant VERSION => "2.8";

1;
2 changes: 1 addition & 1 deletion lib/FusionInventory/Agent/Task/NetInventory/Version.pm
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ package FusionInventory::Agent::Task::NetInventory::Version;
use strict;
use warnings;

use constant VERSION => "3.1";
use constant VERSION => "3.2";

1;
2 changes: 1 addition & 1 deletion lib/FusionInventory/Agent/Version.pm
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package FusionInventory::Agent::Version;
use strict;
use warnings;

our $VERSION = "2.4.3-dev";
our $VERSION = "2.4.3";
our $PROVIDER = "FusionInventory";
our $COMMENTS = [];

Expand Down
Loading

0 comments on commit e2b2076

Please sign in to comment.