Skip to content

Commit f269869

Browse files
authored
Merge pull request #1178 from OCSInventory-NG/updateversion
Update version number and changelog to 2.9
2 parents d01382a + a2c4137 commit f269869

File tree

2 files changed

+29
-1
lines changed

2 files changed

+29
-1
lines changed

Changes

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,32 @@
11
Revision history for ocsreports
2+
2.9
3+
* Rework deployment feature
4+
* Rework duplicates interface
5+
* Add authentication security
6+
* Add password security
7+
* Add custom css for login page
8+
* Add administrative data import via CSV
9+
* Add crontab to populate all software page
10+
* Add crontab to purge removed packages in history
11+
* Add auto activation package
12+
* Add IpDiscover scan from the server
13+
* Improve CVE API call
14+
* Update chinese translation
15+
* Display special chars in datatable and CSV export
16+
* Fix CVE bans
17+
* Fix RCE from SNMP config
18+
* Fix SQL injection from all computers
19+
* Fix datetime multisearch field
20+
* Fix Unix users inventory
21+
* Fix CVE warning
22+
* Fix case sensitive on accountinfo select type search
23+
* Fix CVE regex
24+
* Fix mysqli warning
25+
* Fix checkbox visibility from static group
26+
* Fix dictionary software order
27+
* Remove package edition
28+
* Remove accesslog from multisearch
29+
230
2.8.1
331

432
* Add IpDiscover purge configuration

var.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
/**
7474
* GUI Version
7575
*/
76-
define('GUI_VER_SHOW', '2.8.1');
76+
define('GUI_VER_SHOW', '2.9');
7777
/**
7878
* Default GUI language
7979
*/

0 commit comments

Comments
 (0)