Skip to content

Commit

Permalink
Merge pull request #396 from OCSInventory-NG/update2.9.1
Browse files Browse the repository at this point in the history
Update to 2.9.1
  • Loading branch information
gillesdubois authored Jan 26, 2022
2 parents 486519a + 87b9581 commit 8eaa770
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
Revision history for Ocsinventory::Agent

2.9.1
* Copy cronjob script from Fedora
* Permit storing CA list in config dir
* Don't check XML if in forced mode
* Prevent misunderstanding of version option from config file
* Remove forbidden char in XML
* Fix Agent 2.9.0 not reporting OS minor release on Debian
* Fix addInput missing keys
* Fix SNMP macadress format

2.9.0
* Adding new Screen Manufacturer
* Update OSRelease.pm
Expand Down
2 changes: 1 addition & 1 deletion lib/Ocsinventory/Agent/Config.pm
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package Ocsinventory::Agent::Config;
use strict;
use Getopt::Long;

our $VERSION = '2.9.0';
our $VERSION = '2.9.1';

my $basedir = '';
my $default = {
Expand Down

0 comments on commit 8eaa770

Please sign in to comment.