Skip to content

Commit f81ab40

Browse files
authored
Merge pull request #1614 from OCSInventory-NG/v2.12.2
Update 2.12.2
2 parents 50564a7 + 2bfba88 commit f81ab40

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

Changes

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,25 @@
11
Revision history for ocsreports
2+
2.12.2
3+
* Add SNMP link tag configuration
4+
* Improve CVE crontab
5+
* Improve CVE process
6+
* Improve IpDiscover display and loading
7+
* Optimize TAG restriction loading
8+
* Fix Ldap / SSO authentication
9+
* Fix wrong translation codes
10+
* Fix error in ocsbase_new.sql
11+
* FIx warning in IpDiscover
12+
* Fix PHP warnings
13+
* Fix computer detail configuration saving
14+
* Fix group deployment percent
15+
* Fix search on table name with more than 1 underscore
16+
* Security fix in software categories name
17+
* Security fix in SNMP export configuration
18+
* Security fix in computer detail
19+
* Security fix in ORDER BY direction
20+
* Security fix on column name
21+
* Security fix on password comparision
22+
223
2.12.1
324
* Add destroy session at the end of crontabs
425
* Add software index to improve performance

var.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
/**
8080
* GUI Version
8181
*/
82-
define('GUI_VER_SHOW', '2.12.1');
82+
define('GUI_VER_SHOW', '2.12.2');
8383
/**
8484
* Default GUI language
8585
*/

0 commit comments

Comments
 (0)