Skip to content

Commit

Permalink
2.5.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
g-bougard committed Jul 2, 2019
1 parent 82cb581 commit 48a1ef9
Show file tree
Hide file tree
Showing 9 changed files with 238 additions and 31 deletions.
13 changes: 12 additions & 1 deletion Changes
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Revision history for FusionInventory agent

2.5.1 not relased yet
2.5.1 Tue, 02 Jul 2019

core:
* build: fix fusioninventory-remoteinventory was not installed
Expand All @@ -11,6 +11,7 @@ core:
* feature: Added Proxy and SecondaryProxy HTTP server plugins

inventory:
* Bump Inventory task version to 1.8
* fix error message while starting fusioninventory-inventory script
* fix #667: LG tv monitor inventory failure
* win32: VirtualBox or VPN network adapters are now set as virtual
Expand All @@ -22,15 +23,25 @@ inventory:
WMI call toward MSFT_MpComputerStatus class.
* win32: Add Symantec/Norton antivirus support
* fix #399: Deduplicate logged users without being case sensitive on win32
* Updated pci.ids to 2019.06.30 version
* Updated usb.ids to 2019.05.08 version

netdiscovery/netinventory:
* Bump NetDiscovery task version to 4.0
* Bump NetInventory task version to 4.0
* add Hygon Dhyana Support
* refactor: the multi-threading scheme has been re-worked so it is now working for
netinventory task and more efficient for netdiscovery while scanning many range
by job
* refactor: Collected datas are also sent to server from threads
* Added 2 options to fusioninventory-netdiscovery to save XMLs as file and
automatically start netinventory when convenient:
* add --inventory option to netdiscovery to automatically start netinventory
* add --save option to define a folder where to save related XML
* Updated sysobject.ids (tagged fia-2.5.1 tag on github repository)

esx:
* Bump ESX task version to 2.5
* Support EnclosureSerialNumberTag and SerialNumberTag values as availables since
VMware ESXi 6.5, Patch Release ESXi650-201811002 (build-10884925) and in latest
VMware ESXi 6.7.
Expand Down
2 changes: 1 addition & 1 deletion lib/FusionInventory/Agent/Task/ESX/Version.pm
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ package FusionInventory::Agent::Task::ESX::Version;
use strict;
use warnings;

use constant VERSION => "2.4";
use constant VERSION => "2.5";

1;
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.7";
use constant VERSION => "1.8";

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.9";
use constant VERSION => "4.0";

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.3";
use constant VERSION => "4.0";

1;
4 changes: 2 additions & 2 deletions 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.5.1-dev";
our $VERSION = "2.5.1";
our $PROVIDER = "FusionInventory";
our $COMMENTS = [];

Expand Down Expand Up @@ -33,5 +33,5 @@ agent issue is reported.
One very useful information should be first defined like in that example:
our $COMMENTS = [
"Based on FusionInventory Agent v2.4.2"
"Based on FusionInventory Agent v2.5.1"
];
Loading

0 comments on commit 48a1ef9

Please sign in to comment.