Skip to content

Commit 26d932e

Browse files
authored
Merge pull request #1305 from OCSInventory-NG/update2.9.2
Udpdate to 2.9.2
2 parents 61b4a0f + 0e27dd0 commit 26d932e

File tree

2 files changed

+22
-2
lines changed

2 files changed

+22
-2
lines changed

Changes

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,25 @@
11
Revision history for ocsreports
2+
2.9.2
3+
* Add archive button on computer details page
4+
* Add local import
5+
* Add default type on SNMP
6+
* Add default deployment protocol on configuration
7+
* Add HARDWARE_ID field in netmap table
8+
* Add missing primary keys
9+
* Add cleanup of software related tables
10+
* Improve SNMP feature (add multiple conditions)
11+
* Improve SNMP v3
12+
* Improve LDAP filter configuration
13+
* Update software tables ID to BIGINT
14+
* Fix ipdiscover not displaying data from server scans
15+
* Fix check SSL configuration
16+
* Fix subnet table display
17+
* Fix custom theme
18+
* Fix duplicates count after merging
19+
* Fix inserting SNMP configuration with mib file
20+
* Fix security issues
21+
* Fix LDAP connection if default profil is empty
22+
223
2.9.1
324
* Add CVE by computer crontab
425
* Add CVE in computer details
@@ -26,7 +47,6 @@ Revision history for ocsreports
2647
* Remove redistribution from deployment
2748
* Remove useless file ms_tele_package.php
2849

29-
3050
2.9
3151
* Rework deployment feature
3252
* Rework duplicates interface

var.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
/**
7777
* GUI Version
7878
*/
79-
define('GUI_VER_SHOW', '2.9.1');
79+
define('GUI_VER_SHOW', '2.9.2');
8080
/**
8181
* Default GUI language
8282
*/

0 commit comments

Comments
 (0)