diff --git a/Changes b/Changes index 9a274e2e7..35ab25a4f 100755 --- a/Changes +++ b/Changes @@ -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 diff --git a/var.php b/var.php index b6e2cff9b..969fd5b0c 100644 --- a/var.php +++ b/var.php @@ -79,7 +79,7 @@ /** * GUI Version */ -define('GUI_VER_SHOW', '2.12.1'); +define('GUI_VER_SHOW', '2.12.2'); /** * Default GUI language */