Skip to content

Commit

Permalink
doc: Changes updates for GLPI 1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
g-bougard committed Feb 4, 2022
1 parent 9eedebc commit bfc5300
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 6 deletions.
24 changes: 21 additions & 3 deletions Changes
Original file line number Diff line number Diff line change
Expand Up @@ -5,33 +5,48 @@ Revision history for GLPI agent
core:
* Define DateTime perl library as a requirement
* Fix: Replace JSON requirement by Cpanel::JSON::XS as JSON is not thread-safe
* Fix wrong next run date update after a long computer shutdown
* Few optimizations
* Support standard empty XML reply as server response

netdiscovery/netinventory:
* Make tasks compatible with GLPI 10 if GlpiInventory plugin is also installed
- if that case, server URL should be set with:
* /plugins/glpiinventory if the plugin has been manually installed in /plugins
* /marketplace/glpiinventory if the plugin has been installed via marketplace
* Fix: Fix expiration time support to avoid aborting on legit short run
* Updated sysobject.ids
* Bump NetDiscovery task version to 5.0
* Bump NetInventory task version to 5.0

inventory:
* Fix #44: Avoid double utf-8 encoding while sending JSON
* Fix #47: Problem related to expected date format in software inventory
* Fix: Make deprecated XML format compatible with GLPI 10 XML to JSON converter
* solaris: Add IPv6 addressing inventory support
* solaris: Add software install date and size inventory support
* Support customized AnyDesk client as remote management inventory
* Update MongoDB database inventory
* Support Mysql & Porstgresql connection timeout on database inventory
* JSON could be modified following server version expected format
* Ad ssl-cert-file option support
* Updated pci.ids to 2022.01.28 version
* Updated usb.ids to 2021.12.24 version

remoteinventory:
* Fix #50: handle right remote OS name for ssh remote inventory
* Bump RemoteInventory task version to 1.0

collect:
* we now support GLPI 10 server if glpi-inventory plugin is used on server-side
* Make task compatible with GLPI 10 if GlpiInventory plugin is also installed
* Bump Collect task version to 2.7

deploy:
* we now support GLPI 10 server if glpi-inventory plugin is used on server-side
* Make task compatible with GLPI 10 if GlpiInventory plugin is also installed
* Bump Deploy task version to 2.9

esx:
* we now support GLPI 10 server if glpi-inventory plugin is used on server-side
* Make task compatible with GLPI 10 if GlpiInventory plugin is also installed
* Bump ESX task version to 2.7

packaging:
Expand All @@ -40,6 +55,9 @@ packaging:
* Fix: Windows MSI Installer, always set right logfile and vardir path after changing
installation path in installer UI

contrib:
* vbs script can uninstall FusionInventory Agent

1.0 Fri, 10 Dec 2021

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

use constant VERSION => "4.4";
use constant VERSION => "5.0";

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

use constant VERSION => "4.4";
use constant VERSION => "5.0";

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

use constant VERSION => "0.9";
use constant VERSION => "1.0";

1;

0 comments on commit bfc5300

Please sign in to comment.