From e2315637ce99c42eb1edfdadd798964245c54b2d Mon Sep 17 00:00:00 2001 From: Charlene Auger Date: Wed, 10 Jul 2024 06:49:07 +0000 Subject: [PATCH 1/2] Update to 2.12.2 --- var.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */ From 2bfba88e2804986e0adfe1a2fe60cf67bfed1b61 Mon Sep 17 00:00:00 2001 From: Charlene Auger Date: Wed, 10 Jul 2024 06:49:21 +0000 Subject: [PATCH 2/2] Add changelog --- Changes | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) 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