Skip to content

Commit

Permalink
Merge pull request #1241 from OCSInventory-NG/updateversion
Browse files Browse the repository at this point in the history
Update version to 2.9.1
  • Loading branch information
Lea9250 committed Jul 29, 2021
2 parents f6038b4 + c2ad4ee commit 7d968e5
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.1
* Add CVE by computer crontab
* Add CVE in computer details
* Add architecture column to softwares
* Add serial number to group table
* Add commented line to disable SSL verification on CVE cURL call
* Add software removal if not linked to any current hardware
* Improve update agent script from deployment
* Update Deutsh translation
* Update memory capacity to INT
* Fix admindata select type in multisearch
* Fix typo in French translation
* Fix MySQL reserved word conflict from upload file
* Fix real path from crontab
* Fix CVE links
* Fix duplicates
* Fix CVE computer version
* Fix IpDiscover identified networks
* Fix display select and checkbox accountinfo in computers per tag
* Fix multisearch wrong translation
* Fix update agent script compatibility with old powershell version
* Fix deployment success stats
* Fix MySQL 8 compatibility when deleting computers
* Fix special chars for LDAP password
* Remove redistribution from deployment
* Remove useless file ms_tele_package.php


2.9
* Rework deployment feature
* Rework duplicates interface
Expand Down
2 changes: 1 addition & 1 deletion var.php
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
/**
* GUI Version
*/
define('GUI_VER_SHOW', '2.9');
define('GUI_VER_SHOW', '2.9.1');
/**
* Default GUI language
*/
Expand Down

0 comments on commit 7d968e5

Please sign in to comment.