Skip to content

Commit 77329ff

Browse files
Charlene AugerCharlene Auger
authored andcommitted
Update version and changelog for 2.7
1 parent 9fea67e commit 77329ff

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

Changes

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,26 @@
11
Revision history for ocsreports
2+
2.7
3+
* Add CVE reporting
4+
* Add Web Application inventory
5+
* Add Schedule Wake On lan
6+
* Add saved searches on multicriteria
7+
* Improve MySQL connection to add SSL connection and set alternative port
8+
* Improve multicriteria to search by delay
9+
* Bugs fix
10+
11+
2.6
12+
* Improve translations
13+
* Plugin engine rework (see. http://wiki.ocsinventory-ng.org/10.Plugin-engine/Using-plugins-installer/)
14+
* You can now edit deployment package without re-creating one from "inventory > activate"
15+
* Improve software categorization to have more detailed criterias
16+
* Add notifications system to have latest OCS Inventory News
17+
* Rework login dashboard (better informations, dynamic group from the welcome page)
18+
* Improve multi search engine introduced in 2.5
19+
* Fix CSV problems on hostname export
20+
* Migrate all tables to InnoDB
21+
* Improve accountinfo display and edit
22+
* Remove useless column in all software page
23+
* Bugs fix
224

325
2.6 RC
426
* Plugin engine rework (see. http://wiki.ocsinventory-ng.org/10.Plugin-engine/Using-plugins-installer/)

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.6');
76+
define('GUI_VER_SHOW', '2.7');
7777
/**
7878
* Default GUI language
7979
*/

0 commit comments

Comments
 (0)