Skip to content

Commit

Permalink
Merge pull request #1305 from OCSInventory-NG/update2.9.2
Browse files Browse the repository at this point in the history
Udpdate to 2.9.2
  • Loading branch information
Lea9250 authored Dec 13, 2021
2 parents 61b4a0f + 0e27dd0 commit 26d932e
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 2 deletions.
22 changes: 21 additions & 1 deletion Changes
Original file line number Diff line number Diff line change
@@ -1,4 +1,25 @@
Revision history for ocsreports
2.9.2
* Add archive button on computer details page
* Add local import
* Add default type on SNMP
* Add default deployment protocol on configuration
* Add HARDWARE_ID field in netmap table
* Add missing primary keys
* Add cleanup of software related tables
* Improve SNMP feature (add multiple conditions)
* Improve SNMP v3
* Improve LDAP filter configuration
* Update software tables ID to BIGINT
* Fix ipdiscover not displaying data from server scans
* Fix check SSL configuration
* Fix subnet table display
* Fix custom theme
* Fix duplicates count after merging
* Fix inserting SNMP configuration with mib file
* Fix security issues
* Fix LDAP connection if default profil is empty

2.9.1
* Add CVE by computer crontab
* Add CVE in computer details
Expand Down Expand Up @@ -26,7 +47,6 @@ Revision history for ocsreports
* Remove redistribution from deployment
* Remove useless file ms_tele_package.php


2.9
* Rework deployment feature
* Rework duplicates interface
Expand Down
2 changes: 1 addition & 1 deletion var.php
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
/**
* GUI Version
*/
define('GUI_VER_SHOW', '2.9.1');
define('GUI_VER_SHOW', '2.9.2');
/**
* Default GUI language
*/
Expand Down

0 comments on commit 26d932e

Please sign in to comment.