Skip to content

Commit

Permalink
Merge pull request #1178 from OCSInventory-NG/updateversion
Browse files Browse the repository at this point in the history
Update version number and changelog to 2.9
  • Loading branch information
Lea9250 committed Apr 29, 2021
2 parents d01382a + a2c4137 commit f269869
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 1 deletion.
28 changes: 28 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,4 +1,32 @@
Revision history for ocsreports
2.9
* Rework deployment feature
* Rework duplicates interface
* Add authentication security
* Add password security
* Add custom css for login page
* Add administrative data import via CSV
* Add crontab to populate all software page
* Add crontab to purge removed packages in history
* Add auto activation package
* Add IpDiscover scan from the server
* Improve CVE API call
* Update chinese translation
* Display special chars in datatable and CSV export
* Fix CVE bans
* Fix RCE from SNMP config
* Fix SQL injection from all computers
* Fix datetime multisearch field
* Fix Unix users inventory
* Fix CVE warning
* Fix case sensitive on accountinfo select type search
* Fix CVE regex
* Fix mysqli warning
* Fix checkbox visibility from static group
* Fix dictionary software order
* Remove package edition
* Remove accesslog from multisearch

2.8.1

* Add IpDiscover purge configuration
Expand Down
2 changes: 1 addition & 1 deletion var.php
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
/**
* GUI Version
*/
define('GUI_VER_SHOW', '2.8.1');
define('GUI_VER_SHOW', '2.9');
/**
* Default GUI language
*/
Expand Down

0 comments on commit f269869

Please sign in to comment.