Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update 2.12.2 #1614

Merged
merged 2 commits into from
Jul 10, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading