Skip to content

Commit

Permalink
Merge pull request #1614 from OCSInventory-NG/v2.12.2
Browse files Browse the repository at this point in the history
Update 2.12.2
  • Loading branch information
Lea9250 committed Jul 10, 2024
2 parents 50564a7 + 2bfba88 commit f81ab40
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
21 changes: 21 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,4 +1,25 @@
Revision history for ocsreports
2.12.2
* Add SNMP link tag configuration
* Improve CVE crontab
* Improve CVE process
* Improve IpDiscover display and loading
* Optimize TAG restriction loading
* Fix Ldap / SSO authentication
* Fix wrong translation codes
* Fix error in ocsbase_new.sql
* FIx warning in IpDiscover
* Fix PHP warnings
* Fix computer detail configuration saving
* Fix group deployment percent
* Fix search on table name with more than 1 underscore
* Security fix in software categories name
* Security fix in SNMP export configuration
* Security fix in computer detail
* Security fix in ORDER BY direction
* Security fix on column name
* Security fix on password comparision

2.12.1
* Add destroy session at the end of crontabs
* Add software index to improve performance
Expand Down
2 changes: 1 addition & 1 deletion var.php
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
/**
* GUI Version
*/
define('GUI_VER_SHOW', '2.12.1');
define('GUI_VER_SHOW', '2.12.2');
/**
* Default GUI language
*/
Expand Down

0 comments on commit f81ab40

Please sign in to comment.