Skip to content

Commit 7f6ee84

Browse files
committed
2.5.2 release
1 parent 3c40da2 commit 7f6ee84

File tree

7 files changed

+180
-28
lines changed

7 files changed

+180
-28
lines changed

Changes

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

3-
2.5.2 not released yet
3+
2.5.2 Mon, 16 Dec 2019
44

55
core:
66
* fix HTTP server IPv6 support as HTTP::Daemon module now supports IPv6 natively
@@ -32,6 +32,7 @@ core:
3232
set to 10 maximum concurrent requests by default.
3333

3434
inventory:
35+
* Bump Inventory task version to 1.9
3536
* unix: fix last log user after a reboot
3637
* added Samsung monitor serial support for models: B1940MR, B1940W, S22A450BW,
3738
S22B420, S22E450, S22F350FHU, S27D390H, S27D850T, S27H850QFU, S19A450, SM943BM,
@@ -62,10 +63,12 @@ inventory:
6263
* fix #452, #642: better macosx network cards support
6364
* fix #359: try to obtain remote management litemanager ID under win32
6465
* improved Ricoh printer support
65-
* Updated pci.ids to 2019.11.10 version
66+
* Updated pci.ids to 2019.12.11 version
6667
* Updated usb.ids to 2019.11.05 version
6768

6869
netdiscovery/netinventory:
70+
* Bump NetDiscovery task version to 4.1
71+
* Bump NetInventory task version to 4.1
6972
* linux: avoid to share HTTP client with threads to fix RHEL/CentOS 7 crash
7073
* Add Tagged VLAN, work at least with HPE Switch, thanks to PR-gh
7174
* Enhanced Qlogic support to report device serial number, thanks to po1vo
@@ -84,6 +87,7 @@ netdiscovery/netinventory:
8487
* enhanced VLAN support
8588
* fix #734: Fix issue with Ricoh printers
8689
* fix #722: Enhance LinuxAppliance support with Sophos UTG support
90+
* Updated sysobject.ids (tagged fia-2.5.2 tag on github repository)
8791

8892
2.5.1 Tue, 02 Jul 2019
8993

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.8";
6+
use constant VERSION => "1.9";
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 => "4.0";
6+
use constant VERSION => "4.1";
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 => "4.0";
6+
use constant VERSION => "4.1";
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.5.2-dev";
6+
our $VERSION = "2.5.2";
77
our $PROVIDER = "FusionInventory";
88
our $COMMENTS = [];
99

0 commit comments

Comments
 (0)