Skip to content

Commit

Permalink
Updated version number, prep for 1.8 release
Browse files Browse the repository at this point in the history
  • Loading branch information
LarsMichelsen committed Feb 28, 2015
1 parent f3e15a3 commit 0c17cef
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions ChangeLog
@@ -1,10 +1,9 @@
1.8rc4
1.8
Core:
* All stateful objects can now be rendered as gadgets
(Although there is no gadget available yet which is useful for objects
which have no perfdata. But you can build one now)
* The option gadget_type is now deprecated as the type is automatically detected
* FIX: gadgets_core.php perfdata parsing allows "/" for perfdatas UOM now
* Gadgets can use object member states now
Gadgets are now called with mixed POST request where the GET vars used in previous
versions are still handed over to the gadgets per GET parameters to
Expand All @@ -13,6 +12,7 @@ Core:
which provides information about the object members states.
(e.g. to be able to parse units like Kb/s, even when they are not allowed
according to nagios plugin guidelines)
* FIX: gadgets_core.php perfdata parsing allows "/" for perfdatas UOM now

Frontend:
* Huge update of GUI design for a more consistent look n feel
Expand Down
2 changes: 1 addition & 1 deletion share/server/core/defines/global.php
Expand Up @@ -27,7 +27,7 @@
*/

// NagVis Version
define('CONST_VERSION', '1.8rc4');
define('CONST_VERSION', '1.8');

// Set PHP error handling to standard level
// Different levels for php versions below 5.1 because PHP 5.1 reports
Expand Down

0 comments on commit 0c17cef

Please sign in to comment.