diff --git a/Changes b/Changes index 35ab25a4f..29702163f 100755 --- a/Changes +++ b/Changes @@ -1,4 +1,14 @@ Revision history for ocsreports +2.12.3 + * Updated translations + * Fix 500 error on logout + * Security fix on systemids + * Security fix on uploaded filenames + * Security fix on accountinfo + * Security fix on CSV filter import + * Security fix on URL parameters + * TVALUE field in devices table updated to TEXT + 2.12.2 * Add SNMP link tag configuration * Improve CVE crontab diff --git a/var.php b/var.php index 88c9eb0dc..5d658fc94 100644 --- a/var.php +++ b/var.php @@ -79,7 +79,7 @@ /** * GUI Version */ -define('GUI_VER_SHOW', '2.12.2'); +define('GUI_VER_SHOW', '2.12.3'); /** * Default GUI language */